Subject: [ruby-talk:10080] Re: Loading/Unloading classes.
From: ts <decoux moulon.inra.fr>
Date: Mon, 29 Jan 2001 23:50:10 +0900
References: 1002610047
In-reply-to: message from Mark Slagell on Mon, 29 Jan 2001 23:35:18 +0900
>>>>> "M" == Mark Slagell <ms / iastate.edu> writes:
M> rc:8: undefined method `remove_const' for #<Object:0x45aa658>
remove_const is a private method of Module
class Object
remove_const(:Groucho)
end
Guy Decoux