Method: Socket.socketpair

Defined in:
socket.c

.socketpairObject



2368
2369
2370
# File 'socket.c', line 2368

static VALUE
sock_s_socketpair(klass, domain, type, protocol)
VALUE klass, domain, type, protocol;