Adriano Ferreira Fri, 30 Jun 2006 10:43:28 -0700
What is supposed to happen if one says: class Dog {
has $:tail handles 'wag'; meth wag { # something else than $:tail.wag } } Is it a compilation error? Or one of the definitions prevail (with a warning or something)? Adriano Ferreira.