Libraries
»
chef
(19.1.164)
»
Index
»
Chef
»
RunStatus
»
#failed?
Method: Chef::RunStatus#failed?
Defined in:
lib/chef/run_status.rb
#
failed?
⇒
Boolean
Did the Chef run fail?
83 84 85
# File 'lib/chef/run_status.rb', line 83
def
failed?
!
success?
end