Class: Homebrew::Uninstall::DeveloperDependentsMessage Private
- Inherits:
-
DependentsMessage
- Object
- DependentsMessage
- Homebrew::Uninstall::DeveloperDependentsMessage
- Defined in:
- uninstall.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
Attributes inherited from DependentsMessage
Instance Method Summary collapse
-
#output ⇒ Object
private
Methods inherited from DependentsMessage
Constructor Details
This class inherits a constructor from Homebrew::Uninstall::DependentsMessage
Instance Method Details
#output ⇒ 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.
144 145 146 147 148 149 150 |
# File 'uninstall.rb', line 144 def output opoo <<~EOS #{reqs.to_sentence} #{are_required_by_deps}. You can silence this warning with: #{sample_command} EOS end |