Don't leave backup file around

I suspect this was for debugging? If not, these days we have source
control tools, so this wouldn't seem necessary?
This commit is contained in:
David Rodríguez 2022-12-12 12:19:40 +01:00 committed by Hiroshi SHIBATA
parent f88f2bd92f
commit 17559f0420
Notes: git 2022-12-12 22:02:20 +00:00

View File

@ -118,7 +118,6 @@ module SyncDefaultGems
"rdoc-ref:#{mod || name.chomp("_rdoc") + ".rdoc"}#{scope}#{label}"
end
changed or return false
File.rename(file, file + "~")
File.binwrite(file, src)
return true
end