Update RBI files for sorbet.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
parent
c2960a4790
commit
77b6c1722e
@ -9049,12 +9049,12 @@ end
|
|||||||
#
|
#
|
||||||
# @private
|
# @private
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#259
|
# source://rspec-core//lib/rspec/core/reporter.rb#260
|
||||||
class RSpec::Core::NullReporter
|
class RSpec::Core::NullReporter
|
||||||
class << self
|
class << self
|
||||||
private
|
private
|
||||||
|
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#260
|
# source://rspec-core//lib/rspec/core/reporter.rb#261
|
||||||
def method_missing(*_arg0); end
|
def method_missing(*_arg0); end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -9783,12 +9783,12 @@ class RSpec::Core::Reporter
|
|||||||
|
|
||||||
# @private
|
# @private
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#214
|
# source://rspec-core//lib/rspec/core/reporter.rb#215
|
||||||
def abort_with(msg, exit_status); end
|
def abort_with(msg, exit_status); end
|
||||||
|
|
||||||
# @private
|
# @private
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#193
|
# source://rspec-core//lib/rspec/core/reporter.rb#194
|
||||||
def close_after; end
|
def close_after; end
|
||||||
|
|
||||||
# @private
|
# @private
|
||||||
@ -9846,7 +9846,7 @@ class RSpec::Core::Reporter
|
|||||||
# @private
|
# @private
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#221
|
# source://rspec-core//lib/rspec/core/reporter.rb#222
|
||||||
def fail_fast_limit_met?; end
|
def fail_fast_limit_met?; end
|
||||||
|
|
||||||
# @private
|
# @private
|
||||||
@ -9868,7 +9868,7 @@ class RSpec::Core::Reporter
|
|||||||
|
|
||||||
# @private
|
# @private
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#206
|
# source://rspec-core//lib/rspec/core/reporter.rb#207
|
||||||
def notify(event, notification); end
|
def notify(event, notification); end
|
||||||
|
|
||||||
# Provides a way to notify of an exception that is not tied to any
|
# Provides a way to notify of an exception that is not tied to any
|
||||||
@ -9939,25 +9939,25 @@ class RSpec::Core::Reporter
|
|||||||
|
|
||||||
# @private
|
# @private
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#200
|
# source://rspec-core//lib/rspec/core/reporter.rb#201
|
||||||
def stop; end
|
def stop(notification); end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#242
|
# source://rspec-core//lib/rspec/core/reporter.rb#243
|
||||||
def close; end
|
def close; end
|
||||||
|
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#233
|
# source://rspec-core//lib/rspec/core/reporter.rb#234
|
||||||
def ensure_listeners_ready; end
|
def ensure_listeners_ready; end
|
||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#246
|
# source://rspec-core//lib/rspec/core/reporter.rb#247
|
||||||
def mute_profile_output?; end
|
def mute_profile_output?; end
|
||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rspec-core//lib/rspec/core/reporter.rb#252
|
# source://rspec-core//lib/rspec/core/reporter.rb#253
|
||||||
def seed_used?; end
|
def seed_used?; end
|
||||||
end
|
end
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user