Created
March 1, 2013 19:48
-
-
Save kalleth/5067224 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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