Is there a way to 'unload' a script/module/class?

I take it back - I had to change a few more things, but it now works
great - thanks!

···

-----Original Message-----
From: Bennett, Patrick
Sent: Thursday, March 06, 2003 11:00 AM
To: ‘ruby-talk@ruby-lang.org’
Subject: RE: Is there a way to ‘unload’ a script/module/class ?

That won’t work since I need to instantiate a class within the loaded
file and pass arguments to it. :

-----Original Message-----
From: ts [mailto:decoux@moulon.inra.fr]
Sent: Thursday, March 06, 2003 10:42 AM
To: ruby-talk ML
Cc: ruby-talk@ruby-lang.org
Subject: Re: Is there a way to ‘unload’ a script/module/class ?

One of the things it can do is tell the Ruby script to load a
specific Ruby script (via ‘require’) and call a method of a known
class name that

use ‘load’ rather than ‘require’

Guy Decoux