summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/uninstall_command.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-16 12:17:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-17 18:50:55 +0900
commit26d660434325db8779b95edc6012866fe9f2403b (patch)
tree5386bdcea74010ba342b4970318abb640fc02565 /lib/rubygems/commands/uninstall_command.rb
parent41f304d5bf84ba3e5d8c4a2e8da9a019bf8ca230 (diff)
[rubygems/rubygems] util/rubocop -A --only Layout/MultilineMethodCallBraceLayout
https://github.com/rubygems/rubygems/commit/acb0548bf6
Diffstat (limited to 'lib/rubygems/commands/uninstall_command.rb')
-rw-r--r--lib/rubygems/commands/uninstall_command.rb3
1 files changed, 1 insertions, 2 deletions
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