bluecloth icon indicating copy to clipboard operation
bluecloth copied to clipboard

remove an unnecessary argument

Open namusyaka opened this issue 4 years ago • 0 comments

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.

namusyaka avatar Aug 17 '19 16:08 namusyaka