Guard lvasgn value visiting for mlhs case
This commit is contained in:
parent
e1824db5cc
commit
065a73a2e2
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module Mutant
|
||||||
#
|
#
|
||||||
def dispatch
|
def dispatch
|
||||||
mutate_name
|
mutate_name
|
||||||
emit_value_mutations
|
emit_value_mutations if value # mlhs!
|
||||||
end
|
end
|
||||||
|
|
||||||
# Emit name mutations
|
# Emit name mutations
|
||||||
|
|
Loading…
Reference in a new issue