Class: CaskLock Private
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
A lock file for a cask.
Instance Attribute Summary
Attributes inherited from LockFile
Instance Method Summary collapse
-
#initialize(name) ⇒ CaskLock
constructor
private
A new instance of CaskLock.
Methods inherited from LockFile
Constructor Details
#initialize(name) ⇒ CaskLock
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.
Returns a new instance of CaskLock.
63 64 65 |
# File 'Library/Homebrew/lock_file.rb', line 63 def initialize(name) super("#{name}.cask") end |