Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
3001 3002 3003 |
# File 'lib/parser/edngrammar.rb', line 3001 def item1 elements[0] end |
#item2 ⇒ Object
3013 3014 3015 |
# File 'lib/parser/edngrammar.rb', line 3013 def item2 elements[4] end |
#S1 ⇒ Object
3005 3006 3007 |
# File 'lib/parser/edngrammar.rb', line 3005 def S1 elements[1] end |
#S2 ⇒ Object
3009 3010 3011 |
# File 'lib/parser/edngrammar.rb', line 3009 def S2 elements[3] end |