Emit random names as symbolx
This commit is contained in:
parent
a3b558bec0
commit
77263f4a14
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ module Mutant
|
|||
def mutate_name
|
||||
prefix = MAP.fetch(node.type)
|
||||
Mutator::Util::Symbol.each(name, self) do |name|
|
||||
emit_name(prefix + name.to_s)
|
||||
emit_name(:"#{prefix}#{name}")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue