Skip to content

Instantly share code, notes, and snippets.

@jackfranklin
Created July 23, 2014 08:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackfranklin/9eda78f271fdb7e1abde to your computer and use it in GitHub Desktop.
Save jackfranklin/9eda78f271fdb7e1abde to your computer and use it in GitHub Desktop.
Hodor
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