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
24 25 26 27 |
# File 'lib/declarative/heritage.rb', line 24 def inherited(subclass) super heritage.(subclass) end |