Method: Chef::RunStatus#start_clock

Defined in:
lib/chef/run_status.rb

#start_clockObject

sets start_time to the current time.



46
47
48
# File 'lib/chef/run_status.rb', line 46

def start_clock
  @start_time = Time.now
end