Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PDOC-283) Use AST to determine dyna_symbols #206

Merged
merged 1 commit into from
Jul 2, 2019

Commits on Jul 2, 2019

  1. (PDOC-283) Use AST to determine dyna_symbols

    Previously the base handler used a naive method to determine the name of a
    dyna_symbol.  This commit updates the handler to instead use the actual ruby
    AST to determine the string content.  This was tested on ruby 0.9.20 and
    0.9.19.  No tests were changed as there is no change in behaviour.
    glennsarti committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    e224ebb View commit details
    Browse the repository at this point in the history