Create a new Coolio::UNIXListener
Accepts the same arguments as UNIXServer.new Optionally, it can also take anyn existing UNIXServer object and create a Coolio::UNIXListener out of it.
# File lib/cool.io/listener.rb, line 89 def initialize(*args) super(::UNIXServer === args.first ? args.first : ::UNIXServer.new(*args)) end
Generated with the Darkfish Rdoc Generator 2.