module Declarative::Heritage::Included
To be included into modules using Heritage
. When included, inherits the heritage.
Public Instance Methods
included(mod)
click to toggle source
Calls superclass method
# File lib/declarative/heritage.rb, line 32 def included(mod) super heritage.(mod) end