# File lib/mongo/operation/parallel_scan/result.rb, line 37
        def cursor_ids
          documents.map {|doc| doc[CURSOR][CURSOR_ID]}
        end