Re: [Rd] Another problem with next method

2004-10-27 Thread Gabor Grothendieck
Gabor Grothendieck myway.com> writes: : : I have another problem with NextMethod. Not sure if its related : to the last problem. : : In this example, we have a generic called ff with methods : for AsIs and test classes. We call the generic with an : object of AsIs class. The corresponding me

[Rd] Another problem with next method

2004-10-27 Thread Gabor Grothendieck
I have another problem with NextMethod. Not sure if its related to the last problem. In this example, we have a generic called ff with methods for AsIs and test classes. We call the generic with an object of AsIs class. The corresponding method adds 1 to it and then changes the class to test f