brew
https://github.com/homebrew/brew
Ruby
🍺 The missing package manager for macOS
Concurrent::MVar#wait_for_empty
No Docs, write some!
Edit
git clone [email protected]:homebrew/brew.git
cd brew
open Library/Homebrew/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.6/lib/concurrent-ruby/concurrent/mvar.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Concurrent--MVar-wait_for_empty-for-pr
# Commit to gitgit add Library/Homebrew/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.6/lib/concurrent-ruby/concurrent/mvar.rbgit commit -m "better docs for Concurrent::MVar#wait_for_empty"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Concurrent--MVar-wait_for_empty-for-pr
hub pull-request
# Celebrate!