Module: EDNGRAMMAR::Array0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1555 1556 1557 |
# File 'lib/parser/edngrammar.rb', line 1555 def item elements[2] end |
#S1 ⇒ Object
1551 1552 1553 |
# File 'lib/parser/edngrammar.rb', line 1551 def S1 elements[1] end |
#S2 ⇒ Object
1559 1560 1561 |
# File 'lib/parser/edngrammar.rb', line 1559 def S2 elements[3] end |