January 2024
Intermediate to advanced
718 pages
20h 15m
English
In this chapter, we’ll take a closer look at Ruby’s collection classes, especially those features that are based on the Enumerable module, which is the basis for the functionality of all container classes in Ruby. The goal is to give you more information about what you can do with these classes and also to discuss related functions together so that you can browse and perhaps find a new feature that might help.
This isn’t intended to be a complete listing of every class, method, or option. For that, please refer to the official Ruby documentation at https://docs.ruby-lang.org.
In this chapter, when a method is mentioned for the first time, we provide its complete name and signature. The ...
Read now
Unlock full access