You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delay registration constants discovered in passing
RDoc::Parser::Ruby#parse_constant registers nested constants
automatically. For example, it registers module 'A' and 'B' with
A::B::C. Second, constant 'C' is registered if assign token '=' comes.
This logic automatically registers 'A' and 'B' if assign token doesn't
come. This commit fixes it.
0 commit comments