Remove incorrect error handling for FileUtils.rm_rf
This function does not return true/false. It eventually calls `FileUtils.remove_entry` which raises an exception. No exception classes are documented. https://ruby-doc.org/stdlib-2.4.1/libdoc/fileutils/rdoc/FileUtils.html#method-c-remove_entry
Showing
Please register or sign in to comment