Class: RSpec::Core::Bisect::ForkRunner::CaptureFormatter
- Inherits:
-
Formatters::BaseBisectFormatter
- Object
- Formatters::BaseBisectFormatter
- RSpec::Core::Bisect::ForkRunner::CaptureFormatter
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/fork_runner.rb
Instance Attribute Summary collapse
-
#results ⇒ Object
Returns the value of attribute results.
Method Summary
Methods inherited from Formatters::BaseBisectFormatter
#example_failed, #example_finished, inherited, #initialize, #start_dump
Constructor Details
This class inherits a constructor from RSpec::Core::Formatters::BaseBisectFormatter
Instance Attribute Details
#results ⇒ Object
Returns the value of attribute results.
132 133 134 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/fork_runner.rb', line 132 def results @results end |