зеркало из https://github.com/github/ruby.git
Avoid using a class variable in socket specs
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
50349fd5b7
Коммит
e838fa81bd
|
@ -35,7 +35,7 @@ module SocketSpecs
|
|||
end
|
||||
|
||||
def self.port
|
||||
@@_port ||= find_available_port
|
||||
@port ||= find_available_port
|
||||
end
|
||||
|
||||
def self.str_port
|
||||
|
|
Загрузка…
Ссылка в новой задаче