Add more unimplemented nodes as noops
This commit is contained in:
parent
707163f263
commit
63322ebfdc
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ module Mutant
|
|||
handle(Rubinius::AST::DynamicString)
|
||||
handle(Rubinius::AST::DynamicSymbol)
|
||||
handle(Rubinius::AST::DynamicRegex)
|
||||
handle(Rubinius::AST::OpAssignOr19)
|
||||
handle(Rubinius::AST::Or)
|
||||
handle(Rubinius::AST::ConstantAccess)
|
||||
|
||||
private
|
||||
|
||||
|
|
Loading…
Reference in a new issue