Add more unimplemented nodes as noops

This commit is contained in:
Markus Schirp 2012-11-22 00:30:15 +01:00
parent 707163f263
commit 63322ebfdc

View file

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