From c4caefa706a4f708a15a23c3d019d56d5eb79838 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Tue, 11 Dec 2012 00:26:58 +0100 Subject: [PATCH] Handle Rubinius::AST::Next as noop mutator --- lib/mutant/mutator/node/noop.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mutant/mutator/node/noop.rb b/lib/mutant/mutator/node/noop.rb index ac6f03b4..77362d74 100644 --- a/lib/mutant/mutator/node/noop.rb +++ b/lib/mutant/mutator/node/noop.rb @@ -16,6 +16,7 @@ module Mutant handle(Rubinius::AST::And) handle(Rubinius::AST::Defined) handle(Rubinius::AST::Super) + handle(Rubinius::AST::Next) handle(Rubinius::AST::Match3) handle(Rubinius::AST::ZSuper) handle(Rubinius::AST::MultipleAssignment)