lib/mutant/reporter/cli/printer.rb in mutant-0.5.23 vs lib/mutant/reporter/cli/printer.rb in mutant-0.5.24

- old
+ new

@@ -11,9 +11,11 @@ # @param [IO] output # @param [Object] object # # @return [self] # + # @api private + # def self.run(output, object) handler = lookup(object.class) handler.new(output, object).run self end