From f3d25fdd9c58942d5e2d909f16b1dd8adabd21e1 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 14 Aug 2003 17:20:14 +0000 Subject: * gc.c (id2ref): recycle check should be done by klass == 0. [ruby-core:01408] * eval.c (Init_Thread): Continuation#[] added. [ruby-talk:79028] * parse.y (mlhs_node): should allow "::Foo" (colon3) as lhs. * parse.y (lhs): ditto. * parse.y (yylex): should return tCOLON3 right after kCLASS. [ruby-talk:78918] * error.c (exc_initialize): was converting argument to string too eagerly. Only check was needed. [ruby-talk:78958] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/xmlrpc/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/xmlrpc') diff --git a/lib/xmlrpc/utils.rb b/lib/xmlrpc/utils.rb index 675f23275b..14dd08b21d 100644 --- a/lib/xmlrpc/utils.rb +++ b/lib/xmlrpc/utils.rb @@ -113,7 +113,7 @@ module XMLRPC def initialize(prefix, &p) raise "No interface specified" if p.nil? super(prefix) - instance_eval &p + instance_eval(&p) end def get_methods(obj, delim=".") -- cgit v1.2.3