summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-03-16 13:09:46 +0900
committerHiroshi SHIBATA <[email protected]>2023-03-17 18:50:55 +0900
commit712d6e675b6abc97fa1f2adde49f2d6e48d4d93f (patch)
treefa32339ba1fc98daceb33479c7638d80b581f926 /lib/rubygems/commands
parent0b632b9cddef76514635ad460d40b3a8d346602f (diff)
[rubygems/rubygems] util/rubocop -A --only Style/RedundantInterpolation
https://github.com/rubygems/rubygems/commit/add44e56eb
Diffstat (limited to 'lib/rubygems/commands')
-rw-r--r--lib/rubygems/commands/stale_command.rb2
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