Sha256: dbfec673c90ab7849755d35fd267203a7b5313a93bf235d0797abde32bd0a88b
Contents?: true
Size: 384 Bytes
Versions: 31
Compression:
Stored size: 384 Bytes
Contents
# Call the MathService using the ASIR::Client mixin. # Assume the default Transport and Coder. $: << File.expand_path("../../../lib", __FILE__) require 'asir' module MathService include # ??? def sum array_of_numbers # ??? end extend self end ###################################################################### # Driver: begin puts MathService # ??? # => 6 end
Version data entries
31 entries across 31 versions & 1 rubygems