# File lib/dm-types/ip_address.rb, line 14
      def valid?(value, negated = false)
        super || dump(value).kind_of?(::String)
      end