diff options
| author | Markus Reiter | 2017-12-03 09:57:04 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-12-03 09:58:01 +0100 |
| commit | e4bb09dd402ad4b8e3b98d16fec9cfef9646b393 (patch) | |
| tree | f24962cfa87cea760e075ac150c85e50849a676c /Library/Homebrew/cask/lib | |
| parent | c1b85a6f9d9fd8d46afdcc9488c320d39fcb275d (diff) | |
| download | brew-e4bb09dd402ad4b8e3b98d16fec9cfef9646b393.tar.bz2 | |
Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`.
Diffstat (limited to 'Library/Homebrew/cask/lib')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/locations.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/locations.rb b/Library/Homebrew/cask/lib/hbc/locations.rb index e55bdf15d..539f9c554 100644 --- a/Library/Homebrew/cask/lib/hbc/locations.rb +++ b/Library/Homebrew/cask/lib/hbc/locations.rb @@ -7,14 +7,10 @@ module Hbc end module ClassMethods - attr_writer :caskroom - def caskroom @caskroom ||= HOMEBREW_PREFIX.join("Caskroom") end - attr_writer :cache - def cache @cache ||= HOMEBREW_CACHE.join("Cask") end |
