From: Bilal Aslam Date: 2008-04-29T01:28:42+09:00 Subject: Re: Not Allowing Input Thanks a bunch :) That fixed my problem :). Just to be clear, when getting input from a while loop i should always do variable = gets.chomp instead of variable = gets variable.chomp or w/e operation im doing to the variable right? -- Posted via http://www.ruby-forum.com/.