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