2018-06-09 11:13:37 +02:00

10 lines
122 B
Ruby

module Hbc
module Cache
module_function
def path
@path ||= HOMEBREW_CACHE.join("Cask")
end
end
end