mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Remove unnecessary &&= operator
https://github.com/rubygems/rubygems/commit/a10b5265d7
This commit is contained in:
parent
8b91a6d0a0
commit
a7bce01175
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue