# File lib/mongo/collection/view/iterable.rb, line 57
        def close_query
          @cursor.send(:kill_cursors) if @cursor && !@cursor.closed?
        end