From: Hal Fulton Date: 2004-10-25T09:18:51+09:00 Subject: Re: [rcr] String#first / String#last Daniel Berger wrote: > > Why not just turn String into an Array of characters? It feels like > that's how everyone wants a String to behave anyway. > I think I'd be opposed to that. But adding a to_a might be good -- I frequently do a gratuitous split operation for that purpose. Hal