method

create

create()
private

No documentation available.

# File lib/xmlrpc/utils.rb, line 46
    def create
      # if set_writer was not already called then call it now
      if @create.nil? then
        set_writer(Config::DEFAULT_WRITER.new)
      end
      @create
    end