Change variable interpolation into simpler to read statement
This commit is contained in:
parent
1d18ce5a7a
commit
e15fd87a93
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module Mutant
|
|||
def mutate_name
|
||||
prefix = MAP.fetch(node.type)
|
||||
Mutator::Util::Symbol.each(name, self) do |name|
|
||||
emit_name("#{prefix}#{name}")
|
||||
emit_name(prefix + name.to_s)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue