Skip to main content

rb_yield_values

Function rb_yield_values 

Source
pub unsafe extern "C" fn rb_yield_values(n: c_int, ...) -> VALUE
Expand description

Identical to rb_yield, except it takes variadic number of parameters and pass them to the block.

§@param[in] n Number of parameters. @param[in] … List of arguments passed to the block. @exception rb_eLocalJumpError There is no block given. @return Evaluated value of the given block.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8