Actions
Bug #156
closed[PATCH] StringIO#sysread(0) raises a EOFError
Description
=begin
$stdin.sysread(0) # => ""
StringIO.new("test").sysread # =>raises EOFError: end of file reached
=end
Files
Updated by yugui (Yuki Sonoda) over 16 years ago
- Status changed from Open to Closed
=begin
fixed by r17162.
=end
Actions
Like0
Like0