Skip to content

Instantly share code, notes, and snippets.

Created February 14, 2013 01:12
Show Gist options
  • Save anonymous/4949874 to your computer and use it in GitHub Desktop.
Save anonymous/4949874 to your computer and use it in GitHub Desktop.
module Kernel
def raise(arg=nil)
p "weqwewqeqweqweweqweq"
super(arg)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment