Module: Homebrew::Bundle::Commands::Add Private
- Defined in:
- bundle/commands/add.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
Class Method Details
.run(*args, type:, global:, file:, describe: false) ⇒ 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.
14 15 16 |
# File 'bundle/commands/add.rb', line 14 def self.run(*args, type:, global:, file:, describe: false) Homebrew::Bundle::Adder.add(*args, type:, global:, file:, describe:) end |