hack_night/solution/prob-7.rb in asir-1.2.1 vs hack_night/solution/prob-7.rb in asir-1.2.2

- old
+ new

@@ -7,9 +7,11 @@ require 'asir/coder/chain' require 'math_service' MathService.send(:include, ASIR::Client) +Process.exit!(0) if RUBY_PLATFORM =~ /java/i + port = 3001 begin t = ASIR::Transport::Webrick.new(:uri => "http://localhost:#{port}/") t._log_enabled = true c = t.encoder = ASIR::Coder::Chain.new(:encoders =>