module Bundler

def rm_rf(path)

def rm_rf(path)
  FileUtils.remove_entry_secure(path) if path && File.exist?(path)
end