Module: Lean::Utils::InheritableClassAttributes

Defined in:
lib/lean-utils/inheritable_class_attributes.rb,
lib/lean-utils/inheritable_class_attributes/class_methods.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
10
# File 'lib/lean-utils/inheritable_class_attributes.rb', line 6

def self.included(base)
  base.class_eval do
    extend ClassMethods
  end
end