Skip to content

Instantly share code, notes, and snippets.

@bkeepers
Forked from dpetersen/party.rb
Created December 1, 2010 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkeepers/723017 to your computer and use it in GitHub Desktop.
Save bkeepers/723017 to your computer and use it in GitHub Desktop.
module Kernel
def the(a, b)
a.new(b)
end
def roof
Exception
end
def yo!
"Get your hands in the air, wave them like..."
end
end
raise the roof, yo!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment