SOURCES: ruby-1.8.2-xmlrpc-ipimethods-fix.diff (NEW) - from http:/...

aredridel aredridel at pld-linux.org
Mon Jul 11 17:20:48 CEST 2005


Author: aredridel                    Date: Mon Jul 11 15:20:48 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from http://www.ruby-lang.org/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff

---- Files affected:
SOURCES:
   ruby-1.8.2-xmlrpc-ipimethods-fix.diff (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ruby-1.8.2-xmlrpc-ipimethods-fix.diff
diff -u /dev/null SOURCES/ruby-1.8.2-xmlrpc-ipimethods-fix.diff:1.1
--- /dev/null	Mon Jul 11 17:20:48 2005
+++ SOURCES/ruby-1.8.2-xmlrpc-ipimethods-fix.diff	Mon Jul 11 17:20:43 2005
@@ -0,0 +1,11 @@
+--- ruby-1.8.2/lib/xmlrpc/utils.rb.orig	2003-08-15 02:20:14.000000000 +0900
++++ ruby-1.8.2/lib/xmlrpc/utils.rb	2005-07-01 16:33:19.243521736 +0900
+@@ -138,7 +138,7 @@
+ 
+     def get_methods(obj, delim=".")
+       prefix = @prefix + delim
+-      obj.class.public_instance_methods.collect { |name|
++      obj.class.public_instance_methods(false).collect { |name|
+         [prefix + name, obj.method(name).to_proc, nil, nil] 
+       }
+     end
================================================================



More information about the pld-cvs-commit mailing list