Sha256: 236c0e808ca7f7c651a3ebc46159ebe4507cf7eed0d137070ac83a31689eb3e5
Contents?: true
Size: 264 Bytes
Versions: 33
Compression:
Stored size: 264 Bytes
Contents
require 'soap/rpc/cgistub' class CalcServer < SOAP::RPC::CGIStub def initialize(*arg) super require 'calc' servant = CalcService add_servant(servant, 'http://tempuri.org/calcService') end end status = CalcServer.new('CalcServer', nil).start
Version data entries
33 entries across 33 versions & 13 rubygems