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



37
38
39
40
# File 'lib/declarative/heritage.rb', line 37

def included(mod)
  super
  heritage.(mod)
end