diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-16 13:09:46 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-17 18:50:55 +0900 |
commit | 712d6e675b6abc97fa1f2adde49f2d6e48d4d93f (patch) | |
tree | fa32339ba1fc98daceb33479c7638d80b581f926 /lib/rubygems/commands/stale_command.rb | |
parent | 0b632b9cddef76514635ad460d40b3a8d346602f (diff) |
[rubygems/rubygems] util/rubocop -A --only Style/RedundantInterpolation
https://github.com/rubygems/rubygems/commit/add44e56eb
Diffstat (limited to 'lib/rubygems/commands/stale_command.rb')
-rw-r--r-- | lib/rubygems/commands/stale_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/commands/stale_command.rb b/lib/rubygems/commands/stale_command.rb index 9468fce3f4..2812179d92 100644 --- a/lib/rubygems/commands/stale_command.rb +++ b/lib/rubygems/commands/stale_command.rb @@ -17,7 +17,7 @@ longer using. end def usage # :nodoc: - "#{program_name}" + program_name.to_s end def execute |