mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
doc. wording fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5d2671d2bc
commit
0945e23b07
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class Dir
|
|||
#
|
||||
# Dir.mktmpdir {|dir| dir is ".../d..." }
|
||||
# Dir.mktmpdir("foo") {|dir| dir is ".../foo..." }
|
||||
# Dir.mktmpdir(["foo", "bar"]) {|dir| path is ".../foo...bar" }
|
||||
# Dir.mktmpdir(["foo", "bar"]) {|dir| dir is ".../foo...bar" }
|
||||
#
|
||||
# The directory is created under Dir.tmpdir or
|
||||
# the optional second argument <i>tmpdir</i> if non-nil value is given.
|
||||
|
|
Loading…
Reference in a new issue