[rubygems/rubygems] util/rubocop -A --only Style/RedundantInterpolation

add44e56eb
This commit is contained in:
Hiroshi SHIBATA 2023-03-16 13:09:46 +09:00
parent 0b632b9cdd
commit 712d6e675b
11 changed files with 13 additions and 13 deletions

View file

@ -10,7 +10,7 @@ class Gem::S3URISigner
end
def to_s # :nodoc:
"#{super}"
(super).to_s
end
end
@ -20,7 +20,7 @@ class Gem::S3URISigner
end
def to_s # :nodoc:
"#{super}"
(super).to_s
end
end