Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1937 1938 1939 |
# File 'lib/parser/edngrammar.rb', line 1937 def item elements[0] end |
#OC ⇒ Object
1945 1946 1947 |
# File 'lib/parser/edngrammar.rb', line 1945 def OC elements[3] end |
#S ⇒ Object
1941 1942 1943 |
# File 'lib/parser/edngrammar.rb', line 1941 def S elements[1] end |