module Mongoid::Matcher::Nin
@api private
Public Instance Methods
Source
# File lib/mongoid/matcher/nin.rb, line 6 def matches?(exists, value, condition) !In.matches?(exists, value, condition) end
@api private
# File lib/mongoid/matcher/nin.rb, line 6 def matches?(exists, value, condition) !In.matches?(exists, value, condition) end