# File lib/minitest/ci_plugin.rb, line 29 def self.plugin_ci_init options if Ci.report? self.reporter << Ci.new(options[:io], options) end end