Update RBI files for rspec-core.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2024-02-06 08:56:43 +00:00
parent 95ed4c3968
commit 47f911eeff
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1710,15 +1710,15 @@ class RSpec::Core::Configuration
# source://rspec-core//lib/rspec/core/configuration.rb#503 # source://rspec-core//lib/rspec/core/configuration.rb#503
def loaded_spec_files; end def loaded_spec_files; end
# Maximum count of failed source lines to display in the failure reports. # Maximum count of failed source lines to display in the failure reports
# (default `10`). # (defaults to `10`).
# return [Integer] # return [Integer]
# #
# source://rspec-core//lib/rspec/core/configuration.rb#66 # source://rspec-core//lib/rspec/core/configuration.rb#66
def max_displayed_failure_line_count; end def max_displayed_failure_line_count; end
# Maximum count of failed source lines to display in the failure reports. # Maximum count of failed source lines to display in the failure reports
# (default `10`). # (defaults to `10`).
# return [Integer] # return [Integer]
# #
# source://rspec-core//lib/rspec/core/configuration.rb#89 # source://rspec-core//lib/rspec/core/configuration.rb#89
@ -9931,7 +9931,7 @@ class RSpec::Core::Runner
# @private # @private
# #
# source://rspec-core//lib/rspec/core/runner.rb#190 # source://rspec-core//lib/rspec/core/runner.rb#194
def exit_code(examples_passed = T.unsafe(nil)); end def exit_code(examples_passed = T.unsafe(nil)); end
# @attr_reader # @attr_reader
@ -9974,7 +9974,7 @@ class RSpec::Core::Runner
private private
# source://rspec-core//lib/rspec/core/runner.rb#199 # source://rspec-core//lib/rspec/core/runner.rb#203
def persist_example_statuses; end def persist_example_statuses; end
class << self class << self