Module: ClassLevelInheritableAttributes

Included in:
BinScript
Defined in:
lib/bin_script/class_inheritable_attributes.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



2
3
4
# File 'lib/bin_script/class_inheritable_attributes.rb', line 2

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