Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
3319 3320 3321 |
# File 'lib/parser/edngrammar.rb', line 3319 def item1 elements[0] end |
#item2 ⇒ Object
3331 3332 3333 |
# File 'lib/parser/edngrammar.rb', line 3331 def item2 elements[4] end |
#S1 ⇒ Object
3323 3324 3325 |
# File 'lib/parser/edngrammar.rb', line 3323 def S1 elements[1] end |
#S2 ⇒ Object
3327 3328 3329 |
# File 'lib/parser/edngrammar.rb', line 3327 def S2 elements[3] end |