Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2426 2427 2428 |
# File 'lib/parser/edngrammar.rb', line 2426 def item1 elements[0] end |
#item2 ⇒ Object
2438 2439 2440 |
# File 'lib/parser/edngrammar.rb', line 2438 def item2 elements[4] end |
#S1 ⇒ Object
2430 2431 2432 |
# File 'lib/parser/edngrammar.rb', line 2430 def S1 elements[1] end |
#S2 ⇒ Object
2434 2435 2436 |
# File 'lib/parser/edngrammar.rb', line 2434 def S2 elements[3] end |