Ruby 1.9.3 リファレンスマニュアル > 関数一覧 > rb_define_alias

function rb_define_alias

void rb_define_alias(VALUE klass, const char *new, const char *old)

クラス klass のインスタンスメソッド old の 別名 new を定義します。