mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[rubygems/rubygems] util/rubocop -A --only Style/RedundantInterpolation
add44e56eb
This commit is contained in:
parent
0b632b9cdd
commit
712d6e675b
11 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue