module Mongoid::Matcher::Nin

@api private

Public Instance Methods

matches?(exists, value, condition) click to toggle source
# File lib/mongoid/matcher/nin.rb, line 6
                def matches?(exists, value, condition)
  !In.matches?(exists, value, condition)
end