ts <decoux / moulon.inra.fr> writes: > >>>>> "D" == Dave Thomas <Dave / PragmaticProgrammer.com> writes: > > D> dave[ruby/ruby 8:55:58] ./ruby -e 'p Object.superclass.type' > D> Kernel > > Be carefull with this, because ruby lie :-))) Ah, interesting. So really Rich's question turns out to be a red herring, in that the singleton proxy has no meaningful type (in that it has one type at the C level, another type from the Ruby level, and is invisible from the 'real' Ruby level. Cheers Dave