Update RBI files for net-http-persistent.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-03-31 08:25:59 +00:00
parent 1529f303e6
commit 60ff2b05de
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 4 deletions

View File

@ -94,6 +94,7 @@ end
class Net::HTTP::Persistent::Connection
def initialize(http_class, http_args, ssl_generation); end
def close; end
def finish; end
def http; end
def http=(_arg0); end
@ -110,6 +111,7 @@ end
Net::HTTP::Persistent::DEFAULT_POOL_SIZE = T.let(T.unsafe(nil), Integer)
Net::HTTP::Persistent::EPOCH = T.let(T.unsafe(nil), Time)
class Net::HTTP::Persistent::Error < ::StandardError; end
Net::HTTP::Persistent::HAVE_OPENSSL = T.let(T.unsafe(nil), String)
class Net::HTTP::Persistent::Pool < ::ConnectionPool
def initialize(options = T.unsafe(nil), &block); end

View File

@ -5011,10 +5011,6 @@ class Net::HTTP
ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE = ::T.let(nil, ::T.untyped)
end
class Net::HTTP::Persistent
HAVE_OPENSSL = ::T.let(nil, ::T.untyped)
end
class Net::HTTPAlreadyReported
HAS_BODY = ::T.let(nil, ::T.untyped)
end