# File lib/sup/thread.rb, line 349 def add_thread t raise "duplicate" if @threads.values.member? t t.each { |m, *o| add_message m } end