From: Joel VanderWerf Date: 2004-08-07T07:27:54+09:00 Subject: Re: I want to use ruby, but I don't think I can... help Charles Mills wrote: > irb> $stdout.sync > => true > irb> exit > $ echo 'puts $stdout.sync' | ruby > false > > It depends if your in irb or not. > > On Aug 6, 2004, at 2:52 PM, Michael Hale wrote: > >>> $stdout.sync Ouch! Burned again by checking something in irb....