Sha256: 5a50318f78c1e4c7a78dc717232b9535ddd494af98a17b8d97201228c7a3bab8
Contents?: true
Size: 222 Bytes
Versions: 10
Compression:
Stored size: 222 Bytes
Contents
require 'socket' Before do @jenkins_cleanup = [] end After do for port in @jenkins_cleanup do begin TCPSocket.open("localhost", port) do |sock| sock.write("0") end rescue end end end
Version data entries
10 entries across 10 versions & 3 rubygems