# File lib/sup/thread.rb, line 114
  def has_label? t; any? { |m, *o| m && m.has_label?(t) }; end