[rubygems/rubygems] This method is never passed a block

https://github.com/rubygems/rubygems/commit/d79ade274b
This commit is contained in:
David Rodríguez 2021-11-09 11:47:56 +01:00 committed by git
parent d713b602ea
commit ba3dfe6efe

View File

@ -290,7 +290,6 @@ class Gem::TestCase < Test::Unit::TestCase
make = parse_make_command_line(line)
if make[:targets].include?(target)
yield make, line if block_given?
true
else
false