update Dir.mktmpdir document.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-08-16 04:30:18 +00:00
parent 02c581be74
commit 478e984e93
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ class Dir
#
# If a block is given,
# it is yielded with the path of the directory.
# The directory is removed before Dir.mktmpdir returns.
# The directory and its contents are removed
# using FileUtils.remove_entry_secure before Dir.mktmpdir returns.
# The value of the block is returned.
#
# Dir.mktmpdir {|dir|