Module: EDNGRAMMAR::Streamstring0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#S1 ⇒ Object
2642 2643 2644 |
# File 'lib/parser/edngrammar.rb', line 2642 def S1 elements[1] end |
#S2 ⇒ Object
2650 2651 2652 |
# File 'lib/parser/edngrammar.rb', line 2650 def S2 elements[3] end |
#string ⇒ Object
2646 2647 2648 |
# File 'lib/parser/edngrammar.rb', line 2646 def string elements[2] end |