Class: Delorean::SetExpr
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Methods inherited from ListExpr
Instance Method Details
#rewrite(context) ⇒ Object
749 750 751 |
# File 'lib/delorean/nodes.rb', line 749 def rewrite(context) "Set#{super}" end |