Sha256: 560947bba9da478b7cc2e75d468aa48ec66cf8c400f89c019a44b4429652be89
Contents?: true
Size: 220 Bytes
Versions: 26
Compression:
Stored size: 220 Bytes
Contents
require 'socket' Before do @hudson_cleanup = [] end After do for port in @hudson_cleanup do begin TCPSocket.open("localhost", port) do |sock| sock.write("0") end rescue end end end
Version data entries
26 entries across 26 versions & 1 rubygems