Method: Aef::NamespaceHelper.included

Defined in:
lib/aef/namespace_helper.rb

.included(klass) ⇒ Object (protected)

This magic method is automatically called when NamespaceHelper is included into a class/module to extend Aef::NamespaceHelper::ClassMethods into the same class/module.



44
45
46
# File 'lib/aef/namespace_helper.rb', line 44

def self.included(klass)
  klass.extend(ClassMethods)
end