Class: 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 ⇒ Object
private
Returns the value of attribute name.
-
#reason ⇒ Object
private
Returns the value of attribute reason.
Instance Attribute Details
#name ⇒ Object
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 attribute name
5 6 7 |
# File 'formula_support.rb', line 5 def name @name end |
#reason ⇒ Object
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 attribute reason
5 6 7 |
# File 'formula_support.rb', line 5 def reason @reason end |