mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
1019297323
commit
0c395fbd90
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||||
|
|
||||||
* lib/ftools.rb: removed obsoleted lib. use fileutils instead (by eban).
|
* lib/ftools.rb: removed obsoleted lib. use fileutils instead (by eban).
|
||||||
|
|
|
@ -37,7 +37,7 @@ module RDoc
|
||||||
@info = info
|
@info = info
|
||||||
@options = options
|
@options = options
|
||||||
@counter = 0
|
@counter = 0
|
||||||
File.makedirs(DOT_PATH)
|
FileUtils.mkdir_p(DOT_PATH)
|
||||||
@diagram_cache = {}
|
@diagram_cache = {}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue