ruby-changes:2271
From: ko1@a...
Date: 24 Oct 2007 15:04:01 +0900
Subject: [ruby-changes:2271] akr - Ruby:r13762 (ruby_1_8, trunk): doc. wording fix.
akr 2007-10-24 15:03:48 +0900 (Wed, 24 Oct 2007)
New Revision: 13762
Modified files:
branches/ruby_1_8/lib/tmpdir.rb
trunk/lib/tmpdir.rb
Log:
doc. wording fix.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/lib/tmpdir.rb?r1=13762&r2=13761
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/tmpdir.rb?r1=13762&r2=13761
Index: lib/tmpdir.rb
===================================================================
--- lib/tmpdir.rb (revision 13761)
+++ lib/tmpdir.rb (revision 13762)
@@ -57,7 +57,7 @@
#
# 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.
Index: ruby_1_8/lib/tmpdir.rb
===================================================================
--- ruby_1_8/lib/tmpdir.rb (revision 13761)
+++ ruby_1_8/lib/tmpdir.rb (revision 13762)
@@ -57,7 +57,7 @@
#
# 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.
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml