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