Class: Delorean::UnOp
- Defined in:
- lib/delorean/nodes.rb
Overview
unary operator
Instance Method Summary collapse
Instance Method Details
permalink #check(context) ⇒ Object
[View source]
237 238 239 |
# File 'lib/delorean/nodes.rb', line 237 def check(context, *) e.check(context) end |
permalink #rewrite(context) ⇒ Object
[View source]
241 242 243 |
# File 'lib/delorean/nodes.rb', line 241 def rewrite(context) op.text_value + e.rewrite(context) end |