[rubygems/rubygems] util/rubocop -A --only Style/StabbyLambdaParentheses

https://github.com/rubygems/rubygems/commit/23ce9793e5
This commit is contained in:
Hiroshi SHIBATA 2023-03-16 13:39:24 +09:00
parent d8c5fa963f
commit b8914a9d5d

View File

@ -27,7 +27,7 @@ class TestGemPlatform < Gem::TestCase
end
def test_self_match_spec?
make_spec = ->platform do
make_spec = ->(platform) do
util_spec "mygem-for-platform-match_spec", "1" do |s|
s.platform = platform
end
@ -40,7 +40,7 @@ class TestGemPlatform < Gem::TestCase
end
def test_self_match_spec_with_match_gem_override
make_spec = ->name, platform do
make_spec = ->(name, platform) do
util_spec name, "1" do |s|
s.platform = platform
end