From: rilindo foster Date: 2009-09-17T01:51:15+09:00 Subject: Re: string to array http://www.ruby-doc.org/core/classes/String.html#M000803 On Wed, Sep 16, 2009 at 12:01 PM, Re BR wrote: > Hello all, > > I have a string "apple-orange-grape". I need to create a array that will > look like > ["apple-orange-grape","orange-grape","grape"] > > thanks > -- > Posted via http://www.ruby-forum.com/. > >