Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1930 1931 1932 |
# File 'lib/parser/edngrammar.rb', line 1930 def item elements[0] end |
#OC ⇒ Object
1938 1939 1940 |
# File 'lib/parser/edngrammar.rb', line 1938 def OC elements[3] end |
#S ⇒ Object
1934 1935 1936 |
# File 'lib/parser/edngrammar.rb', line 1934 def S elements[1] end |