# File lib/simplecov/configuration.rb, line 104 def formatters=(formatters) @formatter = SimpleCov::Formatter::MultiFormatter.new(formatters) end