= private = protected
name()
Returns the name of the module mod. Returns nil for anonymous modules.
VALUE rb_mod_name(VALUE mod) { int permanent; VALUE path = classname(mod, &permanent); if (!NIL_P(path)) return rb_str_dup(path); return path; }