# File lib/soap/compat.rb, line 166 166: def add(obj_class, soap_class, factory, info = nil) 167: if (info.size > 1) 168: raise RuntimeError.new("Parameter signature changed. [namespace, name] should be { :type => XSD::QName.new(namespace, name) } from 1.5.0.") 169: end 170: @map.add(obj_class, soap_class, factory, { :type => info[0] }) 171: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.