# File lib/slave.rb, line 556
    def trace
      if @debug 
        STDERR.puts yield
        STDERR.flush
      end
    end