99 100 101 102
# File 'lib/async/io/ssl_socket.rb', line 99 def shutdown(how) @io.flush @io.to_io.shutdown(how) end