# File lib/eventmachine.rb, line 834
834:   def self.connect_unix_domain socketname, *args, &blk
835:     connect socketname, *args, &blk
836:   end