This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
utils
/
gems.rbi
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
env_config: add `auto` option for `download_concurrency` This will allow the user to set `HOMEBREW_DOWNLOAD_CONCURRENCY` to `auto` to have Homebrew use the number of cores on the machine * 2.
2025-07-29 15:15:37 +01:00
# typed: strict
# frozen_string_literal: true
module Homebrew
Move `o*` output methods to `Utils::Output` This reduces the surface area of our `Kernel` monkeypatch and removes the need to `include Kernel` in a bunch of modules. While we're here, also move `Kernel#require?` to `Homebrew` and fully scope the calls to it.
2025-08-20 19:20:19 +01:00
extend Utils::Output::Mixin
env_config: add `auto` option for `download_concurrency` This will allow the user to set `HOMEBREW_DOWNLOAD_CONCURRENCY` to `auto` to have Homebrew use the number of cores on the machine * 2.
2025-07-29 15:15:37 +01:00
end
Reference in New Issue
Copy Permalink