Hi, At Tue, 21 May 2002 00:32:31 +0900, Yukihiro Matsumoto wrote: > |* renamed #class method to #klass since it is used to get > | class, > > You don't have to avoid reserved words for method names, besides some > editor highlighting may work wrong. I didn't avoid a reserved word but Kernel#class, otherwise pp.rb didn't work. Should be Kernel#__class__ or #__type__ like #__id__? -- Nobu Nakada