class IO::Stream::Buffered

def close_write

Close the write end of the stream.
def close_write
	super
ensure
	@io.close_write
end