From: Max Lapshin Date: 2006-10-27T16:28:00+09:00 Subject: Re: Singleton Methods On Oct 27, 2006, at 10:15 AM, bparanj@gmail.com wrote: > What is the purpose of singleton method? Why is singleton method > defined on individual object instead of a class? TIA > > You call Article.new. new is the singleton method of object Article. It is not "class method", there is no such thing in Ruby. There is singleton method of object Article