In: |
xmlrpc/utils.rb
|
Parent: | BasicInterface |
class which wraps a Service Interface definition, used by BasicServer#add_handler
# File xmlrpc/utils.rb, line 113 def initialize(prefix, &p) raise "No interface specified" if p.nil? super(prefix) instance_eval(&p) end