Module: OS::Mac::TestBot::TestFormulae Private
- Extended by:
- T::Helpers
- Included in:
- Homebrew::TestBot::TestFormulae
- 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
#previous_run_artifact_specifier ⇒ String
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.
27 28 29 |
# File 'extend/os/mac/test_bot.rb', line 27 def previous_run_artifact_specifier "{macos-#{MacOS.version},#{MacOS.version}-#{::Hardware::CPU.arch}}" end |