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
We no longer need to define instance variables to avoid uninitialized
instance variable warnings.
Also rather than to keep a hash of `constant -> path` forever, we
can simply keep a list of constants and call `const_get` for each of
them.
And finally we can clear the list we kept, as it's just wasted memory.
0 commit comments