method

new

new(stats)
public

No documentation available.

# File lib/rake/thread_history_display.rb, line 10
    def initialize(stats)
      @stats   = stats
      @items   = { :_seq_ =>  1  }
      @threads = { :_seq_ => "A" }
    end