module Mongoid::Matcher::Eq

@api private

Public Instance Methods

matches?(exists, value, condition) click to toggle source
# File lib/mongoid/matcher/eq.rb, line 6
                def matches?(exists, value, condition)
  EqImpl.matches?(exists, value, condition, '$eq')
end