Module: EDNGRAMMAR::Simple4
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1315 1316 1317 |
# File 'lib/parser/edngrammar.rb', line 1315 def item elements[2] end |
#S1 ⇒ Object
1311 1312 1313 |
# File 'lib/parser/edngrammar.rb', line 1311 def S1 elements[1] end |
#S2 ⇒ Object
1319 1320 1321 |
# File 'lib/parser/edngrammar.rb', line 1319 def S2 elements[3] end |