On Thu, Sep 11, 2008 at 05:34:14AM -0700, [EMAIL PROTECTED] via RT wrote:
> The second patch was not quite correct - we need to have it :multi for
> when we implement the regex variant. I changed it to:
> 
> .sub 'split' :method :multi('String')
> 
> So it's a bit more liberal about what sorts of strings it gets for now.

Not only that, but split needs to go into Any so that we can
split on things that aren't strings yet (i.e., by stringifying
the invocant).

Pm

Reply via email to