Module: EDNGRAMMAR::Simple4
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1243 1244 1245 |
# File 'lib/parser/edngrammar.rb', line 1243 def item elements[2] end |
#S1 ⇒ Object
1239 1240 1241 |
# File 'lib/parser/edngrammar.rb', line 1239 def S1 elements[1] end |
#S2 ⇒ Object
1247 1248 1249 |
# File 'lib/parser/edngrammar.rb', line 1247 def S2 elements[3] end |