Method: Object#tracing
- Defined in:
- lib/chef/shef/ext.rb
#tracing(on_or_off) ⇒ Object Also known as: trace
259 260 261 262 |
# File 'lib/chef/shef/ext.rb', line 259 def tracing(on_or_off) conf.use_tracer = on_or_off.on_off_to_bool tracing? end |