Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,12 +826,14 @@ Init_enable_namespace(void)

#ifdef RUBY_DEBUG

/* :nodoc: */
static VALUE
rb_namespace_s_root(VALUE recv)
{
return root_namespace->ns_object;
}

/* :nodoc: */
static VALUE
rb_namespace_s_main(VALUE recv)
{
Expand Down Expand Up @@ -908,6 +910,7 @@ dump_classext_i(rb_classext_t *ext, bool is_prime, VALUE _ns, void *data)
}
}

/* :nodoc: */
static VALUE
rb_f_dump_classext(VALUE recv, VALUE klass)
{
Expand Down