re-implemented in what is 44f51229d801b637b3f9d23314f3208979c54c51 locally, but commit hash might change during rebasing.
Carl MXXsak (via RT) wrote: > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #76048] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76048 > > > > <masak> rakudo: say "abcdefabc".rindex("b") > <p6eval> rakudo 11cbd4: OUTPUT«Method 'rindex' not found for invocant > of class 'Str' [...] > <masak> alpha: say "abcdefabc".rindex("b") > <p6eval> alpha 30e0ed: OUTPUT«7» > * masak submits rakudobug