From 26d660434325db8779b95edc6012866fe9f2403b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 16 Mar 2023 12:17:40 +0900 Subject: [rubygems/rubygems] util/rubocop -A --only Layout/MultilineMethodCallBraceLayout https://github.com/rubygems/rubygems/commit/acb0548bf6 --- lib/rubygems/commands/uninstall_command.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/rubygems/commands/uninstall_command.rb') diff --git a/lib/rubygems/commands/uninstall_command.rb b/lib/rubygems/commands/uninstall_command.rb index 5518a24160..aa05cda2c8 100644 --- a/lib/rubygems/commands/uninstall_command.rb +++ b/lib/rubygems/commands/uninstall_command.rb @@ -18,8 +18,7 @@ class Gem::Commands::UninstallCommand < Gem::Command :check_dev => false, :vendor => false add_option("-a", "--[no-]all", - "Uninstall all matching versions" - ) do |value, options| + "Uninstall all matching versions") do |value, options| options[:all] = value end -- cgit v1.2.3