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