From: Florian Gross Date: 2004-11-15T23:38:19+09:00 Subject: Re: Kernel#singleton_class ts wrote: >>>>>>"D" == David A Black writes: > > D> obj.class > D> obj.own_class > > You can rename it, but don't forget to rename > > rb_define_singleton_methods() > rb_singleton_class_clone() > etc, > > also don't forget this strange T_SINGLETON that sometimes I see in the > doc. But what about this? irb(main):001:0> class << 1; end TypeError: no virtual class for Fixnum Ruby itself isn't consistent in the terminology it uses. Maybe that is the bigger problem.