From: Nuralanur@... Date: 2006-01-25T20:26:45+09:00 Subject: Re: it is possible to unload a class? -------------------------------1138188387 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Dear sayoyo, there is a project called "unrequireable" by Jan Molic: _http://raa.ruby-lang.org/project/unrequireable/_ (http://raa.ruby-lang.org/project/unrequireable/) Maybe this can help you, if you can organize your code into two files, so that one of them contains the code and classes which you sometimes need and sometimes do not need. From the other file, you can then require and unrequire that file, so that the classes from the first file sometimes exist and sometimes do not exist. Best regards, Axel -------------------------------1138188387--