1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Remove unnecessary &&= operator

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? if paths.empty?
alert_error "Can't find Ruby library file or shared library #{arg}" alert_error "Can't find Ruby library file or shared library #{arg}"
found = false
found &&= false
else else
say paths say paths
end end