module OpenSSL::SSL::SocketForwarder

def wait_writable(*arguments)

def wait_writable(*arguments)
	to_io.wait_writable(*arguments)
end