Module: Cask::Cache Private
- Defined in:
- Library/Homebrew/cask/cache.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Helper functions for the cask cache.
Class Method Summary collapse
- .path ⇒ Object private
Class Method Details
.path ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
11 12 13 |
# File 'Library/Homebrew/cask/cache.rb', line 11 def path @path ||= HOMEBREW_CACHE/"Cask" end |