method
new
v2_1_10 -
Show latest stable
- Class:
XMLRPC::Service::Interface
new(prefix, &p)public
No documentation available.
# File lib/xmlrpc/utils.rb, line 112
def initialize(prefix, &p)
raise "No interface specified" if p.nil?
super(prefix)
instance_eval(&p)
end