# File lib/mongoid/matchers/default.rb, line 34
      def matches?(value)
        attribute.is_a?(Array) && !value.is_a?(Array) ? attribute.include?(value) : value === attribute
      end