ts wrote:
...
>  Yes, and this is why I prefer this scheme to
> 
>    class A
>       def a:pre
>       end
> 
>       def a:pre
>       end
> 
>       def a
>       end
>    end            

Agreed 100% - I see no reason for allowing several hooks in the same class.

/Christoph