From: Thufir Date: 2007-10-24T18:17:20+09:00 Subject: Re: terminology: class methods versus kernel methods On Wed, 24 Oct 2007 07:05:52 +0900, David A. Black wrote: > Kernel is a module. Object mixes it in -- essentially: > > class Object > include Kernel > end > > so that every instance of Object, or a subclass of Object, gets access > to the instance methods defined in Kernel. Ok. Is this composition? A work around for multiple inheritance? Weird and wild stuff. thanks to all, Thufir