Skip to content

Instantly share code, notes, and snippets.

@StephenFiser
Created November 23, 2015 15:32
Show Gist options
  • Save StephenFiser/d5e3957013626ad58e96 to your computer and use it in GitHub Desktop.
Save StephenFiser/d5e3957013626ad58e96 to your computer and use it in GitHub Desktop.
> load 'animal.rb'
> sam = Dog.new("sam", "large", "blue")
> sam.walk
> sam.eat
> sam.class.superclass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment