Module: Utils::BrewCommand Private
- Defined in:
- utils/brew_command.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.
Class Method Summary collapse
- .run!(*args) ⇒ void private
Class Method Details
.run!(*args) ⇒ void
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.
This method returns an undefined value.
11 12 13 |
# File 'utils/brew_command.rb', line 11 def run!(*args) SystemCommand.safe_system(HOMEBREW_BREW_FILE, *args) end |