GlobalNamesArchitecture / gnparser

Split scientific names to meaningful elements with meta information
https://parser.globalnames.org/
MIT License
20 stars 2 forks source link

Fixes to README #357

Closed alexander-myltsev closed 7 years ago

alexander-myltsev commented 7 years ago

Also, IDEA claims on line str = socket.recv(10) until str.nil? warning as follows: Local variable 'str' can be unitialized.

dimus commented 7 years ago

Do you see the warning from rubymine? Probably some weirdness in rubymine. Also http://seejohncode.com/2012/07/31/ruby-gotcha-single-line-conditionals

alexander-myltsev commented 7 years ago

@dimus, yes, rubymine. Let it be its bug ;)