Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2420 2421 2422 |
# File 'lib/parser/edngrammar.rb', line 2420 def item1 elements[0] end |
#item2 ⇒ Object
2432 2433 2434 |
# File 'lib/parser/edngrammar.rb', line 2432 def item2 elements[4] end |
#S1 ⇒ Object
2424 2425 2426 |
# File 'lib/parser/edngrammar.rb', line 2424 def S1 elements[1] end |
#S2 ⇒ Object
2428 2429 2430 |
# File 'lib/parser/edngrammar.rb', line 2428 def S2 elements[3] end |