Class: Delorean::IString
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Methods inherited from Literal
Instance Method Details
#rewrite(_context) ⇒ Object
319 320 321 322 323 324 325 |
# File 'lib/delorean/nodes.rb', line 319 def rewrite(_context) # FIXME: hacky to just fail raise 'String interpolation not supported' if text_value =~ /\#\{.*\}/ # FIXME: syntax check? text_value end |