Ruby solutions for Katas from
- Codewars
♥️
- Clone the repository
- Install the version of ruby in the .ruby-version file.
- Hint: You may use rbenv to manage ruby versions.
- Install dependencies:
gem install bundler && bundle install - Run static analysis:
bundle exec rubocop - Run tests:
bundle exec rspec --format documentation - Write the tests, write the code, lint the code, and have fun!
- Open a Pull Request, wait for all the checks to pass, and merge! 🎉