Sha256: d0cfcc9cd65bb80d3f6784e3a6f5b7f767297e503281535398a6f8c6e31b8218
Contents?: true
Size: 231 Bytes
Versions: 5365
Compression:
Stored size: 231 Bytes
Contents
module RSpec module Support module WithIsolatedStdErr def with_isolated_stderr original = $stderr $stderr = StringIO.new yield ensure $stderr = original end end end end
Version data entries
5,365 entries across 5,275 versions & 126 rubygems