mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Added documentation for mrb_singleton_class()
This commit is contained in:
@@ -1649,8 +1649,6 @@ mrb_mod_dummy_visibility(mrb_state *mrb, mrb_value mod)
|
||||
return mod;
|
||||
}
|
||||
|
||||
/* returns mrb_class_ptr(mrb_singleton_class()) */
|
||||
/* except that it return NULL for immediate values */
|
||||
MRB_API struct RClass*
|
||||
mrb_singleton_class_ptr(mrb_state *mrb, mrb_value v)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user