72 73 74
# File 'lib/docks/cache.rb', line 72 def clear FileUtils.rm_rf Dir[Docks.config.cache_location + "*"] end