From: Thufir Date: 2007-10-24T07:00:13+09:00 Subject: Re: terminology: class methods versus kernel methods On Oct 23, 2:45 pm, "Rick DeNatale" wrote: [...] > print is an instance method of the Kernel module. > > The Object class includes Kernel, so the instance methods of Kernel > are effectively instance methods of every object, at least in Ruby > 1.8. [...] Kernel is a class, sub-class, of Object? -Thufir