Subject: Re: Immediately print a string on stdout without new line?
From: Dave Bass <davebass musician.org>
Date: Wed, 16 Jul 2008 20:52:07 +0900
References: 308278308279308287
In-reply-to: 308287
Another option: print your message to stderr, not stdout. Stderr is
usually not buffered by the OS (for exactly this sort of reason).
Dave
--
Posted via http://www.ruby-forum.com/.