# File lib/eventmachine.rb, line 845
845:   def self.connect_unix_domain socketname, *args, &blk
846:     connect socketname, *args, &blk
847:   end