Class: Delorean::Sup

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

Instance Method Summary collapse

Instance Method Details

#check(_context) ⇒ Object



309
310
311
# File 'lib/delorean/nodes.rb', line 309

def check(_context, *)
  []
end

#rewrite(_context) ⇒ Object



313
314
315
# File 'lib/delorean/nodes.rb', line 313

def rewrite(_context)
  'superclass'
end