Moritz Lenz wrote:
Jon Lang wrote:
@@ -1836,6 +1836,12 @@
prototype objects, in which case stringification is not likely to
produce something of interest to non-gurus.)
+The C<.^parents> method by default returns a flattened list of all
+parents sorted in MRO (dispatch) order. Other option
Jon Lang wrote:
>> @@ -1836,6 +1836,12 @@
>> prototype objects, in which case stringification is not likely to
>> produce something of interest to non-gurus.)
>>
>> +The C<.^parents> method by default returns a flattened list of all
>> +parents sorted in MRO (dispatch) order. Other options are:
>
> @@ -1836,6 +1836,12 @@
> prototype objects, in which case stringification is not likely to
> produce something of interest to non-gurus.)
>
> +The C<.^parents> method by default returns a flattened list of all
> +parents sorted in MRO (dispatch) order. Other options are:
> +
> + :local