Correct name of toplevel constant node

This commit is contained in:
Markus Schirp 2012-12-06 22:36:14 +01:00
parent 3b3333f9ba
commit 2c173436f6

View file

@ -24,7 +24,7 @@ module Mutant
handle(Rubinius::AST::InstanceVariableAccess)
handle(Rubinius::AST::GlobalVariableAssignment)
handle(Rubinius::AST::GlobalVariableAccess)
handle(Rubinius::AST::TopLevelConstant)
handle(Rubinius::AST::ToplevelConstant)
handle(Rubinius::AST::Ensure)
handle(Rubinius::AST::Rescue)
handle(Rubinius::AST::DynamicString)