Method: SmartProperties::ModuleMethods#included

Defined in:
lib/smart_properties.rb

#included(target) ⇒ Object



95
96
97
98
# File 'lib/smart_properties.rb', line 95

def included(target)
  super
  target.include(SmartProperties)
end