Author: chromatic Date: Mon Apr 16 23:27:57 2007 New Revision: 18254 Modified: trunk/docs/pdds/pdd15_objects.pod
Changes in other areas also in this revision: Modified: trunk/src/pmc/class.pmc trunk/t/oo/composition.t trunk/t/oo/metamodel.t trunk/t/oo/mro-c3.t trunk/t/pmc/class.t Log: Implemented isa() method on Class. Cleaned up some whitespace problems in other OO tests, while I was at it. Modified: trunk/docs/pdds/pdd15_objects.pod ============================================================================== --- trunk/docs/pdds/pdd15_objects.pod (original) +++ trunk/docs/pdds/pdd15_objects.pod Mon Apr 16 23:27:57 2007 @@ -503,9 +503,9 @@ $I1 = $P2.isa($S3) -Returns true if the class passed in as a parameter is in the inheritance -hierarchy of the class (this is not the same as the inheritance -hierarchy of objects instantiated from the class), false otherwise. +Returns true if the class name passed in as a parameter is in the inheritance +hierarchy of the class (this is not the same as the inheritance hierarchy of +objects instantiated from the class), false otherwise. =item can