method
new
new(p1, p2)
public
Hide source
static VALUE socks_init(VALUE sock, VALUE host, VALUE serv) { static init = 0; if (init == 0) { SOCKSinit("ruby"); init = 1; } return init_inetsock(sock, host, serv, Qnil, Qnil, INET_SOCKS); }


