Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
3403 3404 3405 |
# File 'lib/parser/edngrammar.rb', line 3403 def item1 elements[0] end |
#item2 ⇒ Object
3415 3416 3417 |
# File 'lib/parser/edngrammar.rb', line 3415 def item2 elements[4] end |
#S1 ⇒ Object
3407 3408 3409 |
# File 'lib/parser/edngrammar.rb', line 3407 def S1 elements[1] end |
#S2 ⇒ Object
3411 3412 3413 |
# File 'lib/parser/edngrammar.rb', line 3411 def S2 elements[3] end |