Created
May 31, 2011 10:36
-
-
Save fuse/1000285 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Cat < Animal | |
def to_s | |
"I'm #{name}, I have #{age} years and I weigh #{weight} (but I have lost some kg)." | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment