Skip to content

Instantly share code, notes, and snippets.

@jasonnoble
Created June 9, 2014 05:09
Show Gist options
  • Select an option

  • Save jasonnoble/75e1610a786e1ceca58c to your computer and use it in GitHub Desktop.

Select an option

Save jasonnoble/75e1610a786e1ceca58c to your computer and use it in GitHub Desktop.
class Cat
def speak
puts "Meow"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment