# File lib/dm-types/ip_address.rb, line 26 def self.typecast(value, property) value.kind_of?(IPAddr) ? value : load(value, property) end