XMLRPC::Service::BasicInterface
# File xmlrpc-0.3.0/lib/xmlrpc/utils.rb, line 135 def initialize(prefix) super(prefix) end
# File xmlrpc-0.3.0/lib/xmlrpc/utils.rb, line 139 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.7.4
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.