ruby

https://github.com/ruby/ruby

Ruby

The Ruby Programming Language

VCS#debug

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd ruby

open tool/lib/vcs.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-VCS-debug-for-pr


# Commit to git

git add tool/lib/vcs.rbgit commit -m "better docs for VCS#debug"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-VCS-debug-for-pr

hub pull-request


# Celebrate!