From: Florian Gross Date: 2004-10-25T00:49:09+09:00 Subject: Re: [rcr] String#first / String#last Simon Strandgaard wrote: > On IRC, Florian Gross suggested to add #first= and #last=, > that works this way: > > "string".last="foo" #=> "strfoo" That is what Christian Neukirchen suggested, in my opinion "string".last="foo" should change the string to "strinfoo". That would also allow "string".last *= 2 to work as expected. Regards, Florian Gross