Class: Delorean::SetExpr

Inherits:
ListExpr
  • Object
show all
Defined in:
lib/delorean/nodes.rb

Instance Method Summary collapse

Methods inherited from ListExpr

#check

Instance Method Details

#rewrite(context) ⇒ Object



760
761
762
# File 'lib/delorean/nodes.rb', line 760

def rewrite(context)
  "Set#{super}"
end