# File lib/god/logger.rb, line 105
    def start_capture
      @mutex.synchronize do
        @capture = StringIO.new
      end
    end