Skip to content

Instantly share code, notes, and snippets.

@jagipson
Created June 25, 2010 11:46
Show Gist options
  • Save jagipson/452753 to your computer and use it in GitHub Desktop.
Save jagipson/452753 to your computer and use it in GitHub Desktop.
class Object
def method_missing(name, *args, &block)
# noop
end
end
@kotp
Copy link

kotp commented Jun 25, 2010

How about just printing "Whoah Boy!" .. LOL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment