Skip to content

Instantly share code, notes, and snippets.

@jasonnoble
Created February 5, 2015 03:30
Show Gist options
  • Select an option

  • Save jasonnoble/4819e1584a4367353ae7 to your computer and use it in GitHub Desktop.

Select an option

Save jasonnoble/4819e1584a4367353ae7 to your computer and use it in GitHub Desktop.
My Cat Class
class Cat
def speak
"meow"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment