Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/include/capi/ruby/ruby.h
Original file line number Diff line number Diff line change
@@ -1401,6 +1401,8 @@ struct RTypedData {
VALUE rb_funcall2(VALUE receiver, ID method_name,
int arg_count, const VALUE* args);

#define rb_funcallv rb_funcall2

/** Call the method with args provided in a C array and block.
* Calls private methods. */
VALUE rb_funcall2b(VALUE receiver, ID method_name, int arg_count,

0 comments on commit 8d6cfbe

Please sign in to comment.