# File lib/net/ssh/proxy/socks4.rb, line 42
42:         def initialize(proxy_host, proxy_port=1080, options={})
43:           @proxy_host = proxy_host
44:           @proxy_port = proxy_port
45:           @options = options
46:         end