# File lib/sup/thread.rb, line 146
  def to_s
    "<thread containing: #{@containers.join ', '}>"
  end