Fix code style in namespace matcher

This commit is contained in:
Markus Schirp 2013-04-20 20:45:58 +02:00
parent 02164cf289
commit 868eba1bce

View file

@ -4,7 +4,10 @@ module Mutant
class Namespace < self class Namespace < self
include Concord.new(:namespace) include Concord.new(:namespace)
MATCHERS = [Matcher::Methods::Singleton, Matcher::Methods::Instance] MATCHERS = [
Matcher::Methods::Singleton,
Matcher::Methods::Instance
].freeze
# Enumerate subjects # Enumerate subjects
# #
@ -69,7 +72,7 @@ module Mutant
# Yield scope if name matches pattern # Yield scope if name matches pattern
# #
# @param [::Module,::Class] scope # @param [Module,Class] scope
# #
# @return [undefined] # @return [undefined]
# #