/coding-katas-ruby

Coding Katas written in Ruby ❤️

Primary LanguageRubyMIT LicenseMIT

Coding Katas Ruby

CI MIT License

Ruby solutions for Katas from

How to work with this repository

  1. Clone the repository
  2. Install the version of ruby in the .ruby-version file.
    • Hint: You may use rbenv to manage ruby versions.
  3. Install dependencies: gem install bundler && bundle install
  4. Run static analysis: bundle exec rubocop
  5. Run tests: bundle exec rspec --format documentation
  6. Write the tests, write the code, lint the code, and have fun!
  7. Open a Pull Request, wait for all the checks to pass, and merge! 🎉