Skip to content

Instantly share code, notes, and snippets.

@gnarmis
Created June 1, 2011 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnarmis/1003213 to your computer and use it in GitHub Desktop.
Save gnarmis/1003213 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p180 :004 > def cat.has_nine_lives?
ruby-1.9.2-p180 :005?> true
ruby-1.9.2-p180 :006?> end
=> nil
ruby-1.9.2-p180 :007 > cat.has_nine_lives?
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment