diff --git a/lib/mutant/matcher/methods.rb b/lib/mutant/matcher/methods.rb index 6f73cdd7..6f26f8fb 100644 --- a/lib/mutant/matcher/methods.rb +++ b/lib/mutant/matcher/methods.rb @@ -1,6 +1,6 @@ module Mutant class Matcher - # Abstract base class for matcher that returns method subjects extracted from scope + # Abstract base class for matcher that returns method subjects from scope class Methods < self include AbstractType, Concord::Public.new(:cache, :scope)