Method: Async::IO::SSLSocket#shutdown

Defined in:
lib/async/io/ssl_socket.rb

#shutdown(how) ⇒ Object



99
100
101
102
# File 'lib/async/io/ssl_socket.rb', line 99

def shutdown(how)
  @io.flush
  @io.to_io.shutdown(how)
end