We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17ec64 commit f57cfeeCopy full SHA for f57cfee
ruby/rpc_server.rb
@@ -41,7 +41,7 @@ def self.fib(n)
41
42
begin
43
server = FibonacciServer.new(ch)
44
- " [x] Awaiting RPC requests"
+ puts " [x] Awaiting RPC requests"
45
server.start("rpc_queue")
46
rescue Interrupt => _
47
ch.close
0 commit comments