class IO::Stream::Buffered

def close_read

Close the read end of the stream.
def close_read
	@io.close_read
end