Method: RTunnel::SocketFactory.connect_host

Defined in:
lib/rtunnel/socket_factory.rb

.connect_host(options) ⇒ Object



37
38
39
# File 'lib/rtunnel/socket_factory.rb', line 37

def self.connect_host(options)
  options[:out_host] or host_from_address(options[:out_addr])
end