rb_ary_push

Function rb_ary_push 

Source
pub unsafe extern "C" fn rb_ary_push(
    array: Value,
    item: Value,
) -> Value