rubinius

https://github.com/rubinius/rubinius

C

The Rubinius Language Platform

Rubinius::VariableScope#name

Returns the value of attribute name

Source | Google | Stack overflow

Edit

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

cd rubinius

open core/variable_scope.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Rubinius--VariableScope-name-for-pr


# Commit to git

git add core/variable_scope.rbgit commit -m "better docs for Rubinius::VariableScope#name"


# 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--VariableScope-name-for-pr

hub pull-request


# Celebrate!