>>>>> "N" == Nathaniel Talbott <ntalbott / rolemodelsoft.com> writes: N> The only problem is, it doesn't look like there is a way to trap the N> definition of a method, and I also can't seem to find a way to define a N> method dynamically. You can, look at #method_added, #singleton_method_added, ... N> 1. Is it feasible? yes, N> 2. Is it desirable? good question :-) Guy Decoux