rubinius

https://github.com/rubinius/rubinius

C

The Rubinius Language Platform

Rubinius::CallSite#to_s

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd rubinius

open core/call_site.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Rubinius--CallSite-to_s-for-pr


# Commit to git

git add core/call_site.rbgit commit -m "better docs for Rubinius::CallSite#to_s"


# 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--CallSite-to_s-for-pr

hub pull-request


# Celebrate!