Subject: Re: gets() makes my Ruby hang...?
From: Eric Jacoboni <eric.jacoboni free.fr>
Date: Wed, 21 Mar 2007 05:16:59 +0900
References: 244173244177
In-reply-to: 244177
"Chris Shea" <cmshea / gmail.com> writes:
> There's a well-discussed issue with Windows, Scite, and stdin. It's
> Scite thats hanging.
Just put:
$stdin.sync = true
on top of your source file.
--