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

fix Dir.mktmpdir doc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-08-18 03:24:41 +00:00
parent 54a3576eaa
commit 6355e16257

View file

@ -54,7 +54,7 @@ class Dir
# the prefix "d" is used.
#
# The directory is created under Dir.tmpdir or
# the optional second argument <i>tmpdir</i> if given.
# the optional second argument <i>tmpdir</i> if non-nil value is given.
#
# If a block is given,
# it is yielded with the path of the directory.