Module: EDNGRAMMAR::Simple4
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
931 932 933 |
# File 'lib/parser/edngrammar.rb', line 931 def item elements[2] end |
#S1 ⇒ Object
927 928 929 |
# File 'lib/parser/edngrammar.rb', line 927 def S1 elements[1] end |
#S2 ⇒ Object
935 936 937 |
# File 'lib/parser/edngrammar.rb', line 935 def S2 elements[3] end |