From: Alan Forrester Date: 2012-11-29T00:08:48+09:00 Subject: Re: sorting data from a file On Wed, Nov 28, 2012 at 2:47 PM, Ismail M. wrote: > I haven't done any thing yet.. i just didn't know where to start. > btw those numbers are not arrays. its the content of the file. Documentation for Ruby is here http://www.ruby-doc.org/core-1.9.3/ You're going to need to look at things like "File", possibly "Regexp", "Array", "String". Alan