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:
parent
54a3576eaa
commit
6355e16257
@ -54,7 +54,7 @@ class Dir
|
|||||||
# the prefix "d" is used.
|
# the prefix "d" is used.
|
||||||
#
|
#
|
||||||
# The directory is created under Dir.tmpdir or
|
# 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,
|
# If a block is given,
|
||||||
# it is yielded with the path of the directory.
|
# it is yielded with the path of the directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user