Learn
Object-Oriented Programming I
Forge an Object in the Fires of Mount Ruby
Perfect! Let’s go ahead and create an instance of our Message
class.
Instructions
1.
After your class, create a variable called my_message
.
Create an instance of your Message
class using Message.new
with whatever from
and to
arguments you want! Store the result in my_message
.