mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/generator/ri.rb (generate): should load existing cache
before generating it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5b20a1398b
commit
db96db4285
2 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,8 @@ class RDoc::Generator::RI
|
|||
def generate top_levels
|
||||
install_siginfo_handler
|
||||
|
||||
@store.load_cache
|
||||
|
||||
RDoc::TopLevel.all_classes_and_modules.each do |klass|
|
||||
@current = "#{klass.class}: #{klass.full_name}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue