sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
parent
dc2c0ec8cf
commit
f0cdf61e78
@ -0,0 +1,8 @@
|
|||||||
|
# DO NOT EDIT MANUALLY
|
||||||
|
# This is an autogenerated file for types exported from the `rspec_junit_formatter` gem.
|
||||||
|
# Please instead update this file by running `bin/tapioca sync`.
|
||||||
|
|
||||||
|
# typed: true
|
||||||
|
|
||||||
|
# THIS IS AN EMPTY RBI FILE.
|
||||||
|
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
||||||
@ -6695,6 +6695,143 @@ class DevelopmentTools
|
|||||||
extend ::T::Private::Methods::SingletonMethodHooks
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class DidYouMean::ClassNameChecker
|
||||||
|
def class_name(); end
|
||||||
|
|
||||||
|
def class_names(); end
|
||||||
|
|
||||||
|
def corrections(); end
|
||||||
|
|
||||||
|
def initialize(exception); end
|
||||||
|
|
||||||
|
def scopes(); end
|
||||||
|
end
|
||||||
|
|
||||||
|
module DidYouMean::Correctable
|
||||||
|
def corrections(); end
|
||||||
|
|
||||||
|
def original_message(); end
|
||||||
|
|
||||||
|
def spell_checker(); end
|
||||||
|
|
||||||
|
def to_s(); end
|
||||||
|
end
|
||||||
|
|
||||||
|
module DidYouMean::Jaro
|
||||||
|
def self.distance(str1, str2); end
|
||||||
|
end
|
||||||
|
|
||||||
|
module DidYouMean::JaroWinkler
|
||||||
|
def self.distance(str1, str2); end
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::KeyErrorChecker
|
||||||
|
def corrections(); end
|
||||||
|
|
||||||
|
def initialize(key_error); end
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::KeyErrorChecker
|
||||||
|
end
|
||||||
|
|
||||||
|
module DidYouMean::Levenshtein
|
||||||
|
def self.distance(str1, str2); end
|
||||||
|
|
||||||
|
def self.min3(a, b, c); end
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::MethodNameChecker
|
||||||
|
def corrections(); end
|
||||||
|
|
||||||
|
def initialize(exception); end
|
||||||
|
|
||||||
|
def method_name(); end
|
||||||
|
|
||||||
|
def method_names(); end
|
||||||
|
|
||||||
|
def names_to_exclude(); end
|
||||||
|
|
||||||
|
def receiver(); end
|
||||||
|
RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::NullChecker
|
||||||
|
def corrections(); end
|
||||||
|
|
||||||
|
def initialize(*_); end
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::PlainFormatter
|
||||||
|
def message_for(corrections); end
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::PlainFormatter
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::RequirePathChecker
|
||||||
|
def corrections(); end
|
||||||
|
|
||||||
|
def initialize(exception); end
|
||||||
|
|
||||||
|
def path(); end
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::RequirePathChecker
|
||||||
|
def self.requireables(); end
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::TreeSpellChecker
|
||||||
|
def augment(); end
|
||||||
|
|
||||||
|
def correct(input); end
|
||||||
|
|
||||||
|
def dictionary(); end
|
||||||
|
|
||||||
|
def dictionary_without_leaves(); end
|
||||||
|
|
||||||
|
def dimensions(); end
|
||||||
|
|
||||||
|
def find_leaves(path); end
|
||||||
|
|
||||||
|
def initialize(dictionary:, separator: T.unsafe(nil), augment: T.unsafe(nil)); end
|
||||||
|
|
||||||
|
def plausible_dimensions(input); end
|
||||||
|
|
||||||
|
def possible_paths(states); end
|
||||||
|
|
||||||
|
def separator(); end
|
||||||
|
|
||||||
|
def tree_depth(); end
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::TreeSpellChecker
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::VariableNameChecker
|
||||||
|
def corrections(); end
|
||||||
|
|
||||||
|
def cvar_names(); end
|
||||||
|
|
||||||
|
def initialize(exception); end
|
||||||
|
|
||||||
|
def ivar_names(); end
|
||||||
|
|
||||||
|
def lvar_names(); end
|
||||||
|
|
||||||
|
def method_names(); end
|
||||||
|
|
||||||
|
def name(); end
|
||||||
|
RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
|
||||||
|
end
|
||||||
|
|
||||||
|
module DidYouMean
|
||||||
|
def self.correct_error(error_class, spell_checker); end
|
||||||
|
|
||||||
|
def self.formatter(); end
|
||||||
|
|
||||||
|
def self.formatter=(formatter); end
|
||||||
|
end
|
||||||
|
|
||||||
class Dir
|
class Dir
|
||||||
def children(); end
|
def children(); end
|
||||||
|
|
||||||
@ -9739,6 +9876,10 @@ module Kernel
|
|||||||
def self.require(path); end
|
def self.require(path); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class KeyError
|
||||||
|
include ::DidYouMean::Correctable
|
||||||
|
end
|
||||||
|
|
||||||
module Language::Node
|
module Language::Node
|
||||||
extend ::T::Private::Methods::MethodHooks
|
extend ::T::Private::Methods::MethodHooks
|
||||||
extend ::T::Private::Methods::SingletonMethodHooks
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
@ -12348,6 +12489,7 @@ module NKF
|
|||||||
end
|
end
|
||||||
|
|
||||||
class NameError
|
class NameError
|
||||||
|
include ::DidYouMean::Correctable
|
||||||
def missing_name(); end
|
def missing_name(); end
|
||||||
|
|
||||||
def missing_name?(name); end
|
def missing_name?(name); end
|
||||||
@ -12389,6 +12531,8 @@ end
|
|||||||
class Net::HTTPAlreadyReported
|
class Net::HTTPAlreadyReported
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Net::HTTPClientError::EXCEPTION_TYPE = Net::HTTPServerException
|
||||||
|
|
||||||
Net::HTTPClientErrorCode = Net::HTTPClientError
|
Net::HTTPClientErrorCode = Net::HTTPClientError
|
||||||
|
|
||||||
class Net::HTTPEarlyHints
|
class Net::HTTPEarlyHints
|
||||||
@ -12400,13 +12544,9 @@ end
|
|||||||
|
|
||||||
Net::HTTPFatalErrorCode = Net::HTTPClientError
|
Net::HTTPFatalErrorCode = Net::HTTPClientError
|
||||||
|
|
||||||
class Net::HTTPInformation
|
Net::HTTPInformation::EXCEPTION_TYPE = Net::HTTPError
|
||||||
end
|
|
||||||
|
|
||||||
Net::HTTPInformationCode::EXCEPTION_TYPE = Net::HTTPError
|
Net::HTTPInformationCode = Net::HTTPInformation
|
||||||
|
|
||||||
class Net::HTTPInformation
|
|
||||||
end
|
|
||||||
|
|
||||||
class Net::HTTPLoopDetected
|
class Net::HTTPLoopDetected
|
||||||
HAS_BODY = ::T.let(nil, ::T.untyped)
|
HAS_BODY = ::T.let(nil, ::T.untyped)
|
||||||
@ -12454,6 +12594,8 @@ end
|
|||||||
class Net::HTTPRangeNotSatisfiable
|
class Net::HTTPRangeNotSatisfiable
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Net::HTTPRedirection::EXCEPTION_TYPE = Net::HTTPRetriableError
|
||||||
|
|
||||||
Net::HTTPRedirectionCode = Net::HTTPRedirection
|
Net::HTTPRedirectionCode = Net::HTTPRedirection
|
||||||
|
|
||||||
Net::HTTPRequestURITooLarge = Net::HTTPURITooLong
|
Net::HTTPRequestURITooLarge = Net::HTTPURITooLong
|
||||||
@ -12462,17 +12604,15 @@ Net::HTTPResponceReceiver = Net::HTTPResponse
|
|||||||
|
|
||||||
Net::HTTPRetriableCode = Net::HTTPRedirection
|
Net::HTTPRetriableCode = Net::HTTPRedirection
|
||||||
|
|
||||||
|
Net::HTTPServerError::EXCEPTION_TYPE = Net::HTTPFatalError
|
||||||
|
|
||||||
Net::HTTPServerErrorCode = Net::HTTPServerError
|
Net::HTTPServerErrorCode = Net::HTTPServerError
|
||||||
|
|
||||||
Net::HTTPSession = Net::HTTP
|
Net::HTTPSession = Net::HTTP
|
||||||
|
|
||||||
class Net::HTTPSuccess
|
Net::HTTPSuccess::EXCEPTION_TYPE = Net::HTTPError
|
||||||
end
|
|
||||||
|
|
||||||
Net::HTTPSuccessCode::EXCEPTION_TYPE = Net::HTTPError
|
Net::HTTPSuccessCode = Net::HTTPSuccess
|
||||||
|
|
||||||
class Net::HTTPSuccess
|
|
||||||
end
|
|
||||||
|
|
||||||
class Net::HTTPURITooLong
|
class Net::HTTPURITooLong
|
||||||
HAS_BODY = ::T.let(nil, ::T.untyped)
|
HAS_BODY = ::T.let(nil, ::T.untyped)
|
||||||
@ -24607,6 +24747,21 @@ module RSpec
|
|||||||
def self.xdescribe(*args, &example_group_block); end
|
def self.xdescribe(*args, &example_group_block); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class RSpecJUnitFormatter
|
||||||
|
def dump_summary(notification); end
|
||||||
|
|
||||||
|
def stop(notification); end
|
||||||
|
DISCOURAGED_REGEXP = ::T.let(nil, ::T.untyped)
|
||||||
|
DISCOURAGED_REPLACEMENTS = ::T.let(nil, ::T.untyped)
|
||||||
|
ILLEGAL_REGEXP = ::T.let(nil, ::T.untyped)
|
||||||
|
ILLEGAL_REPLACEMENT = ::T.let(nil, ::T.untyped)
|
||||||
|
STRIP_DIFF_COLORS_BLOCK_REGEXP = ::T.let(nil, ::T.untyped)
|
||||||
|
STRIP_DIFF_COLORS_CODES_REGEXP = ::T.let(nil, ::T.untyped)
|
||||||
|
end
|
||||||
|
|
||||||
|
class RSpecJUnitFormatter
|
||||||
|
end
|
||||||
|
|
||||||
module Racc
|
module Racc
|
||||||
Racc_No_Extensions = ::T.let(nil, ::T.untyped)
|
Racc_No_Extensions = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
@ -26742,6 +26897,8 @@ module Ronn
|
|||||||
def self.version(); end
|
def self.version(); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
RspecJunitFormatter = RSpecJUnitFormatter
|
||||||
|
|
||||||
module RuboCop::AST::CollectionNode
|
module RuboCop::AST::CollectionNode
|
||||||
def compact_blank(*args, &block); end
|
def compact_blank(*args, &block); end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user