Update RBI files for rspec-core.

This commit is contained in:
BrewTestBot 2022-01-28 18:14:34 +00:00
parent 1c47a6cc7e
commit 123ddc656d
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `rspec-core` gem.
# Please instead update this file by running `bin/tapioca gem rspec-core`.
# typed: true
module RSpec
extend ::RSpec::Support::Warnings
extend ::RSpec::Core::Warnings
@ -79,6 +79,8 @@ class RSpec::Core::Bisect::Channel
def send(message); end
end
RSpec::Core::Bisect::Channel::MARSHAL_DUMP_ENCODING = T.let(T.unsafe(nil), Encoding)
class RSpec::Core::Bisect::ExampleSetDescriptor < ::Struct
def all_example_ids; end
def all_example_ids=(_); end
@ -1241,6 +1243,7 @@ class RSpec::Core::Formatters::Loader
def duplicate_formatter_exists?(new_formatter); end
def existing_formatter_implements?(notification); end
def find_formatter(formatter_to_use); end
def has_matching_output?(formatter, new_formatter); end
def notifications_for(formatter_class); end
def open_stream(path_or_wrapper); end
def path_for(const_ref); end

View File

@ -3722,6 +3722,7 @@ class Object
HOMEBREW_DEFAULT_PREFIX = ::T.let(nil, ::T.untyped)
HOMEBREW_DEFAULT_REPOSITORY = ::T.let(nil, ::T.untyped)
HOMEBREW_DEFAULT_TEMP = ::T.let(nil, ::T.untyped)
HOMEBREW_GITHUB_PACKAGES_AUTH = ::T.let(nil, ::T.untyped)
HOMEBREW_LIBRARY = ::T.let(nil, ::T.untyped)
HOMEBREW_LIBRARY_PATH = ::T.let(nil, ::T.untyped)
HOMEBREW_LINKED_KEGS = ::T.let(nil, ::T.untyped)