Class: FormulaLock 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 formula.
Instance Attribute Summary
Attributes inherited from LockFile
Instance Method Summary collapse
-
#initialize(name) ⇒ FormulaLock
constructor
private
A new instance of FormulaLock.
Methods inherited from LockFile
Constructor Details
#initialize(name) ⇒ FormulaLock
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 FormulaLock.
54 55 56 |
# File 'Library/Homebrew/lock_file.rb', line 54 def initialize(name) super("#{name}.formula") end |