#LEARN #RUBY #PROGRAMMING
When we call the .new method on our class we are initializing the object. Ruby calls the initialize method. By default ruby handles this for us when we define a class however we can define the behavior of the initialize method ourselves.
Ruby From Scratch Series: • Ruby from Scratch