class IO::Stream::Buffered

def closed?

@returns [Boolean] True if the stream is closed.
Check if the stream is closed.
def closed?
	@io.closed?
end