# File lib/cool.io/socket.rb, line 219
    def self.connect(path, *args)
      new(::UNIXSocket.new(path), *args)
    end