ruby-cvs:23348
From: knu ruby-lang.org
Date: Sun, 20 Apr 2008 21:03:00 +0900 (JST)
Subject: [ruby-cvs:23348] Ruby:r16108 (ruby_1_8): * enumerator.c: Resolve the method every time an enumeration
knu 2008-04-20 21:02:59 +0900 (Sun, 20 Apr 2008)
New Revision: 16108
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/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/branches/ruby_1_8/ChangeLog?r1=16108&r2=16107&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/enumerator.c?r1=16108&r2=16107&diff_format=u