mirror of
https://github.com/ruby/ruby.git
synced 2026-08-12 08:20:37 +08:00
Method lookup for refinement super starts with the next active refinement at the super call site, excluding the current refinment, if such a refinement exists. This has been the behavior since Ruby 2.7, and it is now confirmed to be the desired behavior.