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