Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
XMLRPC::Service::BasicInterface
# File xmlrpc/utils.rb, line 134 def initialize(prefix) super(prefix) end
# File xmlrpc/utils.rb, line 138 def get_methods(obj, delim=".") prefix = @prefix + delim obj.class.public_instance_methods(false).collect { |name| [prefix + name.to_s, obj.method(name).to_proc, nil, nil] } end
This page was generated for Ruby 2.1.8
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.