Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
3357 3358 3359 |
# File 'lib/parser/edngrammar.rb', line 3357 def item1 elements[0] end |
#item2 ⇒ Object
3369 3370 3371 |
# File 'lib/parser/edngrammar.rb', line 3369 def item2 elements[4] end |
#S1 ⇒ Object
3361 3362 3363 |
# File 'lib/parser/edngrammar.rb', line 3361 def S1 elements[1] end |
#S2 ⇒ Object
3365 3366 3367 |
# File 'lib/parser/edngrammar.rb', line 3365 def S2 elements[3] end |