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



718
719
720
# File 'lib/delorean/nodes.rb', line 718

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