30 31 32
# File 'lib/fc2.rb', line 30 def self.all_clear FileUtils.rm_r(cache_dir, secure: true) if File.exist? cache_dir end