Class: Homebrew::NondeveloperDependentsMessage
- Inherits:
-
DependentsMessage
- Object
- DependentsMessage
- Homebrew::NondeveloperDependentsMessage
- Defined in:
- Library/Homebrew/cmd/uninstall.rb
Instance Attribute Summary
Attributes inherited from DependentsMessage
Instance Method Summary collapse
Methods inherited from DependentsMessage
Constructor Details
This class inherits a constructor from Homebrew::DependentsMessage
Instance Method Details
#output ⇒ Object
202 203 204 205 206 207 208 209 |
# File 'Library/Homebrew/cmd/uninstall.rb', line 202 def output ofail <<~EOS Refusing to uninstall #{reqs.to_sentence} because #{"it".pluralize(reqs.count)} #{are_required_by_deps}. You can override this and force removal with: #{sample_command} EOS end |