# File lib/dm-core/query/conditions/operation.rb, line 166 def matches?(record) @operands.any? { |operand| operand.matches?(record) } end