Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > xmlrpc/serverライブラリ > XMLRPC::BasicServerクラス > new

singleton method XMLRPC::BasicServer.new

new(class_delim=".")[permalink][rdoc]

Creates a new XMLRPC::BasicServer instance, which should not be done, because XMLRPC::BasicServer is an abstract class. This method should be called from a subclass indirectly by a super call in the method initialize. The parameter class_delim is used in XMLRPC::BasicServer#add_handler when an object is added as handler, to delimit the object-prefix and the method-name.