Closed alexander-myltsev closed 7 years ago
Also, IDEA claims on line str = socket.recv(10) until str.nil? warning as follows: Local variable 'str' can be unitialized.
str = socket.recv(10) until str.nil?
Do you see the warning from rubymine? Probably some weirdness in rubymine. Also http://seejohncode.com/2012/07/31/ruby-gotcha-single-line-conditionals
@dimus, yes, rubymine. Let it be its bug ;)
Also, IDEA claims on line
str = socket.recv(10) until str.nil?
warning as follows: Local variable 'str' can be unitialized.