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