ruby-cvs:23346
From: knu ruby-lang.org
Date: Sun, 20 Apr 2008 20:58:45 +0900 (JST)
Subject: [ruby-cvs:23346] Ruby:r16106 (trunk): * enumerator.c: Resolve the method every time an enumeration
knu 2008-04-20 20:58:44 +0900 (Sun, 20 Apr 2008)
New Revision: 16106
Modified files:
trunk/ChangeLog
trunk/enumerator.c
Log:
* 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]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=16106&r2=16105&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/enumerator.c?r1=16106&r2=16105&diff_format=u