Closed olleolleolle closed 3 years ago
This PR attempts to get rid a an emitted Ruby warning seen when running tests in another project.
gems/async-io-1.32.0/lib/async/io/socket.rb:69: warning: shadowing outer local variable - task gems/async-io-1.32.0/lib/async/io/socket.rb:165: warning: shadowing outer local variable - task
...
Only happens on Ruby 2.5 which is EOL. Closing!
Description
This PR attempts to get rid a an emitted Ruby warning seen when running tests in another project.
Types of Changes
Testing
...