Module: EDNGRAMMAR::Streamstring2
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#S1 ⇒ Object
2144 2145 2146 |
# File 'lib/parser/edngrammar.rb', line 2144 def S1 elements[1] end |
#S2 ⇒ Object
2152 2153 2154 |
# File 'lib/parser/edngrammar.rb', line 2152 def S2 elements[3] end |
#sqstr ⇒ Object
2148 2149 2150 |
# File 'lib/parser/edngrammar.rb', line 2148 def sqstr elements[2] end |