[rubygems/rubygems] util/rubocop -A --only Layout/MultilineBlockLayout

9aa6101942
This commit is contained in:
Hiroshi SHIBATA 2023-03-16 12:22:51 +09:00
parent 9a1269eaaa
commit ae81ff0c9b
4 changed files with 6 additions and 10 deletions

View file

@ -17,8 +17,7 @@ class Gem::Commands::DependencyCommand < Gem::Command
add_prerelease_option
add_option("-R", "--[no-]reverse-dependencies",
"Include reverse dependencies in the output") do
|value, options|
"Include reverse dependencies in the output") do |value, options|
options[:reverse_dependencies] = value
end