# File lib/chef/shef/ext.rb, line 271
      def tracing(on_or_off)
        conf.use_tracer = on_or_off.on_off_to_bool
        tracing?
      end