From: "trans. (T. Onoma)" Date: 2004-12-28T13:52:11+09:00 Subject: Re: split on '' (and another for split -1) On Monday 27 December 2004 05:21 pm, Florian Gross wrote: | 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. I didn't see it off hand. Which RCR # is it? In doing so would there be a conflict with parallel assignment? T.