From: "Daniel Schüle" Date: 2005-11-07T00:52:10+09:00 Subject: Re: what does --can't define singleton method-- mean? daz wrote: > Daniel Sch�le wrote: > >>what is the advantage or typical use of having >>singleton method for a class? > > > > File.exist?('myfile') > > There's no instance (File.new), yet. > > File.new is another ;) ok, now it makes sense thx