# File lib/dm-types/uri.rb, line 15
      def primitive?(value)
        value.kind_of?(Addressable::URI)
      end