2018-08-13 20:09:34 +02:00

10 lines
116 B
Ruby

module Hbc
module Cache
module_function
def path
@path ||= HOMEBREW_CACHE/"Cask"
end
end
end