From: Yukihiro Matsumoto Date: 2006-04-05T02:01:36+09:00 Subject: Re: un_include and un_extend Hi, In message "Re: un_include and un_extend" on Wed, 5 Apr 2006 01:58:46 +0900, "itsme213" writes: |How do I un_include a module from a class/module, or un_extend a module from |an object? You can't, under the current implementation. matz.