Class: Delorean::UnOp
- Defined in:
- lib/delorean/nodes.rb
Overview
unary operator
Instance Method Summary collapse
Instance Method Details
#check(context) ⇒ Object
229 230 231 |
# File 'lib/delorean/nodes.rb', line 229 def check(context, *) e.check(context) end |
#rewrite(context) ⇒ Object
233 234 235 |
# File 'lib/delorean/nodes.rb', line 233 def rewrite(context) op.text_value + e.rewrite(context) end |