Exercism.io provides practice problems and mentorship for most programming langauges. This repository contains my solutions to the "Ruby Track". I've been having a lot of fun with Elixir lately, so I thought I'd practice some Ruby as well and see how it is first hand.
For each solution, run the ruby test script from the solution folder. Check the README for further instructions. You will need the minitest
gem for all tests.
ruby <solution_dir>/<solution_name>_test.exs
To run all the tests, use the test_all.sh
script.
sh test_all.sh
Alternatively, tests can be run from a container using Docker. Tests will run on build.
docker build --tag exercism-ruby-answers:latest .