|
|
|
|
|
by pat_shaughnessy
4928 days ago
|
|
Thanks Gary... yea and all of these things more or less mean the same thing. At a more technical, detailed level, however, the Ruby core team uses both the term "metaclass" (in the same sense Smalltalk uses it - the class of a class), and the term "singleton" (the hidden class of a single object instance). You can see what I mean by looking through the MRI class.c source file. |
|