class RSpec::Bash::NoisyThread
Public Class Methods
new(**)
click to toggle source
Calls superclass method
# File lib/rspec/bash/noisy_thread.rb, line 4 def initialize(**) super.tap do self.abort_on_exception = true end end