Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1453 1454 1455 |
# File 'lib/parser/edngrammar.rb', line 1453 def item elements[0] end |
#OC ⇒ Object
1461 1462 1463 |
# File 'lib/parser/edngrammar.rb', line 1461 def OC elements[3] end |
#S ⇒ Object
1457 1458 1459 |
# File 'lib/parser/edngrammar.rb', line 1457 def S elements[1] end |