Class: Delorean::Sup
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Instance Method Details
permalink #check(_context) ⇒ Object
[View source]
309 310 311 |
# File 'lib/delorean/nodes.rb', line 309 def check(_context, *) [] end |
permalink #rewrite(_context) ⇒ Object
[View source]
313 314 315 |
# File 'lib/delorean/nodes.rb', line 313 def rewrite(_context) 'superclass' end |