Moritz Lenz (>), Aaron Sherman (via RT) (>>): >>> say Str.^methods[0] >> sprintf >> [...] >>> say Str.^methods[0].name >> pred > > Yes, there's a method 'pred'. So what?
I, for one, find that pair of results... surprising. If the method object stringifies to its name, shouldn't the above two print the same? // Carl