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