Module: Konfigurator::Simple
- Defined in:
- lib/konfigurator/simple.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
41 42 43 44 45 |
# File 'lib/konfigurator/simple.rb', line 41 def self.included(base) # :nodoc: base.send(:include, Common::InstanceMethods) base.send(:extend, Common::ClassMethods) base.send(:extend, ClassMethods) end |