Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2498 2499 2500 |
# File 'lib/parser/edngrammar.rb', line 2498 def item1 elements[0] end |
#item2 ⇒ Object
2510 2511 2512 |
# File 'lib/parser/edngrammar.rb', line 2510 def item2 elements[4] end |
#S1 ⇒ Object
2502 2503 2504 |
# File 'lib/parser/edngrammar.rb', line 2502 def S1 elements[1] end |
#S2 ⇒ Object
2506 2507 2508 |
# File 'lib/parser/edngrammar.rb', line 2506 def S2 elements[3] end |