class IO::Event::Debug::Selector
def log(message)
Log the given message.
def log(message) return unless @log Fiber.blocking do @log.puts("T+%10.1f; %s" % [now, message]) end end
def log(message) return unless @log Fiber.blocking do @log.puts("T+%10.1f; %s" % [now, message]) end end