Class: Delorean::Sup
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Instance Method Details
#check(_context) ⇒ Object
301 302 303 |
# File 'lib/delorean/nodes.rb', line 301 def check(_context, *) [] end |
#rewrite(_context) ⇒ Object
305 306 307 |
# File 'lib/delorean/nodes.rb', line 305 def rewrite(_context) 'superclass' end |