class Bundler::CompactIndexClient::CacheFile
def close
Remove the temp file without replacing the original file.
def close return if @closed FileUtils.remove_file(path) if @path&.file? @closed = true end
def close return if @closed FileUtils.remove_file(path) if @path&.file? @closed = true end