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
Add specs for Method#/UnboundMethod#original_name through a three-alias chain
Extend MethodSpecs::Methods and UnboundMethodSpecs::Methods with a third
alias hop (alias qux baz), and add examples verifying that
Method#original_name and UnboundMethod#original_name still return :foo
when reached through three levels of aliasing.
The existing "aliased twice" examples only exercise two-hop chains, which
doesn't catch implementations that resolve a fixed depth rather than walking
the full chain.
0 commit comments