# File lib/dm-core/query/conditions/operation.rb, line 141
        def first
          each { |operand| return operand }
          nil
        end