mrb_module_get

Function mrb_module_get 

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

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