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:
parent
54a3576eaa
commit
6355e16257
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue