Module: EDNGRAMMAR::Array0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1927 1928 1929 |
# File 'lib/parser/edngrammar.rb', line 1927 def item elements[2] end |
#S1 ⇒ Object
1923 1924 1925 |
# File 'lib/parser/edngrammar.rb', line 1923 def S1 elements[1] end |
#S2 ⇒ Object
1931 1932 1933 |
# File 'lib/parser/edngrammar.rb', line 1931 def S2 elements[3] end |