exercism.io

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

Ruby

Quickly ramp up in new programming languages.

TrackStream::ProblemFilter#sql

rubocop:disable Metrics/MethodLength

Source | Google | Stack overflow

Edit

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

cd exercism.io

open lib/exercism/track_stream_filters.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-TrackStream--ProblemFilter-sql-for-pr


# Commit to git

git add lib/exercism/track_stream_filters.rbgit commit -m "better docs for TrackStream::ProblemFilter#sql"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-TrackStream--ProblemFilter-sql-for-pr

hub pull-request


# Celebrate!