-----Original Message----- From: ts [mailto:decoux / moulon.inra.fr] Sent: Monday, May 17, 2004 2:57 PM To: ruby-talk ML Cc: ruby-talk / ruby-lang.org Subject: Re: Singleton classes >>>>> "r" == rolo <rohitlodha / hotwireindia.com> writes: r> def A.classMethod r> end r> def a.objectMethod r> end Why do you make a distinction between classMethod and objectMethod ? A class is an object. Agreed. just a way to refer them in example. rolo