> > 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"))