Module: Cask::Cache Private
- Defined in:
- cask/cache.rb
Overview
This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Helper functions for the cask cache.
Class Method Summary collapse
-
.path ⇒ Pathname
private
Class Method Details
.path ⇒ Pathname
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
12 13 14 |
# File 'cask/cache.rb', line 12 def self.path @path ||= HOMEBREW_CACHE/"Cask" end |