pub unsafe extern "C" fn rb_method_call(
argc: c_int,
argv: *const VALUE,
recv: VALUE,
) -> VALUEExpand description
Evaluates the passed method with the passed arguments.
ยง@param[in] argc Number of objects of argv.
@param[in] argv Arbitrary number of method arguments.
@param[in] recv The method object to call.
@exception rb_eTypeError recv is not a method.
@exception rb_eException Any exceptions happen inside.
@return What the method returns.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3