# File lib/dm-types/ip_address.rb, line 29
      def dump(value)
        return nil if value.nil?
        value.to_s
      end