lib/mutant/mutator/node/break.rb in mutant-0.8.0 vs lib/mutant/mutator/node/break.rb in mutant-0.8.1
- old
+ new
@@ -12,10 +12,9 @@
# Emit mutations
#
# @return [undefined]
#
# @api private
- #
def dispatch
super
emit_singletons
children.each_index(&method(:delete_child))
end