From: Florian Frank Date: 2003-08-29T18:52:28+09:00 Subject: Re: Can I rehash during execution ? On 2003-08-29 18:18:01 +0900, Andreas Habel wrote: > Unfortunately, it`s very nerving to shutdown the ircd, implement tiny > new features, restart and reconnect to the server everytime. Is there > a possibility to reload or rehash loaded classes during runtime ? If I > implement a new method for a class, I simply want to reload the class > definition and execute the new method in every instance that is still > generated without stoping and restarting my script. Try using load "klass.rb" instead of requiring those classes. -- One should respect public opinion insofar as is necessary to avoid starvation and keep out of prison, but anything that goes beyond this is voluntary submission to an unnecessary tyranny. -- Bertand Russell