# File lib/celluloid/io/unix_socket.rb, line 12 def self.open(socket_path, &block) self.new(socket_path, &block) end