From: Tanaka Akira Date: 2005-09-17T07:24:48+09:00 Subject: Re: [RCR] IO#clearerr In article , "Ara.T.Howard" writes: > we need it. any reason why it couldn't shouldn't be done? ruby 1.8.3 calls clearerr before getc automatically because stdio has non-portability about that. ruby 1.9 has no error and EOF flag to clear because it doesn't use stdio. -- Tanaka Akira