January 2024
Intermediate to advanced
718 pages
20h 15m
English
In this chapter, we’ll take a closer look at Ruby’s input and output (I/O) classes, including reading and writing from files, manipulating files, and managing file formats. We’ll investigate their API and functionality in somewhat more detail than we did in Part I of this book. The goal of this chapter 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 ...
Read now
Unlock full access