Module: Declarative::Heritage::Inherited

Defined in:
lib/declarative/heritage.rb

Overview

To be extended into classes using Heritage. Inherits the heritage.

Instance Method Summary collapse

Instance Method Details

#inherited(subclass) ⇒ Object



29
30
31
32
# File 'lib/declarative/heritage.rb', line 29

def inherited(subclass)
  super
  heritage.(subclass)
end