Mike McQuaid 90b3a13909
cask: move cask/lib/hbc/* to cask/*.
Fix the load path, requires and some filenames accordingly.
2018-09-04 09:56:57 +01:00

10 lines
116 B
Ruby

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