January 2024
Intermediate to advanced
718 pages
20h 15m
English
In this chapter, we’ll take a closer look at the classes that make up Ruby’s object model. 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 notation Foo.bar indicates a class or module method, while Foo#bar indicates an instance method. Optional arguments are indicated ...
Read now
Unlock full access