I was (and arguably still am) having difficulties grasping certain basic Ruby concepts; especially creating classes and defining methods. I consulted with a TA(John) and he really helped me understand how to define a method. Today I learned that
def initialize
allows you to set the initial value for an object.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Welcome to DEV and the programming community!