Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rb_alias の第2引数と第3引数が逆になっているのを修正 #2903

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

sue445
Copy link
Contributor

@sue445 sue445 commented Aug 4, 2024

--- void rb_alias(VALUE klass, ID name, ID def)
クラス klass に定義されたメソッド name
本体を実体とする新しいメソッド def を定義します。
の説明によると第2引数の name がメソッドの本体で 第3引数の def がaliasになるメソッドの名前という記載があります。

しかしCRuby側の rb_alias の実装を見る限り、第2引数がaliasの名前で第3引数がメソッドの本体の名前であると思われるので修正しました。

@ohai ohai merged commit 3f5a0c1 into rurema:master Aug 31, 2024
8 checks passed
@ohai
Copy link
Member

ohai commented Aug 31, 2024

PRありがとうございます。問題なさそうなのでマージしました。

@sue445 sue445 deleted the patch-1 branch August 31, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants