A Beginner’s Guide to Ruby Classes (Part 1)
When first starting out with Ruby, we very quickly encounter some basic classes: strings, integers, arrays, etc. We also find that each of these classes has numerous methods that can be called to perform various actions on instances of these classes. For…