1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

merge from trunk (r27749)

* lib/rdoc/generator/ri.rb (generate): should load existing cache
  before generating it.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2010-05-12 06:51:34 +00:00
parent 1f24a436c3
commit abf45abeac
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Wed May 12 15:50:20 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/rdoc/generator/ri.rb (generate): should load existing cache
before generating it.
Wed May 12 15:37:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* numeric.c (flo_to_s): make minimum string representation.

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