From: Jeff Wood Date: 2005-11-28T14:28:54+09:00 Subject: Re: forcing STDOUT.sync for scripts ------=_Part_26474_14648322.1133155727882 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline You could always build your sync.rb file and add it to your RUBYOPT env variable ... j. On 11/27/05, Paulus Esterhazy wrote: > > daz schrieb: > > How about creating a "sync.rb" file in your site-ruby folder, then: > > > > ruby -rsync myscript.rb > > It would be great either to: > > 1) ship such a module with ruby > > or to > > 2) provide a command line option such as python's: > "-u: unbuffered binary stdout and stderr" > > This feature is often required, such as running a script in any IDE. > > Cheers, > Paulus > > > -- "Remember. Understand. Believe. Yield! -> http://ruby-lang.org" Jeff Wood ------=_Part_26474_14648322.1133155727882--