Flowdock
method

create

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: ParserWriterChooseMixin
create() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xmlrpc/utils.rb, line 37
    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
Register or log in to add new notes.