Method: DataMapper::Property::IPAddress#typecast_to_primitive

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

#typecast_to_primitive(value) ⇒ Object



36
37
38
# File 'lib/dm-types/ip_address.rb', line 36

def typecast_to_primitive(value)
  load(value)
end