# File lib/turn/configuration.rb, line 212 def decorate_reporter(reporter) if mode decorator_class.new(reporter) else reporter end end