# File lib/celluloid/io/unix_server.rb, line 44 def accept_nonblock Celluloid::IO::UNIXSocket.new(to_io.accept_nonblock) end