From: List Recv Date: 2005-12-19T16:12:47+09:00 Subject: Thread specific singleton's How do I make a thread specific Singleton? That is, once instance per thread. Related question: why do Singleton's use the Name.instance.method idiom (using instance methods) as opposed to Name.method (using class methods), which seems simpler and clearer. -- Posted via http://www.ruby-forum.com/.