Class: Delorean::DString
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Methods inherited from Literal
Instance Method Details
#rewrite(_context) ⇒ Object
321 322 323 324 325 |
# File 'lib/delorean/nodes.rb', line 321 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 |