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