Module: ConcernedInheritance::ModuleMethods
- Defined in:
- lib/concerned_inheritance/module_methods.rb
Instance Method Summary collapse
Instance Method Details
#inherited(&block) ⇒ Object
7 8 9 |
# File 'lib/concerned_inheritance/module_methods.rb', line 7 def inherited(&block) define_inherited_callback(&block) end |
#inherited_callbacks ⇒ Object
3 4 5 |
# File 'lib/concerned_inheritance/module_methods.rb', line 3 def inherited_callbacks @inherited_callbacks end |