Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
3725 3726 3727 |
# File 'lib/parser/edngrammar.rb', line 3725 def item1 elements[0] end |
#item2 ⇒ Object
3737 3738 3739 |
# File 'lib/parser/edngrammar.rb', line 3737 def item2 elements[4] end |
#S1 ⇒ Object
3729 3730 3731 |
# File 'lib/parser/edngrammar.rb', line 3729 def S1 elements[1] end |
#S2 ⇒ Object
3733 3734 3735 |
# File 'lib/parser/edngrammar.rb', line 3733 def S2 elements[3] end |