From 868eba1bced790d140acd5b0a288de3b9afa6d95 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 20 Apr 2013 20:45:58 +0200 Subject: [PATCH] Fix code style in namespace matcher --- lib/mutant/matcher/namespace.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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] #