# File lib/puppet/module/tool/cache.rb, line 50
    def self.clean
      base_path.rmtree if base_path.exist?
    end