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