Method: ChefApply::Telemeter#timed_run_capture

Defined in:
lib/chef_apply/telemeter.rb

#timed_run_capture(arguments, &block) ⇒ Object



73
74
75
# File 'lib/chef_apply/telemeter.rb', line 73

def timed_run_capture(arguments, &block)
  timed_capture(:run, arguments: arguments, &block)
end