Sha256: 0b63ad8a375e879a7bc962d7385deb7e342064f7ae64ac12e41f24644a605432
Contents?: true
Size: 177 Bytes
Versions: 5
Compression:
Stored size: 177 Bytes
Contents
# encoding: ASCII-8BIT require 'soap/rpc/driver' s = SOAP::RPC::Driver.new('http://localhost:2000/', 'urn:hws') s.add_method("hello_world", "from") p s.hello_world(self.to_s)
Version data entries
5 entries across 5 versions & 1 rubygems