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