# File test/sockutils.rb, line 14 def unix_socketpair s1, s2 = UNIXSocket.socketpair setsockopt(s1) setsockopt(s2) return s1, s2 end