From 9f203a99f90ec3d0d1a3cbd81adee8665ca427b2 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 25 Jun 2003 07:12:10 +0000 Subject: * class.c (rb_generic_class_instance_methods): merge argument check (and warning) into one function; following DRY principle. [ruby-core:01193] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6333546a9..216890971 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 25 12:52:58 2003 Matthew Dempsky + + * class.c (rb_generic_class_instance_methods): merge argument + check (and warning) into one function; following DRY principle. + [ruby-core:01193] + Wed Jun 25 00:14:30 2003 Yukihiro Matsumoto * variable.c (autoload_delete): should delete Qundef from iv_tbl. -- cgit