# File lib/sup/logger.rb, line 26 def add_sink s, copy_current=true @mutex.synchronize do @sinks << s s << @buf.string if copy_current end end