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.
10 11 12 |
# File 'cask/cache.rb', line 10 def self.path @path ||= T.let(HOMEBREW_CACHE/"Cask", T.nilable(Pathname)) end |