From: Sy Ali Date: 2006-04-16T00:00:08+09:00 Subject: Re: HighLine - examples for using "list" On 4/15/06, Mike Stok wrote: > On 15-Apr-06, at 1:52 AM, Sy Ali wrote: > > http://highline.rubyforge.org/doc/classes/HighLine.html > Have you tried playing with it? I had a look at the docs and then > grabbed the gem; does this (or its output) give you anything help: I did play with it, but just wasn't able to figure out the proper syntax. Although I have worked with things in the form of a = puts h.list(a, :rows) I have not yet worked with anything in the form of h = HighLine.new So I was trying all kinds of wacky and totally incorrect things. Thanks to your code I can get it to run enough to understand what's going on. Now I need to figure out how to format things the way it expects, or otherwise use it correctly. Maybe I misunderstand what it can do. I'll play some more.