# File lib/bundler.rb, line 218 def rm_rf(path) FileUtils.remove_entry_secure(path) if path && File.exist?(path) end