Flowdock
method

parser

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: ParserWriterChooseMixin
parser() 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 45
    def parser
      # if set_parser was not already called then call it now
      if @parser.nil? then
        set_parser(Config::DEFAULT_PARSER.new)
      end
      @parser
    end
Register or log in to add new notes.