Learning Ruby: The Object Model
Object-Oriented Programming(OOP) is the essence of Ruby, and as such, it’s hard to really elaborate what an object is. At first, it was hard for me to grasp what an object was, let alone the concept of OOP, but with more repetition, exposure and practice, it got easier and easier to understand what OOP was. Now […]