Module: AttrWithDefault

Overview

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(other_module) ⇒ Object



47
48
49
# File 'lib/attr_with_default.rb', line 47

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