diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-18 03:24:41 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-18 03:24:41 +0000 |
commit | 6355e16257501fe882c4aeeb22b683ab0f279b23 (patch) | |
tree | 700491a2fba69c486e98540e8888ece6321850e1 /lib/tmpdir.rb | |
parent | 54a3576eaa58463089a34f1b9cb713b3b864738e (diff) | |
download | bundler-6355e16257501fe882c4aeeb22b683ab0f279b23.tar.gz |
fix Dir.mktmpdir doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/tmpdir.rb')
-rw-r--r-- | lib/tmpdir.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tmpdir.rb b/lib/tmpdir.rb index 5cf2c47448..485054746f 100644 --- a/lib/tmpdir.rb +++ b/lib/tmpdir.rb @@ -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. |