From: botp Date: 2008-01-10T19:35:18+09:00 Subject: Re: how to remove a method from an object ? On Jan 10, 2008 6:12 PM, Stefano Crocco wrote: > class << s1 > undef_method :print > end ah, undef_, how does it compare then if i do, class << s1 remove_method :print end i mean will undef_ do a remove or what? but anyway, that is cool Stefano. thanks for the new i've just learned. kind regards -botp