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