January 2024
Intermediate to advanced
718 pages
20h 15m
English
In this chapter, we’ll take a closer look at Ruby’s core data types. 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. We’re presenting the topics in alphabetical order for easier browsing, and we’ll cross-reference between topics as needed.
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 ...
Read now
Unlock full access