Exercism problem solving using ruby language
Build Status Join the chat at https://gitter.im/exercism/ruby
Exercism Exercises in Ruby
Setup
You’ll need a recent (2.1+) version of Ruby, but that’s it. Minitest ships with the language, so you’re all set.
Anatomy of an Exercise
The files for an exercise live in exercises/
a test suite,
an example solution, .meta/solutions/
where
If the exercise has a test generator, the directory will also contain:
.version
the test generator, .meta/generator/
A few exercises use a custom test template:
.meta/generator/test_template.erb