From: Dominik Werder Date: 2003-07-02T17:36:21+09:00 Subject: Re: anonymous classes > What you've written is called a "singleton class". I wrote this a while: > > http://www.rubygarden.org/ruby?SingletonTutorial it is very helpful for me too :) One question referring to "A neat solution then is to create a singleton class for each POP3 connection as it arrives: " How much memory does this technique consume? Are the new methods created for each individual instance? Or just something like a lookup table? bye! Dominik