Module: EDNGRAMMAR::Simple4
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1103 1104 1105 |
# File 'lib/parser/edngrammar.rb', line 1103 def item elements[2] end |
#S1 ⇒ Object
1099 1100 1101 |
# File 'lib/parser/edngrammar.rb', line 1099 def S1 elements[1] end |
#S2 ⇒ Object
1107 1108 1109 |
# File 'lib/parser/edngrammar.rb', line 1107 def S2 elements[3] end |