From: Pit Capitain Date: 2005-10-20T23:13:14+09:00 Subject: Re: [ANN] [RCR] Cut-based AOP Eric Mahurin schrieb: > module Braces > remove_method :foo > end > > c.foo # => "[bar]" > > I really like this. I don't see anything you couldn't do with > this that you can with the cut-based-AOP. And it seems so much > simpler. I like it too, but instead of having to remove methods from modules, it would be better if we could "exclude" modules from the inheritance chain. Will this be possible in Ruby 2? Another question: how would I "preclude" a module to an instance? Module: include <-> preclude Instance: extend <-> ?? (pretend :-) Regards, Pit