Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1565 1566 1567 |
# File 'lib/parser/edngrammar.rb', line 1565 def item elements[0] end |
#OC ⇒ Object
1573 1574 1575 |
# File 'lib/parser/edngrammar.rb', line 1573 def OC elements[3] end |
#S ⇒ Object
1569 1570 1571 |
# File 'lib/parser/edngrammar.rb', line 1569 def S elements[1] end |