Skip to content

Instantly share code, notes, and snippets.

@dpetersen
Created March 4, 2010 21:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dpetersen/322146 to your computer and use it in GitHub Desktop.
Save dpetersen/322146 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!
@mariovisic
Copy link

that's whack!

@libryder
Copy link

Silly sick!

@JustinAiken
Copy link

LOL!

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