Module: EDNGRAMMAR::Simple4
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1302 1303 1304 |
# File 'lib/parser/edngrammar.rb', line 1302 def item elements[2] end |
#S1 ⇒ Object
1298 1299 1300 |
# File 'lib/parser/edngrammar.rb', line 1298 def S1 elements[1] end |
#S2 ⇒ Object
1306 1307 1308 |
# File 'lib/parser/edngrammar.rb', line 1306 def S2 elements[3] end |