Skip to content

Instantly share code, notes, and snippets.

@caleywoods
Created January 29, 2011 00:21
Show Gist options
  • Save caleywoods/801305 to your computer and use it in GitHub Desktop.
Save caleywoods/801305 to your computer and use it in GitHub Desktop.
class Animal
LEGS = 4
def legs_in_animal
LEGS
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment