Skip to content

Instantly share code, notes, and snippets.

@fuse
Created May 31, 2011 10:36
Show Gist options
  • Save fuse/1000285 to your computer and use it in GitHub Desktop.
Save fuse/1000285 to your computer and use it in GitHub Desktop.
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