зеркало из https://github.com/github/ruby.git
* 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:
Родитель
5b20a1398b
Коммит
db96db4285
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче