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