This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
mirror of
https://github.com/Homebrew/brew.git
synced
2025-07-14 16:09:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
brew
/
Library
/
Homebrew
/
cask
/
lib
/
hbc
/
cache.rb
10 lines
122 B
Ruby
Raw
Normal View
History
Unescape
Escape
Cask: Use nested classes and modules.
2016-09-24 13:52:43 +02:00
module
Hbc
module
Cache
module_function
init
2016-08-18 22:11:42 +03:00
Add `path` method to `Caskroom` and `Cache`.
2018-06-09 09:42:49 +02:00
def
path
@path
||
=
HOMEBREW_CACHE
.
join
(
"
Cask
"
)
end
init
2016-08-18 22:11:42 +03:00
end
end
Reference in New Issue
Copy Permalink