Method: DataMapper::Property::Yaml#typecast

Defined in:
lib/dm-types/yaml.rb

#typecast(value) ⇒ Object



33
34
35
# File 'lib/dm-types/yaml.rb', line 33

def typecast(value)
  value
end