Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2344 2345 2346 |
# File 'lib/parser/edngrammar.rb', line 2344 def item1 elements[0] end |
#item2 ⇒ Object
2356 2357 2358 |
# File 'lib/parser/edngrammar.rb', line 2356 def item2 elements[4] end |
#S1 ⇒ Object
2348 2349 2350 |
# File 'lib/parser/edngrammar.rb', line 2348 def S1 elements[1] end |
#S2 ⇒ Object
2352 2353 2354 |
# File 'lib/parser/edngrammar.rb', line 2352 def S2 elements[3] end |