Class: Delorean::Literal
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
- #check(context) ⇒ Object
-
#rewrite(context) ⇒ Object
Delorean literals have same syntax as Ruby.
Instance Method Details
#check(context) ⇒ Object
220 221 222 |
# File 'lib/delorean/nodes.rb', line 220 def check(context, *) [] end |
#rewrite(context) ⇒ Object
Delorean literals have same syntax as Ruby
225 226 227 |
# File 'lib/delorean/nodes.rb', line 225 def rewrite(context) text_value end |