# File lib/soap/compat.rb, line 38 def self.ary2md(*arg); Mapping.ary2md(*arg); end
# File lib/soap/compat.rb, line 37 def self.ary2soap(*arg); Mapping.ary2soap(*arg); end
# File lib/soap/rpc/rpc.rb, line 15 def self.defined_methods(obj) if obj.is_a?(Module) obj.methods - Module.methods else obj.methods - Object.instance_methods(true) end end
# File lib/soap/compat.rb, line 39 def self.fault2exception(*arg); Mapping.fault2exception(*arg); end
Generated with the Darkfish Rdoc Generator 2.