mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[DOC] Mark Namespace debug methods to be "nodoc"
This commit is contained in:
parent
3d2ee31fdc
commit
44215c1ad9
Notes:
git
2025-10-09 01:59:07 +00:00
@ -986,6 +986,7 @@ rb_f_dump_classext(VALUE recv, VALUE klass)
|
||||
return res;
|
||||
}
|
||||
|
||||
/* :nodoc: */
|
||||
static VALUE
|
||||
rb_namespace_root_p(VALUE namespace)
|
||||
{
|
||||
@ -993,6 +994,7 @@ rb_namespace_root_p(VALUE namespace)
|
||||
return RBOOL(NAMESPACE_ROOT_P(ns));
|
||||
}
|
||||
|
||||
/* :nodoc: */
|
||||
static VALUE
|
||||
rb_namespace_main_p(VALUE namespace)
|
||||
{
|
||||
@ -1000,6 +1002,7 @@ rb_namespace_main_p(VALUE namespace)
|
||||
return RBOOL(NAMESPACE_MAIN_P(ns));
|
||||
}
|
||||
|
||||
/* :nodoc: */
|
||||
static VALUE
|
||||
rb_namespace_user_p(VALUE namespace)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user