Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1011 Bytes

File metadata and controls

35 lines (26 loc) · 1011 Bytes

Ruby Codewars

Build Status

#️⃣ App description


Just my Codewars solution for Ruby training.

🔐 Technology stack


Name Version
Ruby 2.3.0 MRI

📖 Setup


  1. git clone repository
  2. bundle install
  3. bundle exec rake rspec
  4. bundle exec rubocop

ℹ️ additional info


  • Convention is that in app root there are folder with katas level name and inside are specific katas.
  • Example file is named form codewars example name in snake_word style.
  • Every example should have its own _spec.rb file with the same folder as its level.

✅ To do and others ;)


  • Do more examples ;)