# File lib/dm-core/query/conditions/operation.rb, line 80
        def each
          @operands.each { |*block_args| yield(*block_args) }
        end