Skip to content

Instantly share code, notes, and snippets.

@roidrage
Created November 10, 2008 13:47
Show Gist options
  • Save roidrage/23492 to your computer and use it in GitHub Desktop.
Save roidrage/23492 to your computer and use it in GitHub Desktop.
module Kernel
def new(clazz)
clazz.new
end
end
obj = new Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment