ruby-changes:7093
From: matz <ko1@a...>
Date: Thu, 14 Aug 2008 17:20:09 +0900 (JST)
Subject: [ruby-changes:7093] Ruby:r18611 (trunk): * hash.c (set_default): fix rdoc. #441
matz 2008-08-14 17:19:56 +0900 (Thu, 14 Aug 2008) New Revision: 18611 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18611 Log: * hash.c (set_default): fix rdoc. #441 Modified files: trunk/ChangeLog trunk/hash.c Index: ChangeLog =================================================================== --- ChangeLog (revision 18610) +++ ChangeLog (revision 18611) @@ -66,6 +66,10 @@ * test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of tmpdir. [ruby-dev:35633] +Thu Aug 14 15:50:30 2008 Giuseppe Bilotta <giuseppe.bilotta@g...> + + * hash.c (set_default): fix rdoc. #441 + Thu Aug 14 02:23:31 2008 Tanaka Akira <akr@f...> * transcode.c (econv_primitive_convert): add output_byteoffset Index: hash.c =================================================================== --- hash.c (revision 18610) +++ hash.c (revision 18611) @@ -573,7 +573,7 @@ /* * call-seq: - * hsh.default = obj => hsh + * hsh.default = obj => obj * * Sets the default value, the value returned for a key that does not * exist in the hash. It is not possible to set the a default to a -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/