1
0
Fork 0
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:
usa 2010-05-12 06:46:53 +00:00
parent 5b20a1398b
commit db96db4285
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Wed May 12 15:45:36 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/rdoc/generator/ri.rb (generate): should load existing cache
before generating it.
Wed May 12 15:04:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improved

View file

@ -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}"