Module: EDNGRAMMAR::Simple4
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
733 734 735 |
# File 'lib/parser/edngrammar.rb', line 733 def item elements[2] end |
#S1 ⇒ Object
729 730 731 |
# File 'lib/parser/edngrammar.rb', line 729 def S1 elements[1] end |
#S2 ⇒ Object
737 738 739 |
# File 'lib/parser/edngrammar.rb', line 737 def S2 elements[3] end |