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

remove an unnecessary argument #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

namusyaka
Copy link

When we use rb_funcall without arguments, we don't need to pass Qnil
as fourth argument. It's not only unnecessary but it raises an error.

While developing @sinatra, I found this bug in this repo. However, I'm not sure if this project is still maintained. If you aren't going to merge this or fix this issue, let me know.

When we use rb_funcall without arguments, we don't need to pass Qnil
as fourth argument. It's not only unnecessary but it raises an error.
@namusyaka namusyaka changed the title remove unnecessary an argument remove an unnecessary argument Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant