Module: EDNGRAMMAR::Simple4
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1250 1251 1252 |
# File 'lib/parser/edngrammar.rb', line 1250 def item elements[2] end |
#S1 ⇒ Object
1246 1247 1248 |
# File 'lib/parser/edngrammar.rb', line 1246 def S1 elements[1] end |
#S2 ⇒ Object
1254 1255 1256 |
# File 'lib/parser/edngrammar.rb', line 1254 def S2 elements[3] end |