Module: EDNGRAMMAR::Streamstring0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#S1 ⇒ Object
2782 2783 2784 |
# File 'lib/parser/edngrammar.rb', line 2782 def S1 elements[1] end |
#S2 ⇒ Object
2790 2791 2792 |
# File 'lib/parser/edngrammar.rb', line 2790 def S2 elements[3] end |
#string ⇒ Object
2786 2787 2788 |
# File 'lib/parser/edngrammar.rb', line 2786 def string elements[2] end |