Module: EDNGRAMMAR::Array0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1785 1786 1787 |
# File 'lib/parser/edngrammar.rb', line 1785 def item elements[2] end |
#S1 ⇒ Object
1781 1782 1783 |
# File 'lib/parser/edngrammar.rb', line 1781 def S1 elements[1] end |
#S2 ⇒ Object
1789 1790 1791 |
# File 'lib/parser/edngrammar.rb', line 1789 def S2 elements[3] end |