Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
3718 3719 3720 |
# File 'lib/parser/edngrammar.rb', line 3718 def item1 elements[0] end |
#item2 ⇒ Object
3730 3731 3732 |
# File 'lib/parser/edngrammar.rb', line 3730 def item2 elements[4] end |
#S1 ⇒ Object
3722 3723 3724 |
# File 'lib/parser/edngrammar.rb', line 3722 def S1 elements[1] end |
#S2 ⇒ Object
3726 3727 3728 |
# File 'lib/parser/edngrammar.rb', line 3726 def S2 elements[3] end |