Skip to content

Instantly share code, notes, and snippets.

@jasonnoble
Created February 4, 2014 03:58
Show Gist options
  • Select an option

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

Select an option

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