Meowing Cat
Meowing Cat
Objectives
Introduction
maru = Cat.new
maru.name = "Maru"
maru.name
# => "Maru"
maru.meow
# "meow!"
# => nilInstructions
Last updated
maru = Cat.new
maru.name = "Maru"
maru.name
# => "Maru"
maru.meow
# "meow!"
# => nilLast updated