# File lib/wsdl/importer.rb, line 23 23: def parse(content, location, originalroot) 24: opt = { 25: :location => location, 26: :originalroot => originalroot 27: } 28: begin 29: WSDL::Parser.new(opt).parse(content) 30: rescue WSDL::Parser::ParseError 31: super(content, location, originalroot) 32: end 33: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.