Class: CaskLock Private
Overview
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
A lock file for a cask.
Instance Attribute Summary
Attributes inherited from LockFile
Instance Method Summary collapse
- #initialize(cask_token) ⇒ void constructor private
Methods inherited from LockFile
Constructor Details
#initialize(cask_token) ⇒ void
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.
65 66 67 |
# File 'lock_file.rb', line 65 def initialize(cask_token) super(:cask, HOMEBREW_PREFIX/"Caskroom/#{cask_token}") end |