Method: Docks::Cache#clear

Defined in:
lib/docks/cache.rb

#clearObject



72
73
74
# File 'lib/docks/cache.rb', line 72

def clear
  FileUtils.rm_rf Dir[Docks.config.cache_location + "*"]
end