Fix code style in namespace matcher
This commit is contained in:
parent
02164cf289
commit
868eba1bce
1 changed files with 5 additions and 2 deletions
|
@ -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]
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue