Subject: [ruby-talk:15251] Re: class << self
From: ts <decoux moulon.inra.fr>
Date: Wed, 16 May 2001 16:37:30 +0900
References: 15174152211524815249
In-reply-to: message from Hans-Dieter Stich on Wed, 16 May 2001 16:31:26 +0900
>>>>> "H" == Hans-Dieter Stich <hdstich / commplex-media.de> writes:
H> does 'undefine' stand for 'undef_method'?
undef is a keyword, undef_method is a method
Same difference than between alias and alias_method
Guy Decoux