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:
eregon 2017-05-16 12:29:44 +00:00
Родитель 50349fd5b7
Коммит e838fa81bd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@ module SocketSpecs
end
def self.port
@@_port ||= find_available_port
@port ||= find_available_port
end
def self.str_port