Skip to content

Instantly share code, notes, and snippets.

@jejacks0n
Forked from dpetersen/party.rb
Created March 4, 2010 22:04
Show Gist options
  • Save jejacks0n/322164 to your computer and use it in GitHub Desktop.
Save jejacks0n/322164 to your computer and use it in GitHub Desktop.
module Kernel
def the(a, b)
Exception.new
end
def roof
end
def yo!
end
end
raise the roof, yo!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment