June 2007
Intermediate to advanced
294 pages
8h 6m
English

This chapter is primarily geared toward tools that reveal more about Ruby, making the programmer’s job both easier and more interesting. We’ll revisit a few topics we broached in a cursory fashion earlier in the book, this time giving them more attention.
Back in Chapter 1, we talked about how various languages convert data from one type to another. You’ll remember that this process is called casting, and Ruby generally requires programmers to do this explicitly, while some other languages provide shortcuts that implicitly cast data.
The one major exception to this policy in Ruby is ...
Read now
Unlock full access