From 2f93e39970c32520f347f65d5cd7fd4453f429ab Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 24 Oct 2009 16:53:11 +0000 Subject: * hash.c (rb_hash_set_default_proc): checks arity of defalt_proc of a Hash. [ruby-core:26087] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0d294d2d0..a836c1639 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 24 14:28:40 2009 Yukihiro Matsumoto + + * hash.c (rb_hash_set_default_proc): checks arity of defalt_proc + of a Hash. [ruby-core:26087] + Sat Oct 24 13:38:45 2009 Yukihiro Matsumoto * object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063] -- cgit