[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: redefining methods




I double checked and found that I can redefine methods.  The problem occurred
when I had traced a method and tried to redefine it.  The trace code
redefined the method as an expr and thus PCL wouldn't allow the trace code
to be redefined as a method.  At the time I sent the message, I wasn't aware
of this problem.

The way I get around this problem is to 
untrace the method, redefine it, and then trace it again.  It is a pain, because
I have to remember what's a method and what's a function, but it works.



Chris Burdorf