# File lib/sup/thread.rb, line 87
  def first; each { |m, *o| return m if m }; nil; end