From: ts Date: 2005-01-28T02:01:53+09:00 Subject: Re: Self and Ruby Comparisons >>>>> "C" == Csaba Henk writes: >> class C >> uninclude Kernel >> end C> Is there any danger to let this? You can undef all methods one by one You have removed Kernel to *all* classes C> now as well (leave "undef_method" for last :) ). this is not the same. Guy Decoux