From: Dave Gurnell (d.j.gurnell at gmail.com) Date: Thu Dec 10 07:17:00 EST 2009 |
|
Hi all, I've got a bunch of classes with "render" methods, some of which are overridable and some of which are augmentable. I'd like to create a mixing that overrides *or* augments these methods depending on the context. Is there a way to determine whether a method is augmentable or overridable and do the appropriate thing? Cheers, -- Dave
Posted on the users mailing list. |
|