Method: Chef::RunStatus#backtrace
- Defined in:
- lib/chef/run_status.rb
#backtrace ⇒ Object
The backtrace from exception, if any
78 79 80 |
# File 'lib/chef/run_status.rb', line 78 def backtrace @exception && @exception.backtrace end |