method
parser
v1_9_3_392 -
Show latest stable
- Class:
XMLRPC::ParserWriterChooseMixin
parser()private
No documentation available.
# 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