Method: Rake::ThreadPool#gather_history
- Defined in:
- lib/rake/thread_pool.rb
#gather_history ⇒ Object
Enable the gathering of history events.
68 69 70 |
# File 'lib/rake/thread_pool.rb', line 68 def gather_history #:nodoc: @history_start_time = Time.now if @history_start_time.nil? end |