From: 7stud -- Date: 2009-02-10T14:04:50+09:00 Subject: Re: New to Ruby. Why does the command line pop up an then go See edits: Dan Diebolt wrote: > > If you want to [see] ruby console output[,] [then] run the script from a shell instead > of double clicking: > Essentially, your program does what you tell it: open a console window, run the program, close the console window. Because running your program takes only a microsecond, you see the console flash open and shut. -- Posted via http://www.ruby-forum.com/.