From: Florian Weber Date: 2004-05-26T02:32:22+09:00 Subject: Re: defining condititions > > Assuming you have a specific class you created that needs to be > compared to a set of rules, here's one way: basically i wanna define aop pointcuts in ruby.. something like execution("*.someMe*") && (this("SomeCl*") && !this("SomeClazz"))