diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-12-15 19:35:16 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-12-16 00:26:37 +0900 |
commit | e15d690db147fb059a48f87bf639fdf0c006a22b () | |
tree | 6a2cf3bbb4589383998031b0c5d2335c5986b176 /lib/rdoc/store.rb | |
parent | 578eb02b16218ce842a30bf794bf52a68e680a38 (diff) |
[ruby/rdoc] [DOC] Add missing documents
https://.com/ruby/rdoc/commit/e4c90340d0
-rw-r--r-- | lib/rdoc/store.rb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -197,6 +197,9 @@ class RDoc::Store top_level end def update_parser_of_file(absolute_name, parser) if top_level = @files_hash[absolute_name] then @text_files_hash[absolute_name] = top_level if top_level.text? |