From: Gregory Brown Date: 2007-08-29T22:25:04+09:00 Subject: Re: Help parsing simple structured data. On Aug 29, 7:49 am, Thibaut Barr�re wrote: > > just want to tell you that there's a gem calledruportused for reporting task. ..just in case it may help you. > > +1 forruport, it makes these things very easy to achieve, with less > code. > > FWIW, you'll get extra features at no cost, like: > > File.open('report.pdf','w') do |file| > file << table.to_pdf > end Or as of today: table.to_pdf(:file => "report.pdf)