Class: Delorean::Sup

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

Instance Method Summary collapse

Instance Method Details

#check(context) ⇒ Object



242
243
244
# File 'lib/delorean/nodes.rb', line 242

def check(context, *)
  []
end

#rewrite(context) ⇒ Object



246
247
248
# File 'lib/delorean/nodes.rb', line 246

def rewrite(context)
  "superclass"
end