Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2429 2430 2431 |
# File 'lib/parser/edngrammar.rb', line 2429 def item1 elements[0] end |
#item2 ⇒ Object
2441 2442 2443 |
# File 'lib/parser/edngrammar.rb', line 2441 def item2 elements[4] end |
#S1 ⇒ Object
2433 2434 2435 |
# File 'lib/parser/edngrammar.rb', line 2433 def S1 elements[1] end |
#S2 ⇒ Object
2437 2438 2439 |
# File 'lib/parser/edngrammar.rb', line 2437 def S2 elements[3] end |