Sha256: ad71dbac5acab0f18e902d7d0f1f4d17018bb5ceeddb7b551a1eb0950e7083f0

Contents?: true

Size: 158 Bytes

Versions: 36

Compression:

Stored size: 158 Bytes

Contents

# frozen_string_literal: true

def capture_warning
  old_stderr = $stderr
  $stderr = StringIO.new
  yield
  $stderr.string
ensure
  $stderr = old_stderr
end

Version data entries

36 entries across 36 versions & 3 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/capture_warning.rb
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/capture_warning.rb
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/capture_warning.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/http-5.2.0/spec/support/capture_warning.rb
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/capture_warning.rb
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/capture_warning.rb
http-5.2.0 spec/support/capture_warning.rb
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/capture_warning.rb
http-5.1.1 spec/support/capture_warning.rb
http-5.1.0 spec/support/capture_warning.rb
http-5.0.4 spec/support/capture_warning.rb
http-5.0.3 spec/support/capture_warning.rb
http-5.0.2 spec/support/capture_warning.rb
http-5.0.1 spec/support/capture_warning.rb
http-5.0.0 spec/support/capture_warning.rb
http-4.4.1 spec/support/capture_warning.rb
http-4.4.0 spec/support/capture_warning.rb
http-5.0.0.pre3 spec/support/capture_warning.rb
http-5.0.0.pre2 spec/support/capture_warning.rb
http-4.3.0 spec/support/capture_warning.rb