lib/mutant/mutator/node/break.rb in mutant-0.12.2 vs lib/mutant/mutator/node/break.rb in mutant-0.12.3
- old
+ new
@@ -10,10 +10,10 @@
handle(:break)
private
def dispatch
- super()
+ super
emit_singletons
children.each_index(&method(:delete_child))
end
end # Break