ruby-cvs:17203
From: (matz) <matz ruby-lang.org>
Date: Fri, 21 Jul 2006 04:19:48 +0900
Subject: [ruby-cvs:17203] ruby/test/rss: * eval.c (rb_call): try local method look-up first for fcall, then
matz Fri, 21 Jul 2006 04:19:48 +0900
Modified files:
ruby/test/rss:
test_xml-stylesheet.rb
Log:
* eval.c (rb_call): try local method look-up first for fcall, then
normal method look-up. [ruby-talk:202564]
* eval.c (rb_get_method_body): save local method cache separately.
* eval.c (search_method): export info whether method is local or
not.
Revision Changes Path
1.7 +0 -2 ruby/test/rss/test_xml-stylesheet.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/rss/test_xml-stylesheet.rb?cvsroot=src&r1=1.6&r2=1.7