rubinius

https://github.com/rubinius/rubinius

C

The Rubinius Language Platform

Autoload#loaded=

Sets the attribute loaded

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-loaded--for-pr


# Commit to git

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


# 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-loaded--for-pr

hub pull-request


# Celebrate!