Sha256: f017133d3bcf89951ced3c3a2030b387d769dfa37a298531a97953e91aee01c9
Contents?: true
Size: 364 Bytes
Versions: 30
Compression:
Stored size: 364 Bytes
Contents
# Call the MathService using the ASIR::Client mixin. $: << File.expand_path("../../../lib", __FILE__) require 'asir' require 'math_service' MathService.send(:include, ASIR::Client) ###################################################################### # Driver: begin MathService.asir.transport._log_enabled = true puts MathService.asir.sum([1, 2, 3]) end
Version data entries
30 entries across 30 versions & 1 rubygems