Sha256: 09d2defa4c2821e114e7f2e22931e5bb0930c134fb43ed8d4321e35b9092384e
Contents?: true
Size: 161 Bytes
Versions: 69
Compression:
Stored size: 161 Bytes
Contents
module ActiveSupport module Cache class FileStore def flush FileUtils.rm_rf cache_path if File.exist?(cache_path) end end end end
Version data entries
69 entries across 69 versions & 12 rubygems