There's no documentation for this item.
# File xmlrpc/utils.rb, line 112 def get_methods(obj, delim=".") prefix = @prefix + delim @methods.collect { |name, meth, sig, help| [prefix + name, obj.method(meth).to_proc, sig, help] } end
<code/>
<pre/>
<code/>and<pre/>for code samples.