rubygems

https://github.com/rubygems/rubygems

Ruby

Library packaging and distribution for Ruby.

Gem::Random::Formatter#uuid_v7

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:rubygems/rubygems.git

cd rubygems

open lib/rubygems/vendor/securerandom/lib/random/formatter.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Gem--Random--Formatter-uuid_v7-for-pr


# Commit to git

git add lib/rubygems/vendor/securerandom/lib/random/formatter.rbgit commit -m "better docs for Gem::Random::Formatter#uuid_v7"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Gem--Random--Formatter-uuid_v7-for-pr

hub pull-request


# Celebrate!