exercism.io

https://github.com/exercism/exercism.io

Ruby

Quickly ramp up in new programming languages.

Stream::Exercise#comment_count=

Sets the attribute comment_count

Source | Google | Stack overflow

Edit

git clone [email protected]:exercism/exercism.io.git

cd exercism.io

open lib/exercism/stream_exercise.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Stream--Exercise-comment_count--for-pr


# Commit to git

git add lib/exercism/stream_exercise.rbgit commit -m "better docs for Stream::Exercise#comment_count="


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Stream--Exercise-comment_count--for-pr

hub pull-request


# Celebrate!