From: Tim Pease Date: 2006-10-11T07:28:44+09:00 Subject: Re: Newbie problem of Class attributes On 10/10/06, Mait wrote: > > What means 'class << self' ? I don't understand... > > Plz anyone let me know secret ; ) > > Thanks. > The 'class << self' notation gives you access to the Singleton class for the object 'self'. There is a great explanation on the RubyGarden wiki page ... http://wiki.rubygarden.org/Ruby/page/show/SingletonTutorial It is much better than my on line explanation. Blessings, TwP