Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
3409 3410 3411 |
# File 'lib/parser/edngrammar.rb', line 3409 def item1 elements[0] end |
#item2 ⇒ Object
3421 3422 3423 |
# File 'lib/parser/edngrammar.rb', line 3421 def item2 elements[4] end |
#S1 ⇒ Object
3413 3414 3415 |
# File 'lib/parser/edngrammar.rb', line 3413 def S1 elements[1] end |
#S2 ⇒ Object
3417 3418 3419 |
# File 'lib/parser/edngrammar.rb', line 3417 def S2 elements[3] end |