lib/mutant/mutator/node/next.rb in mutant-0.8.8 vs lib/mutant/mutator/node/next.rb in mutant-0.8.9

- old
+ new

@@ -10,11 +10,9 @@ private # Emit mutations # # @return [undefined] - # - # @api private def dispatch super emit_singletons children.each_index(&method(:delete_child)) emit(s(:break, *children))