From 3f9bf06c1d29bdc44d6e4fef9b79e572605a72b7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 28 Jul 2009 18:14:11 +0000 Subject: * proc.c (rb_method_entry_arity): support not_implemented method. (I have no idea to test it) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c698c7da5..e52e84931 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 29 03:11:59 2009 Koichi Sasada + + * proc.c (rb_method_entry_arity): support not_implemented method. + (I have no idea to test it) + Tue Jul 28 19:36:26 2009 Koichi Sasada * proc.c (rb_method_entry_arity): support optimized method (send). -- cgit