ruby icon indicating copy to clipboard operation
ruby copied to clipboard

Exercism exercises in Ruby.

Results 77 ruby issues
Sort by recently updated
recently updated
newest added

Hello! Please feel free to close this PR if I have misunderstood. While doing the Bird Count exercise for the Ruby track, I noticed there was no task to implement...

The class was not private, since `private` only effects the methods at the `instance` level. Includes the following changes: - Detach methods from class definition - remove redundant _key part...

bug
enhancement

I spent 3 days stuck on this problem not understanding why my solution was incorrect after I solved this challenge in 3 other languages. Very infuriating and frustrating as a...

The `private_class_method` directive needs a list of method names (strings are converted to symbols for that list) in order to make the methods private. It does not work the same...

bug
x:action/fix
x:status/claimed
x:type/coding

Remove trailing white space where it has no meaning.

x:type/docs
x:size/tiny
x:rep/tiny

Attempt to slightly reword the bird count exercise tasks 1 & 2 to be a little clearer. It's still confusing the way the BirdCount class actually holds a set of...

x:type/content

If these are acceptable, I can start adding them to `meetup` in other languages.

Steps are adjusted, and reflect closer to what should happen when a student starts with Hello World exercise in Ruby.

x:type/docs

Includes reorganizing to keep all private methods together.

This builds on the idea of Enumerables, allows student to learn about creating a generator method that allows infinite enumeration. Lots of todos left here.

new concept exercise :tulip: