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
Ruby 3.1 is very likely to ship with a native implementation
of `Class#descendants` that doesn't need to iterate over
ObjectSpace. So we should use it if available.
Ref: https://bugs.ruby-lang.org/issues/14394
Ref: ruby/ruby#4974
0 commit comments