Class: Benoit::Cleaner

Inherits:
Object
  • Object
show all
Defined in:
lib/benoit/cleaner.rb

Class Method Summary collapse

Class Method Details

.runObject



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