зеркало из https://github.com/github/ruby.git
* lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitls
instead of ftools. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
1019297323
Коммит
0c395fbd90
|
@ -1,3 +1,8 @@
|
|||
Mon Dec 24 23:13:09 2007 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitls
|
||||
instead of ftools.
|
||||
|
||||
Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||
|
||||
* lib/ftools.rb: removed obsoleted lib. use fileutils instead (by eban).
|
||||
|
|
|
@ -37,7 +37,7 @@ module RDoc
|
|||
@info = info
|
||||
@options = options
|
||||
@counter = 0
|
||||
File.makedirs(DOT_PATH)
|
||||
FileUtils.mkdir_p(DOT_PATH)
|
||||
@diagram_cache = {}
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче