Method: Async::IO::SSLSocket#remote_address

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

#remote_addressObject



87
88
89
# File 'lib/async/io/ssl_socket.rb', line 87

def remote_address
  @io.to_io.remote_address
end