Merge pull request #16049 from Homebrew/sorbet-files-update

sorbet: Update RBI files.
This commit is contained in:
Mike McQuaid 2023-09-28 12:38:44 +01:00 committed by GitHub
commit 7e109ac441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5623,6 +5623,8 @@ end
class Net::HTTPRangeNotSatisfiable
end
Net::HTTPRedirection::EXCEPTION_TYPE = Net::HTTPRetriableError
Net::HTTPRedirectionCode = Net::HTTPRedirection
Net::HTTPRequestURITooLarge = Net::HTTPURITooLong
@ -5637,13 +5639,9 @@ Net::HTTPServerErrorCode = Net::HTTPServerError
Net::HTTPSession = Net::HTTP
class Net::HTTPSuccess
end
Net::HTTPSuccess::EXCEPTION_TYPE = Net::HTTPError
Net::HTTPSuccessCode::EXCEPTION_TYPE = Net::HTTPError
class Net::HTTPSuccess
end
Net::HTTPSuccessCode = Net::HTTPSuccess
class Net::HTTPURITooLong
HAS_BODY = ::T.let(nil, ::T.untyped)
@ -7049,6 +7047,14 @@ module RuboCop::AST::CollectionNode
def extract_options!(*args, &block); end
def fifth(*args, &block); end
def forty_two(*args, &block); end
def fourth(*args, &block); end
def from(*args, &block); end
def including(*args, &block); end
def index_by(*args, &block); end
@ -7061,6 +7067,16 @@ module RuboCop::AST::CollectionNode
def pluck(*args, &block); end
def second(*args, &block); end
def second_to_last(*args, &block); end
def third(*args, &block); end
def third_to_last(*args, &block); end
def to(*args, &block); end
def to_default_s(*args, &block); end
def to_formatted_s(*args, &block); end