Skip to content

Instantly share code, notes, and snippets.

@jqr
Created April 1, 2009 20:50
Show Gist options
  • Save jqr/88884 to your computer and use it in GitHub Desktop.
Save jqr/88884 to your computer and use it in GitHub Desktop.
def make_class(klass)
::Object.class_eval "
class #{klass} < #{self}
end
"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment