Hi, I tried to use MutationVisitor in my gem, but realized that it doesn't traverse the entire AST.
The most surprising thing perhaps was that anything assigned to a variable wouldn't be traversed. Looking at the documentation, this doesn't seem to be intended.
Hi, I tried to use
MutationVisitor
in my gem, but realized that it doesn't traverse the entire AST.The most surprising thing perhaps was that anything assigned to a variable wouldn't be traversed. Looking at the documentation, this doesn't seem to be intended.