Skip to main content

rb_funcall

Function rb_funcall 

Source
pub unsafe extern "C" fn rb_funcall(
    receiver: VALUE,
    name: ID,
    argc: c_int,
    ...
) -> VALUE
Expand description

Call a Ruby function using varargs to pass the arguments.