Method: Object#tracing?

Defined in:
lib/chef/shef/ext.rb

#tracing?Boolean Also known as: trace?

Returns:

  • (Boolean)


266
267
268
# File 'lib/chef/shef/ext.rb', line 266

def tracing?
  puts "tracing is #{conf.use_tracer.to_on_off_str}"
end