Subject: Re: Oddities of Ruby to a noob
From: "Avdi Grimm" <avdi avdi.org>
Date: Tue, 22 May 2007 11:27:30 +0900
References: 252468 *
In-reply-to: *
On 5/21/07, Bill Kelly <billk / cts.com> wrote:
> STDOUT.sync = true
But don't make a habit of it. Synchronous output is a great way to
slow your code down.
--
Avdi