Handle Rubinius::AST::Next as noop mutator
This commit is contained in:
parent
60211338aa
commit
c4caefa706
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue