class OpenSSL::SSL::SSLSocket

def readable?

def readable?
	to_io.readable?
end