method
create_parser
v1_8_6_287 -
Show latest stable
- Class:
SOAP::Processor
create_parser(opt)private
No documentation available.
# File lib/soap/processor.rb, line 56
def create_parser(opt)
if opt.empty?
opt = @@default_parser_option
end
::SOAP::Parser.new(opt)
end