method

new

v1_9_3_125 - Show latest stable - Class: XMLRPC::CGIServer
new(*a)
public

No documentation available.

# File lib/xmlrpc/server.rb, line 438
  def CGIServer.new(*a)
    @@obj = super(*a) if @@obj.nil?
    @@obj
  end