kigster / ruby-exercises

Ruby implementations of exercises I came across and thought they were fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview Problems with Solutions

Build Status
CI Status
Rubocop Status

1. Ruby Interview Questions with Solutions

This is a collection of various interview questions with full or partial solutions.

Below are the links to individual problem READMEs.

2. Running All Unit Tests

We provided a convenient Rake task solutions:specs (which is also the default) so that you can run, at the top level:

bundle install
bundle exec rake

About

Ruby implementations of exercises I came across and thought they were fun.


Languages

Language:Ruby 95.7%Language:HTML 2.6%Language:Shell 0.9%Language:JavaScript 0.7%Language:CSS 0.2%