Sha256: f2ca4b1be657401bac0cfd54502e546b700edebcc5f3d49598998f826d2c3b57
Contents?: true
Size: 249 Bytes
Versions: 45
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true module DnsMock module Error RandomFreePort = ::Class.new(::RuntimeError) do def initialize(attempts) super("Impossible to find free random port in #{attempts} attempts") end end end end
Version data entries
45 entries across 45 versions & 1 rubygems