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