Sha256: 920b4d80312cba067f038c55c99b94f50ed04198180625b30f86b8ea4c4143e2
Contents?: true
Size: 191 Bytes
Versions: 31
Compression:
Stored size: 191 Bytes
Contents
module Goodcheck module HomePath def cache_dir_path @cache_dir_path ||= (home_path + "cache").tap do |path| path.mkpath unless path.directory? end end end end
Version data entries
31 entries across 31 versions & 1 rubygems