Method: Contracts::MethodDecorators#inherited
- Defined in:
- lib/contracts/decorators.rb
#inherited(subclass) ⇒ Object
9 10 11 12 |
# File 'lib/contracts/decorators.rb', line 9 def inherited(subclass) Engine.fetch_from(subclass).set_eigenclass_owner super end |