rubies icon indicating copy to clipboard operation
rubies copied to clipboard

A Ruby gem to practice small ruby coding drills

Results 11 rubies issues
Sort by recently updated
recently updated
newest added

The test suite is a little bit confusing because the tests pass, but they display on the console some of the messages a user would see. It would be nice...

- [ ] .each - [ ] .map - [ ] multi line input for some problems

Leaderboard with Easter Eggs - When the user is done, it submits their score to a server so they can see how they are doing versus others - A link...

Say I type in `current[11]` and press enter, which turns out to be the wrong answer. It would be nice to be able to press the up button to place...

This fixes issue #15, where users could input the target answer and be marked correct. This solution tests the user's solution against various data structures for which it _should_ fail,...

Here is a problem: current = [1, 2, 3, 4, 5] we are asked to get "3" from current expected solution (by design) would be current[2] but if we input...

bug

``` ruby Write ruby code to find the following value (or enter NEW for a new challenge): 415 [1] rubies(main)> self.freeze => # /usr/local/lib/ruby/gems/2.1.0/gems/rubies-0.1.1/lib/rubies/game.rb:80:in `itswrong': can't modify frozen Rubies::Game (RuntimeError)...

bug