# File lib/sup/util.rb, line 679
  def winner?
    @m.synchronize { !@over && @over = true }
  end