We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bef26f commit 885e718Copy full SHA for 885e718
README.md
@@ -190,7 +190,7 @@ ref. https://docs.ruby-lang.org/ja/latest/function/index.html
190
* [ ] `rb_frame_last_func`
191
* [ ] `rb_free_generic_ivar`
192
* [ ] `rb_frozen_class_p`
193
-* [ ] `rb_funcall`
+* ~~[ ] `rb_funcall`~~ Go's variable-length arguments couldn't be passed directly to C. See [CONTRIBUTING.md](CONTRIBUTING.md)
194
* [x] `rb_funcall2`
195
* [ ] `rb_funcall3`
196
* [x] `rb_funcallv`
0 commit comments