Method: Delorean::Literal#rewrite

Defined in:
lib/delorean/nodes.rb

#rewrite(_context) ⇒ Object

Delorean literals have same syntax as Ruby



292
293
294
# File 'lib/delorean/nodes.rb', line 292

def rewrite(_context)
  text_value
end