From: Florian Gross Date: 2004-12-28T07:21:49+09:00 Subject: Re: split on '' (and another for split -1) trans. (T. Onoma) wrote: > Here's a generic routine I'm working on: > > class String > def last=(str, separator=$/) > [...] > end > end AFAIK there is no way of supplying the separator in that case except using .send(). I have done an RCR for this, but it was not commonly wanted at that time.