util/rubocop -A --only Style/RedundantSelf

This commit is contained in:
Hiroshi SHIBATA 2023-03-16 13:12:38 +09:00
parent 5211900d37
commit 1ca67f13cd
10 changed files with 43 additions and 43 deletions

View file

@ -29,7 +29,7 @@ The push command will use ~/.gem/credentials to authenticate to a server, but yo
end
def initialize
super "push", "Push a gem up to the gem server", :host => self.host
super "push", "Push a gem up to the gem server", :host => host
@user_defined_host = false