Module: InheritableInstance::Includible

Defined in:
lib/inheritable_instance/includible.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
# File 'lib/inheritable_instance/includible.rb', line 4

def self.included(base)
  base.extend InheritableInstance
end