From 6355e16257501fe882c4aeeb22b683ab0f279b23 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 18 Aug 2007 03:24:41 +0000 Subject: fix Dir.mktmpdir doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/tmpdir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 tmpdir if given. + # the optional second argument tmpdir if non-nil value is given. # # If a block is given, # it is yielded with the path of the directory. -- cgit v1.2.3