module Goodcheck::HomePath
Public Instance Methods
cache_dir_path()
click to toggle source
# File lib/goodcheck/home_path.rb, line 3 def cache_dir_path @cache_dir_path ||= (home_path + "cache").tap do |path| path.mkpath unless path.directory? end end