Skip to content

Instantly share code, notes, and snippets.

@jgouly
Created December 18, 2011 00:02
Show Gist options
  • Save jgouly/1491861 to your computer and use it in GitHub Desktop.
Save jgouly/1491861 to your computer and use it in GitHub Desktop.
class Object
def self.const_missing k
const_set k, Class.new
end
end
class Lol < Lol2
end
p Lol.superclass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment