Update RBI files for rspec-core.
This commit is contained in:
parent
1c47a6cc7e
commit
123ddc656d
@ -1,9 +1,9 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `rspec-core` gem.
|
# 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`.
|
# Please instead update this file by running `bin/tapioca gem rspec-core`.
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
module RSpec
|
module RSpec
|
||||||
extend ::RSpec::Support::Warnings
|
extend ::RSpec::Support::Warnings
|
||||||
extend ::RSpec::Core::Warnings
|
extend ::RSpec::Core::Warnings
|
||||||
@ -79,6 +79,8 @@ class RSpec::Core::Bisect::Channel
|
|||||||
def send(message); end
|
def send(message); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
RSpec::Core::Bisect::Channel::MARSHAL_DUMP_ENCODING = T.let(T.unsafe(nil), Encoding)
|
||||||
|
|
||||||
class RSpec::Core::Bisect::ExampleSetDescriptor < ::Struct
|
class RSpec::Core::Bisect::ExampleSetDescriptor < ::Struct
|
||||||
def all_example_ids; end
|
def all_example_ids; end
|
||||||
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 duplicate_formatter_exists?(new_formatter); end
|
||||||
def existing_formatter_implements?(notification); end
|
def existing_formatter_implements?(notification); end
|
||||||
def find_formatter(formatter_to_use); end
|
def find_formatter(formatter_to_use); end
|
||||||
|
def has_matching_output?(formatter, new_formatter); end
|
||||||
def notifications_for(formatter_class); end
|
def notifications_for(formatter_class); end
|
||||||
def open_stream(path_or_wrapper); end
|
def open_stream(path_or_wrapper); end
|
||||||
def path_for(const_ref); end
|
def path_for(const_ref); end
|
||||||
@ -3722,6 +3722,7 @@ class Object
|
|||||||
HOMEBREW_DEFAULT_PREFIX = ::T.let(nil, ::T.untyped)
|
HOMEBREW_DEFAULT_PREFIX = ::T.let(nil, ::T.untyped)
|
||||||
HOMEBREW_DEFAULT_REPOSITORY = ::T.let(nil, ::T.untyped)
|
HOMEBREW_DEFAULT_REPOSITORY = ::T.let(nil, ::T.untyped)
|
||||||
HOMEBREW_DEFAULT_TEMP = ::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 = ::T.let(nil, ::T.untyped)
|
||||||
HOMEBREW_LIBRARY_PATH = ::T.let(nil, ::T.untyped)
|
HOMEBREW_LIBRARY_PATH = ::T.let(nil, ::T.untyped)
|
||||||
HOMEBREW_LINKED_KEGS = ::T.let(nil, ::T.untyped)
|
HOMEBREW_LINKED_KEGS = ::T.let(nil, ::T.untyped)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user