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

Version Path
asir-1.2.11 hack_night/solution/prob-2.rb
asir-1.2.10 hack_night/solution/prob-2.rb
asir-1.2.9 hack_night/solution/prob-2.rb
asir-1.2.8 hack_night/solution/prob-2.rb
asir-1.2.7 hack_night/solution/prob-2.rb
asir-1.2.6 hack_night/solution/prob-2.rb
asir-1.2.5 hack_night/solution/prob-2.rb
asir-1.2.3 hack_night/solution/prob-2.rb
asir-1.2.2 hack_night/solution/prob-2.rb
asir-1.2.1 hack_night/solution/prob-2.rb
asir-1.2.0 hack_night/solution/prob-2.rb
asir-1.1.12 hack_night/solution/prob-2.rb
asir-1.1.11 hack_night/solution/prob-2.rb
asir-1.1.10 hack_night/solution/prob-2.rb
asir-1.1.9 hack_night/solution/prob-2.rb
asir-1.1.8 hack_night/solution/prob-2.rb
asir-1.1.7 hack_night/solution/prob-2.rb
asir-1.1.6 hack_night/solution/prob-2.rb
asir-1.1.5 hack_night/solution/prob-2.rb
asir-1.1.4 hack_night/solution/prob-2.rb