Module: EDNGRAMMAR::Simple4
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
925 926 927 |
# File 'lib/parser/edngrammar.rb', line 925 def item elements[2] end |
#S1 ⇒ Object
921 922 923 |
# File 'lib/parser/edngrammar.rb', line 921 def S1 elements[1] end |
#S2 ⇒ Object
929 930 931 |
# File 'lib/parser/edngrammar.rb', line 929 def S2 elements[3] end |