Change Mutant::CLI::Classifier#matcher to be private

This commit is contained in:
Dan Kubb 2013-07-29 14:39:38 -07:00
parent df172e704e
commit 97aefb1876

View file

@ -130,6 +130,7 @@ module Mutant
# @api private
#
abstract_method :matcher
private :matcher
end # Classifier
end # CLI