Module: EDNGRAMMAR::Array0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1920 1921 1922 |
# File 'lib/parser/edngrammar.rb', line 1920 def item elements[2] end |
#S1 ⇒ Object
1916 1917 1918 |
# File 'lib/parser/edngrammar.rb', line 1916 def S1 elements[1] end |
#S2 ⇒ Object
1924 1925 1926 |
# File 'lib/parser/edngrammar.rb', line 1924 def S2 elements[3] end |