Module: OS::Mac::TestBot::FormulaeDependents Private
- Extended by:
- T::Helpers
- Included in:
- Homebrew::TestBot::FormulaeDependents
- Defined in:
- extend/os/mac/test_bot.rb
This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Instance Method Summary collapse
Instance Method Details
#skip_recursive_dependents?(_formula, args:) ⇒ Boolean
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.
51 52 53 |
# File 'extend/os/mac/test_bot.rb', line 51 def skip_recursive_dependents?(_formula, args:) super || ::Hardware::CPU.intel? end |