# File lib/eventmachine.rb, line 794
  def self.connect_unix_domain socketname, *args, &blk
    connect socketname, *args, &blk
  end