# File lib/dm-types/uri.rb, line 12
      def self.load(value, property)
        Addressable::URI.parse(value)
      end