Class: Delorean::DString
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Methods inherited from Literal
Instance Method Details
#rewrite(_context) ⇒ Object
329 330 331 332 333 |
# File 'lib/delorean/nodes.rb', line 329 def rewrite(_context) # remove the quotes and requote. We don't want the likes of #{} # evals to just pass through. text_value[1..-2].inspect end |