# File lib/mongo/grid/file/chunk.rb, line 124
        def initialize(document)
          @document = BSON::Document.new(:_id => BSON::ObjectId.new).merge(document)
        end