pub unsafe extern "C" fn mrb_module_get_under(
mrb: *mut mrb_state,
outer: *mut RClass,
name: *const c_char,
) -> *mut RClassExpand description
Gets a module defined under another module. @param mrb The current mruby state. @param outer The name of the outer module. @param name The name of the module. @return [struct RClass *] A reference to the module.