tmm1 / ripper-tags

fast, accurate ctags generator for ruby source code using Ripper
MIT License
550 stars 43 forks source link

Process inside calls to handle frozen (nested) constants #79

Closed owst closed 1 year ago

owst commented 6 years ago

Rubocop rightly suggests that constants be frozen, unfortunately, doing so breaks the discovery of nested constants that was introduced in #63

This PR looks "underneath" method calls, which allows frozen nested constants to be discovered.

mislav commented 1 year ago

Merged within b1ece9be11dbcb82b54f9d2742ad919496e7cdee; thank you!