Module: EDNGRAMMAR::Streamstring0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#S1 ⇒ Object
2400 2401 2402 |
# File 'lib/parser/edngrammar.rb', line 2400 def S1 elements[1] end |
#S2 ⇒ Object
2408 2409 2410 |
# File 'lib/parser/edngrammar.rb', line 2408 def S2 elements[3] end |
#string ⇒ Object
2404 2405 2406 |
# File 'lib/parser/edngrammar.rb', line 2404 def string elements[2] end |