Issue #416 has been updated by Tomoyuki Chikanaga. Backport set to 2.0.0: REQUIRED, 2.1: REQUIRED Hi, Obviously r18554 is already contained in 2.0.0/2.1, but r46037 should be backported to `ruby_2_0_0` and `ruby_2_1`. ---------------------------------------- Bug #416: core_set_method_alias https://bugs.ruby-lang.org/issues/416#change-46826 * Author: Shyouhei Urabe * Status: Closed * Priority: Normal * Assignee: Koichi Sasada * Category: * Target version: * ruby -v: r17576 * Backport: 2.0.0: REQUIRED, 2.1: REQUIRED ---------------------------------------- バックトレースに`core_set_method_alias`という謎のメソッド名が出現することがあります % ~/target/trunk/bin/ruby -ve 'alias foo bar' ruby 1.9.0 (2008-08-11 revision 17576) [x86_64-linux] -e:1:in `core_set_method_alias': undefined method `bar' for class `Object' (NameError) from -e:1:in `<main>' -- https://bugs.ruby-lang.org/