method

new

ruby latest stable - Class: Rake::ThreadHistoryDisplay

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

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