Merge pull request #9234 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
c4c18f4ee2
@ -5848,8 +5848,12 @@ class Caveats
|
||||
end
|
||||
|
||||
class Checksum
|
||||
def [](*args, &block); end
|
||||
|
||||
def empty?(*args, &block); end
|
||||
|
||||
def length(*args, &block); end
|
||||
|
||||
def to_s(*args, &block); end
|
||||
end
|
||||
|
||||
@ -13329,6 +13333,8 @@ end
|
||||
class Net::HTTPAlreadyReported
|
||||
end
|
||||
|
||||
Net::HTTPClientError::EXCEPTION_TYPE = Net::HTTPServerException
|
||||
|
||||
Net::HTTPClientErrorCode = Net::HTTPClientError
|
||||
|
||||
class Net::HTTPEarlyHints
|
||||
@ -13390,6 +13396,8 @@ end
|
||||
class Net::HTTPRangeNotSatisfiable
|
||||
end
|
||||
|
||||
Net::HTTPRedirection::EXCEPTION_TYPE = Net::HTTPRetriableError
|
||||
|
||||
Net::HTTPRedirectionCode = Net::HTTPRedirection
|
||||
|
||||
Net::HTTPRequestURITooLarge = Net::HTTPURITooLong
|
||||
@ -13398,6 +13406,8 @@ Net::HTTPResponceReceiver = Net::HTTPResponse
|
||||
|
||||
Net::HTTPRetriableCode = Net::HTTPRedirection
|
||||
|
||||
Net::HTTPServerError::EXCEPTION_TYPE = Net::HTTPFatalError
|
||||
|
||||
Net::HTTPServerErrorCode = Net::HTTPServerError
|
||||
|
||||
Net::HTTPSession = Net::HTTP
|
||||
@ -28585,7 +28595,6 @@ class Socket
|
||||
IPV6_PATHMTU = ::T.let(nil, ::T.untyped)
|
||||
IPV6_RECVPATHMTU = ::T.let(nil, ::T.untyped)
|
||||
IPV6_USE_MIN_MTU = ::T.let(nil, ::T.untyped)
|
||||
IP_DONTFRAG = ::T.let(nil, ::T.untyped)
|
||||
IP_PORTRANGE = ::T.let(nil, ::T.untyped)
|
||||
IP_RECVDSTADDR = ::T.let(nil, ::T.untyped)
|
||||
IP_RECVIF = ::T.let(nil, ::T.untyped)
|
||||
@ -28677,7 +28686,6 @@ module Socket::Constants
|
||||
IPV6_PATHMTU = ::T.let(nil, ::T.untyped)
|
||||
IPV6_RECVPATHMTU = ::T.let(nil, ::T.untyped)
|
||||
IPV6_USE_MIN_MTU = ::T.let(nil, ::T.untyped)
|
||||
IP_DONTFRAG = ::T.let(nil, ::T.untyped)
|
||||
IP_PORTRANGE = ::T.let(nil, ::T.untyped)
|
||||
IP_RECVDSTADDR = ::T.let(nil, ::T.untyped)
|
||||
IP_RECVIF = ::T.let(nil, ::T.untyped)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user