Module: EDNGRAMMAR::Simple4
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
827 828 829 |
# File 'lib/parser/edngrammar.rb', line 827 def item elements[2] end |
#S1 ⇒ Object
823 824 825 |
# File 'lib/parser/edngrammar.rb', line 823 def S1 elements[1] end |
#S2 ⇒ Object
831 832 833 |
# File 'lib/parser/edngrammar.rb', line 831 def S2 elements[3] end |