Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1574 1575 1576 |
# File 'lib/parser/edngrammar.rb', line 1574 def item elements[0] end |
#OC ⇒ Object
1582 1583 1584 |
# File 'lib/parser/edngrammar.rb', line 1582 def OC elements[3] end |
#S ⇒ Object
1578 1579 1580 |
# File 'lib/parser/edngrammar.rb', line 1578 def S elements[1] end |