From: Kyle Hunter Date: 2008-04-14T13:26:04+09:00 Subject: Re: gets.chomp....... not function Vister Gade wrote: > heloo.... i m a beginner of ruby... > > so i have a problem about gets function or gets.chomp..... > > when i run at SciTE.... it will not do anything... just a command > blank.... > if i run it from file to ruby interpreter... the question will appear... > but when i insert input and enter... it will disappear.... > > > what are the problem is had... and what are the solution..... > > please help..... > > thanks... The Windows command prompt closes after the program is done running unless the program was run by an already existing command prompt IIRC. My advice would be to opening a command prompt, and running it from an already opened command prompt. This should allow you to see the output of your program. -- Posted via http://www.ruby-forum.com/.