When invoked via a method created by alias_method, __callee__ ignores the name of the old method (here xxx) and returns the name of th
alias_method
__callee__
xxx
This was a bug, and it was closed 3 days ago with this note:
Seems fixed by r56592.