lib/mutest/mutator/node/generic.rb in mutest-0.0.9 vs lib/mutest/mutator/node/generic.rb in mutest-0.0.10

- old
+ new

@@ -16,10 +16,11 @@ alias for xstr back_ref sclass + lambda match_with_lvasgn while_post until_post preexe postexe @@ -71,9 +72,9 @@ def dispatch children.each_with_index do |child, index| mutate_child(index) if child.instance_of?(::Parser::AST::Node) end end - end # Generic - end # Node - end # Mutator -end # Mutest + end + end + end +end