lib/mutant/reporter/null.rb in mutant-0.5.23 vs lib/mutant/reporter/null.rb in mutant-0.5.24
- old
+ new
@@ -3,9 +3,21 @@
# Null reporter
class Null < self
include Equalizer.new
+ # Write warning message
+ #
+ # @param [String] _message
+ #
+ # @return [self]
+ #
+ # @api private
+ #
+ def report(_message)
+ self
+ end
+
# Report object
#
# @param [Object] _object
#
# @return [self]