Skip to content

Instantly share code, notes, and snippets.

@kalleth
Created March 1, 2013 19:48
Show Gist options
  • Save kalleth/5067224 to your computer and use it in GitHub Desktop.
Save kalleth/5067224 to your computer and use it in GitHub Desktop.
class Duck
def get_angry_tubbo
self.quack
end
def get_angry_everyone_else_in_the_world
quack
end
def quack
puts "quack"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment