# File lib/proxifier/proxies/socks.rb, line 8 def do_proxify(socket, host, port) authenticaton_method = greet(socket) authenticate(socket, authenticaton_method) connect(socket, host, port) end