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