module Mongoid::Matcher::Eq
@api private
Public Instance Methods
Source
# File lib/mongoid/matcher/eq.rb, line 6 def matches?(exists, value, condition) EqImpl.matches?(exists, value, condition, '$eq') end
@api private
# File lib/mongoid/matcher/eq.rb, line 6 def matches?(exists, value, condition) EqImpl.matches?(exists, value, condition, '$eq') end