Class: Inferno::Terminology::Tasks::Cleanup

Inherits:
Object
  • Object
show all
Defined in:
lib/inferno/terminology/tasks/cleanup.rb

Instance Method Summary collapse

Instance Method Details

#runObject



5
6
7
8
9
# File 'lib/inferno/terminology/tasks/cleanup.rb', line 5

def run
  Inferno.logger.info "removing all terminology build files in #{TEMP_DIR}"

  FileUtils.remove_dir File.join(TEMP_DIR)
end