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