Created
July 23, 2014 08:53
-
-
Save jackfranklin/9eda78f271fdb7e1abde to your computer and use it in GitHub Desktop.
Hodor
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 Hodor | |
def method_missing(sym) | |
'Hodor' | |
end | |
end | |
puts Hodor.new.hello | |
puts Hodor.new.blahblah |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment