# File lib/dm-core/query/conditions/operation.rb, line 544 def matches?(record) operand = self.operand operand.respond_to?(:matches?) ? !operand.matches?(record) : true end