ruby

https://github.com/ruby/ruby

Ruby

The Ruby Programming Language

Shape.shapes_available

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd ruby

open shape.c

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Shape-shapes_available-for-pr


# Commit to git

git add shape.cgit commit -m "better docs for Shape.shapes_available"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Shape-shapes_available-for-pr

hub pull-request


# Celebrate!