From c7db8f7a73fde92a7f923acbddfbef9f7ab1da4c Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 20 Apr 2008 11:58:44 +0000 Subject: * enumerator.c: Resolve the method every time an enumeration method is run, not once when the enumerator is initialized as it was before, so that method_missing() and method (re)definition afterwards are both in effect; pointed out in: [ruby-core:16441] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 077011495..c53e89319 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Apr 20 20:47:50 2008 Akinori MUSHA + + * enumerator.c: Resolve the method every time an enumeration + method is run, not once when the enumerator is initialized as it + was before, so that method_missing() and method (re)definition + afterwards are both in effect; pointed out in: [ruby-core:16441] + Sun Apr 20 15:11:00 2008 Tanaka Akira * io.c (copy_stream_rbuf_to_dst): removed. -- cgit