* hash.c (set_default): fix rdoc. #441
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a99e6c15b8
commit
0cafe9e4cd
@ -66,6 +66,10 @@ Thu Aug 14 02:45:16 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
|||||||
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup):
|
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup):
|
||||||
set group of tmpdir. [ruby-dev:35633]
|
set group of tmpdir. [ruby-dev:35633]
|
||||||
|
|
||||||
|
Thu Aug 14 15:50:30 2008 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
|
||||||
|
|
||||||
|
* hash.c (set_default): fix rdoc. #441
|
||||||
|
|
||||||
Thu Aug 14 02:23:31 2008 Tanaka Akira <akr@fsij.org>
|
Thu Aug 14 02:23:31 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* transcode.c (econv_primitive_convert): add output_byteoffset
|
* transcode.c (econv_primitive_convert): add output_byteoffset
|
||||||
|
2
hash.c
2
hash.c
@ -573,7 +573,7 @@ rb_hash_default(int argc, VALUE *argv, VALUE hash)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* hsh.default = obj => hsh
|
* hsh.default = obj => obj
|
||||||
*
|
*
|
||||||
* Sets the default value, the value returned for a key that does not
|
* 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
|
* exist in the hash. It is not possible to set the a default to a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user