# File lib/mongo/operation/aggregate/result.rb, line 51
        def cursor_id
          cursor_document ? cursor_document[CURSOR_ID] : 0
        end