# File lib/celluloid/io/socket.rb, line 35
      def self.new(*args)
        if self == Celluloid::IO::Socket
          return ::Socket.new(*args)
        else
          super
        end
      end