Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
3659 3660 3661 |
# File 'lib/parser/edngrammar.rb', line 3659 def item1 elements[0] end |
#item2 ⇒ Object
3671 3672 3673 |
# File 'lib/parser/edngrammar.rb', line 3671 def item2 elements[4] end |
#S1 ⇒ Object
3663 3664 3665 |
# File 'lib/parser/edngrammar.rb', line 3663 def S1 elements[1] end |
#S2 ⇒ Object
3667 3668 3669 |
# File 'lib/parser/edngrammar.rb', line 3667 def S2 elements[3] end |