util/rubocop -A --only Style/SymbolProc

This commit is contained in:
Hiroshi SHIBATA 2023-03-16 12:57:49 +09:00
parent b304cf324a
commit 5211900d37
61 changed files with 239 additions and 295 deletions

View file

@ -137,7 +137,7 @@ Specific fields in the specification can be extracted in YAML format:
end
unless options[:all]
specs = [specs.max_by {|s| s.version }]
specs = [specs.max_by(&:version)]
end
specs.each do |s|