Nobuyoshi Nakada ebcbca96fb [ruby/rdoc] Fix full name of known class
Properly set the name of `File::Constants`, which is the only name
with a namespace in `RDoc::KNOWN_CLASSES`, and fixes longstanding bug
that `File::Constants` becomes `File::File::Constants`.

When it is generated by `rb_file_const` in dir.c, `name` is set to the
qualified name as same as `full_name`, and generated in the normal way
in file.c later, already set `full_name` is cleared and `name` will be
constructed from the enclosing namespace and the `name`.  It will
results in duplicated namespace, `File::File::Constants`.

https://github.com/ruby/rdoc/commit/3a8d6df562
2022-03-16 15:05:41 +09:00
..
2021-12-18 08:38:58 +09:00
2021-12-24 23:20:30 +09:00
2022-03-14 14:40:28 +09:00
2021-12-09 19:48:22 +09:00
2022-01-12 21:16:01 +09:00
2021-11-16 20:55:33 +09:00
2022-02-28 11:39:20 +09:00
2022-03-03 17:55:45 +09:00
2022-01-03 22:33:38 +09:00
2021-12-24 23:20:30 +09:00
2022-02-10 17:18:05 +09:00
2022-03-07 20:08:26 +09:00
2021-12-20 12:44:31 +09:00
2022-03-15 11:37:43 +09:00