Method: RTunnel::SocketFactory.bind

Defined in:
lib/rtunnel/socket_factory.rb

.bind(socket, options) ⇒ Object



65
66
67
# File 'lib/rtunnel/socket_factory.rb', line 65

def self.bind(socket, options)
  socket.bind bind_socket_address(options)
end