rubinius

https://github.com/rubinius/rubinius

C

The Rubinius Language Platform

Rubinius::CodeLoader#unregister_file

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd rubinius

open core/code_loader.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Rubinius--CodeLoader-unregister_file-for-pr


# Commit to git

git add core/code_loader.rbgit commit -m "better docs for Rubinius::CodeLoader#unregister_file"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Rubinius--CodeLoader-unregister_file-for-pr

hub pull-request


# Celebrate!