From: "Florian Groß" Date: 2005-04-22T09:25:55+09:00 Subject: Re: [EVALUATION] - E03e - The Ruby Object Model (Summary) Yukihiro Matsumoto wrote: > |Maybe there should be singleton modules instead of singleton > |classes.... (That would also solve the problem of "singleton class" > |having two meanings.) > > I'm not sure why singleton modules are better than singleton classes. Hm, Modules can not be instantiated (so it would be one less special case) and the ability of including modules in other objects might be nice.