lib/chef/handler.rb in chef-0.9.0.rc02 vs lib/chef/handler.rb in chef-0.9.0
- old
+ new
@@ -35,9 +35,15 @@
#
# The time the chef run ended
def_delegator :@run_status, :end_time
##
+ # :method: elapsed_time
+ #
+ # The time elapsed between the start and finish of the chef run
+ def_delegator :@run_status, :elapsed_time
+
+ ##
# :method: run_context
#
# The Chef::RunContext object used by the chef run
def_delegator :@run_status, :run_context