Handle Rubinius::AST::Next as noop mutator

This commit is contained in:
Markus Schirp 2012-12-11 00:26:58 +01:00
parent 60211338aa
commit c4caefa706

View file

@ -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)