method
create
v2_1_10 -
Show latest stable
- Class:
XMLRPC::ParserWriterChooseMixin
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