Method: Delorean::BaseNode#rewrite

Defined in:
lib/delorean/nodes.rb

#rewrite(context) ⇒ Object



83
84
85
# File 'lib/delorean/nodes.rb', line 83

def rewrite(context)
  def_class(context, 'BaseClass')
end