Class: CLIChef::ExitCode

Inherits:
Object
  • Object
show all
Includes:
BBLib::Effortless
Defined in:
lib/cli_chef/components/exit_code.rb

Instance Method Summary collapse

Instance Method Details

#describeObject



9
10
11
# File 'lib/cli_chef/components/exit_code.rb', line 9

def describe
  "#{error? ? 'ERROR: ' : nil}#{description} (#{code})"
end