# File lib/mongoid/matchers/default.rb, line 65 def determine(value, operator) attribute ? attribute.send(operator, first(value)) : false end