Module: Konfigurator::DSL
- Defined in:
- lib/konfigurator/dsl.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
37 38 39 40 41 |
# File 'lib/konfigurator/dsl.rb', line 37 def self.included(base) # :nodoc: base.send(:include, Common::InstanceMethods) base.send(:extend, Common::ClassMethods) base.send(:extend, ClassMethods) end |