Module: EDNGRAMMAR::Array0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1443 1444 1445 |
# File 'lib/parser/edngrammar.rb', line 1443 def item elements[2] end |
#S1 ⇒ Object
1439 1440 1441 |
# File 'lib/parser/edngrammar.rb', line 1439 def S1 elements[1] end |
#S2 ⇒ Object
1447 1448 1449 |
# File 'lib/parser/edngrammar.rb', line 1447 def S2 elements[3] end |