Module: CastingAttributes

Defined in:
lib/casting_attributes.rb,
lib/casting_attributes/type_caster.rb,
lib/casting_attributes/type_caster/base.rb,
lib/casting_attributes/type_caster/float.rb,
lib/casting_attributes/type_caster/fixnum.rb,
lib/casting_attributes/type_caster/string.rb,
lib/casting_attributes/type_caster/boolean.rb

Defined Under Namespace

Modules: ClassMethods, TypeCaster

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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

def self.included(base)
  base.send :extend, ClassMethods
end