rubinius

https://github.com/rubinius/rubinius

C

The Rubinius Language Platform

Autoload#inspect

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd rubinius

open core/autoload.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Autoload-inspect-for-pr


# Commit to git

git add core/autoload.rbgit commit -m "better docs for Autoload#inspect"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Autoload-inspect-for-pr

hub pull-request


# Celebrate!