From: "Wayne E. Seguin" Date: 2007-09-30T10:44:32+09:00 Subject: Re: Newbie needs help getting user input ------=_Part_2223_23962513.1191116670124 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Peter, $ gem install highline > require "highline" > option = Highline.new.ask("Enter option: ") There are many more things you can do with this gem, check out HighLine: http://highline.rubyforge.org/ I hope this helps, ~Wayne ------=_Part_2223_23962513.1191116670124--