Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1790 1791 1792 |
# File 'lib/parser/edngrammar.rb', line 1790 def item elements[0] end |
#OC ⇒ Object
1798 1799 1800 |
# File 'lib/parser/edngrammar.rb', line 1798 def OC elements[3] end |
#S ⇒ Object
1794 1795 1796 |
# File 'lib/parser/edngrammar.rb', line 1794 def S elements[1] end |