mrb_class_get

Function mrb_class_get 

Source
pub unsafe extern "C" fn mrb_class_get(
    mrb: *mut mrb_state,
    name: *const c_char,
) -> *mut RClass
Expand description

Gets a class. @param mrb The current mruby state. @param name The name of the class. @return [struct RClass *] A reference to the class.