Method: Delorean::SetComprehension#rewrite

Defined in:
lib/delorean/nodes.rb

#rewrite(context) ⇒ Object



766
767
768
# File 'lib/delorean/nodes.rb', line 766

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