From: "Bennett, Patrick" Date: 2003-03-07T01:00:30+09:00 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 ? >>>>> "B" == Bennett, Patrick writes: B> One of the things it can do is tell the Ruby script to load a B> specific Ruby script (via 'require') and call a method of a known B> class name that use 'load' rather than 'require' Guy Decoux