From: Eric Armstrong Date: 2006-07-29T09:26:45+09:00 Subject: Re: ruby threads? the point? Ezra Zygmuntowicz wrote: > > Have a look at the highline gem. Its a great library for console > based question and menu systems. And it works with threading. > Could be a useful option. Thanks for the tip. Found it's main page at http://highline.rubyforge.org/ Is there a starter app anywhere? I see the APIs. I'm guessing I do something like this: ifc = HighLine.new ifc.say "xyz" response = ifc.ask "xyz" But it would be nice to have a little scaffolding to start from...