# File lib/chef/run_status.rb, line 91
  def success?
    @exception.nil?
  end