Module: EDNGRAMMAR::Streamstring2
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#S1 ⇒ Object
2050 2051 2052 |
# File 'lib/parser/edngrammar.rb', line 2050 def S1 elements[1] end |
#S2 ⇒ Object
2058 2059 2060 |
# File 'lib/parser/edngrammar.rb', line 2058 def S2 elements[3] end |
#sqstr ⇒ Object
2054 2055 2056 |
# File 'lib/parser/edngrammar.rb', line 2054 def sqstr elements[2] end |