diff --git a/lib/mutant/matcher/namespace.rb b/lib/mutant/matcher/namespace.rb index 7b300c0f..65c67287 100644 --- a/lib/mutant/matcher/namespace.rb +++ b/lib/mutant/matcher/namespace.rb @@ -4,7 +4,10 @@ module Mutant class Namespace < self include Concord.new(:namespace) - MATCHERS = [Matcher::Methods::Singleton, Matcher::Methods::Instance] + MATCHERS = [ + Matcher::Methods::Singleton, + Matcher::Methods::Instance + ].freeze # Enumerate subjects # @@ -69,7 +72,7 @@ module Mutant # Yield scope if name matches pattern # - # @param [::Module,::Class] scope + # @param [Module,Class] scope # # @return [undefined] #