Just my Codewars solution for Ruby training.
| Name | Version |
|---|---|
| Ruby | 2.3.0 MRI |
git clonerepositorybundle installbundle exec rake rspecbundle exec rubocop
- Convention is that in app root there are folder with katas
levelname and inside are specific katas. - Example file is named form codewars example name in snake_word style.
- Every example should have its own
_spec.rbfile with the same folder as its level.
- Do more examples ;)