4 5 6 7
# File 'lib/benoit/cleaner.rb', line 4 def self.run FileUtils.rm_rf(Benoit.config.cache_path) FileUtils.rm_rf(Benoit.config.output_path) end