Module: EDNGRAMMAR::Array0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1349 1350 1351 |
# File 'lib/parser/edngrammar.rb', line 1349 def item elements[2] end |
#S1 ⇒ Object
1345 1346 1347 |
# File 'lib/parser/edngrammar.rb', line 1345 def S1 elements[1] end |
#S2 ⇒ Object
1353 1354 1355 |
# File 'lib/parser/edngrammar.rb', line 1353 def S2 elements[3] end |