# File lib/mongo/protocol/get_more.rb, line 149
        def command
          document = BSON::Document.new
          document.store(GET_MORE, cursor_id)
          document.store(Message::BATCH_SIZE, number_to_return)
          document.store(Message::COLLECTION, collection)
          document
        end