# File lib/cool.io/listener.rb, line 89 def initialize(*args) super(::UNIXServer === args.first ? args.first : ::UNIXServer.new(*args)) end