Sha256: 73d18e808899f5b2866a4334948598755ff87e2897c3bd572e3b72da22da4af0
Contents?: true
Size: 140 Bytes
Versions: 14
Compression:
Stored size: 140 Bytes
Contents
class R10K::Util::Subprocess::Windows::IO < R10K::Util::Subprocess::IO def initialize @stdout = 'NUL:' @stderr = 'NUL:' end end
Version data entries
14 entries across 14 versions & 1 rubygems