Skip to content

Instantly share code, notes, and snippets.

@alindeman
Forked from caleywoods/gist:801305
Created January 29, 2011 00:24
Show Gist options
  • Save alindeman/801312 to your computer and use it in GitHub Desktop.
Save alindeman/801312 to your computer and use it in GitHub Desktop.
class Animal
def initialize(legs)
@legs = legs
end
def legs_in_animal
@legs
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment