Subject: Re: Unrequiring a module
From: ts <decoux@ u n n . >
Date: Sat, 27 Aug 2005 22:53:05 +0900
References: * * 153822153824153826153827153829
In-reply-to: 153829
>>>>> "I" == Iain Dooley <idoo4002 / mail.usyd.edu.au> writes:
I> i tried to find some way of remove a constant, but couldn't see one,
I> what is the method?
Module#remove_const
rb_mod_remove_const() (in variable.c)
Guy Decoux