What can we do with a biscuit instance?
We can eat it or gift it.
So, let's add these two methods to the class.
Run code to see the result.
In this case we have defined two methods eat
and gift
.
Note that a method always starts with def
and the method ends with end
.