Skip to main content

rb_define_class_under

Function rb_define_class_under 

Source
pub unsafe extern "C" fn rb_define_class_under(
    _: VALUE,
    _: *const c_char,
    _: VALUE,
) -> VALUE