Module: Q::DoubleQuoteString2
- Defined in:
- lib/q/parser.rb
Instance Method Summary collapse
Instance Method Details
#eval(scope) ⇒ Object
2253 2254 2255 |
# File 'lib/q/parser.rb', line 2253 def eval scope content.text_value.gsub '\"', '"' end |