M
Mark Hubbart
Class is a template for creating objects. Object is a subclass of
class.
Not quite:
=> ClassClass.ancestors => [Class, Module, Object, Kernel]
Object.class
Class is a sub class of Object, while Object is an instance of Class!
whoops... I didn't say what I meant there. What I said was obviously
wrong I meant it the other way around. I should proof my messages
better. :/ Anyway, that was mainly a statement to introduce the link,
which does a much better job of stating things than I did...