Module: Metaractor::Namespace
- Defined in:
- lib/metaractor/namespace.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
The following code is adapted from rails.
Class Method Details
.included(base) ⇒ Object
The following code is adapted from rails.
5 6 7 |
# File 'lib/metaractor/namespace.rb', line 5 def self.included(base) base.extend ClassMethods end |