mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
util/rubocop -A --only Style/RedundantSelf
This commit is contained in:
parent
5211900d37
commit
1ca67f13cd
10 changed files with 43 additions and 43 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue