Module: Declarative::Heritage::Included
- Defined in:
- lib/declarative/heritage.rb
Overview
To be included into modules using Heritage. When included, inherits the heritage.
Instance Method Summary collapse
Instance Method Details
#included(mod) ⇒ Object
32 33 34 35 |
# File 'lib/declarative/heritage.rb', line 32 def included(mod) super heritage.(mod) end |