class IO::Stream::Buffered

def readable?

def readable?
	super && @io.readable?
end