hack_night/solution/prob-2.rb in asir-0.2.0 vs hack_night/solution/prob-2.rb in asir-1.0.1
- old
+ new
@@ -8,8 +8,8 @@
######################################################################
# Driver:
begin
- MathService.client.transport._log_enabled = true
- puts MathService.client.sum([1, 2, 3])
+ MathService.asir.transport._log_enabled = true
+ puts MathService.asir.sum([1, 2, 3])
end