Class: Homebrew::Cmd::UpgradeCmd::FormulaeUpgradeContext Private
- Defined in:
- cmd/upgrade.rb
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.
Instance Attribute Summary collapse
-
#dependants ⇒ Homebrew::Upgrade::Dependents
readonly
private
Returns the value of prop
dependants. -
#formulae_installer ⇒ Array<FormulaInstaller>
readonly
private
Returns the value of prop
formulae_installer. -
#formulae_to_install ⇒ Array<Formula>
readonly
private
Returns the value of prop
formulae_to_install.
Instance Method Summary collapse
Constructor Details
#initialize(formulae_to_install:, formulae_installer:, dependants:) ⇒ void
|
|
# File '' const :formulae_to_install, T::Array[Formula] const :formulae_installer, T::Array[FormulaInstaller] const :dependants, Homebrew::Upgrade::Dependents |
Instance Attribute Details
#dependants ⇒ Homebrew::Upgrade::Dependents (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 dependants.
|
|
# File '' const :dependants, Homebrew::Upgrade::Dependents |
#formulae_installer ⇒ Array<FormulaInstaller> (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 formulae_installer.
|
|
# File '' const :formulae_installer, T::Array[FormulaInstaller] |
#formulae_to_install ⇒ Array<Formula> (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 formulae_to_install.
|
|
# File '' const :formulae_to_install, T::Array[Formula] |