gazayas / masamune-ast

A covenience wrapper around Prism, a Ruby source code parser
MIT License
13 stars 1 forks source link

Fix results for the call node visitor #64

Closed gazayas closed 1 year ago

gazayas commented 1 year ago

Methods like times return a string for CallNodes, but when using this against namespace in a routes file, it returned a symbol instead, so the node wasn't getting registered to the results.