[rubygems/rubygems] Remove unnecessary &&= operator

https://github.com/rubygems/rubygems/commit/a10b5265d7
This commit is contained in:
bronzdoc 2019-06-22 16:41:07 -06:00 committed by Hiroshi SHIBATA
parent 8b91a6d0a0
commit a7bce01175
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -57,8 +57,7 @@ requiring to see why it does not behave as you expect.
if paths.empty?
alert_error "Can't find Ruby library file or shared library #{arg}"
found &&= false
found = false
else
say paths
end