March 2019
Intermediate to advanced
584 pages
19h 5m
English
Creating a new object with Object.new—and equipping that object with its own methods, one method at a time—is a great way to get a feel for the object-centeredness of Ruby programming. But this approach doesn’t exactly scale; if you’re running an online box office and your database has to process records for tickets by the hundreds, you’ve got to find another way to create and manipulate ticket-like objects in your Ruby programs.
Sure enough, Ruby gives you a full ...
Read now
Unlock full access