lib/mutant/mutator/node/mlhs.rb in mutant-0.9.8 vs lib/mutant/mutator/node/mlhs.rb in mutant-0.9.9
- old
+ new
@@ -8,12 +8,9 @@
handle(:mlhs)
private
- # Emit mutations
- #
- # @return [undefined]
def dispatch
mutate_single_child do |_child, index|
delete_child(index)
end
end