ruby-changes:12419
From: yugui <ko1@a...>
Date: Wed, 15 Jul 2009 20:57:58 +0900 (JST)
Subject: [ruby-changes:12419] Ruby:r24119 (ruby_1_9_1): merges r24088 from trunk into ruby_1_9_1.
yugui 2009-07-15 20:57:41 +0900 (Wed, 15 Jul 2009) New Revision: 24119 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24119 Log: merges r24088 from trunk into ruby_1_9_1. -- * lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI. #1694 Modified files: branches/ruby_1_9_1/lib/tempfile.rb branches/ruby_1_9_1/version.h Index: ruby_1_9_1/lib/tempfile.rb =================================================================== --- ruby_1_9_1/lib/tempfile.rb (revision 24118) +++ ruby_1_9_1/lib/tempfile.rb (revision 24119) @@ -190,7 +190,7 @@ # # If a block is given, it will be passed tempfile as an argument, # and the tempfile will automatically be closed when the block - # terminates. In this case, open() returns nil. + # terminates. The call returns the value of the block. def open(*args) tempfile = new(*args) Index: ruby_1_9_1/version.h =================================================================== --- ruby_1_9_1/version.h (revision 24118) +++ ruby_1_9_1/version.h (revision 24119) @@ -4,7 +4,7 @@ #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 -#define RUBY_PATCHLEVEL 232 +#define RUBY_PATCHLEVEL 233 #define RUBY_RELEASE_YEAR 2009 #define RUBY_RELEASE_MONTH 7 #define RUBY_RELEASE_DAY 12 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/