class Rake::ThreadPool

def gather_history #:nodoc:

:nodoc:
Enable the gathering of history events.
def gather_history          #:nodoc:
  @history_start_time = Time.now if @history_start_time.nil?
end