# File lib/mongo/cursor/builder/op_get_more.rb, line 50
        def specification
          {
            :to_return => to_return,
            :cursor_id => cursor.id,
            :db_name   => database.name,
            :coll_name => collection_name
          }
        end