# File lib/lockfile.rb, line 525
    def trace(s = nil)
      STDERR.puts((s ? s : yield)) if @debug
    end