Hi,
When I use the #methods call to find out what method a class/object
support, it reports methods from all ancestors. This is right, but how
can I tell if a method is defined in this class, or from its ancestor?
I am thinking of using the & operator of array, but it gives the common
part of 2 sets, how can we find out the difference part? Is there a
simpler way to acomplish this simple task?
Tks.
Shannon