Class: Formula::FormulaConflict 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.
Used to track formulae that cannot be installed at the same time.
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
private
Returns the value of prop
name. -
#reason ⇒ String?
readonly
private
Returns the value of prop
reason.
Instance Method Summary collapse
- #initialize(name:, reason: nil) ⇒ void constructor
Constructor Details
Instance Attribute Details
#name ⇒ String (readonly)
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.
Returns the value of prop name.
|
|
# File '' const :name, String |
#reason ⇒ String? (readonly)
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.
Returns the value of prop reason.
|
|
# File '' const :reason, T.nilable(String) |