From 735574cfa87af30c7de4b5fad26e39dcbac5a7d8 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 10 Dec 2002 06:19:21 +0000 Subject: * eval.c (mnew): original class of method defined in module should be the module not intermediate class. [ruby-dev:19040] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14f6be731..95c6c895d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 10 12:01:15 2002 Nobuyoshi Nakada + + * eval.c (mnew): original class of method defined in module should + be the module not intermediate class. [ruby-dev:19040] + Wed Dec 4 16:37:11 2002 Yukihiro Matsumoto * object.c (copy_object): copy finalizers as well if any. -- cgit