function rb_define_alias

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

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