Subject: Possible inconsistency in IO
From: Dave Thomas <dave thomases.com>
Date: Wed, 2 Apr 2003 06:45:29 +0900
This is pretty trivial, but IO.new warns if it is passed a block, but
IO.for_fd doesn't (but it does ignore the block).
Two questions:
1. Is this correct?
2. Is there any other external difference between the two methods?
Cheers
Dave