From 0cfe16bc21697d135c35fcb329c49cdd728da7bb Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 22 Oct 2005 04:48:34 +0000 Subject: * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb, ext/tk/sample/tkextlib/treectrl/demo.rb, lib/net/imap.rb, lib/rss/parser.rb, test/rss/test_content.rb, test/rss/test_dublincore.rb, test/rss/test_syndication.rb, test/rss/test_trackback.rb, test/ruby/test_eval.rb, test/socket/test_socket.rb, test/socket/test_udp.rb: Object#fcall was renamed as Object#funcall. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_eval.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_eval.rb b/test/ruby/test_eval.rb index 273b3172b9..28e5cd2c25 100644 --- a/test/ruby/test_eval.rb +++ b/test/ruby/test_eval.rb @@ -146,7 +146,7 @@ class TestEval < Test::Unit::TestCase assert_nothing_raised { def temporally_method_for_test_eval_and_define_method(&block) lambda { - class << Object.new; self end.fcall(:define_method, :zzz, &block) + class << Object.new; self end.funcall(:define_method, :zzz, &block) } end v = eval("temporally_method_for_test_eval_and_define_method {}") -- cgit v1.2.3