]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- from http://www.ruby-lang.org/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff
authoraredridel <aredridel@pld-linux.org>
Mon, 11 Jul 2005 15:20:43 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-1.8.2-xmlrpc-ipimethods-fix.diff -> 1.1

ruby-1.8.2-xmlrpc-ipimethods-fix.diff [new file with mode: 0644]

diff --git a/ruby-1.8.2-xmlrpc-ipimethods-fix.diff b/ruby-1.8.2-xmlrpc-ipimethods-fix.diff
new file mode 100644 (file)
index 0000000..c2cb0f6
--- /dev/null
@@ -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
This page took 0.041817 seconds and 4 git commands to generate.