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:
parent
1529f303e6
commit
60ff2b05de
@ -94,6 +94,7 @@ end
|
|||||||
class Net::HTTP::Persistent::Connection
|
class Net::HTTP::Persistent::Connection
|
||||||
def initialize(http_class, http_args, ssl_generation); end
|
def initialize(http_class, http_args, ssl_generation); end
|
||||||
|
|
||||||
|
def close; end
|
||||||
def finish; end
|
def finish; end
|
||||||
def http; end
|
def http; end
|
||||||
def http=(_arg0); 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::DEFAULT_POOL_SIZE = T.let(T.unsafe(nil), Integer)
|
||||||
Net::HTTP::Persistent::EPOCH = T.let(T.unsafe(nil), Time)
|
Net::HTTP::Persistent::EPOCH = T.let(T.unsafe(nil), Time)
|
||||||
class Net::HTTP::Persistent::Error < ::StandardError; end
|
class Net::HTTP::Persistent::Error < ::StandardError; end
|
||||||
|
Net::HTTP::Persistent::HAVE_OPENSSL = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class Net::HTTP::Persistent::Pool < ::ConnectionPool
|
class Net::HTTP::Persistent::Pool < ::ConnectionPool
|
||||||
def initialize(options = T.unsafe(nil), &block); end
|
def initialize(options = T.unsafe(nil), &block); end
|
||||||
@ -5011,10 +5011,6 @@ class Net::HTTP
|
|||||||
ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE = ::T.let(nil, ::T.untyped)
|
ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
|
|
||||||
class Net::HTTP::Persistent
|
|
||||||
HAVE_OPENSSL = ::T.let(nil, ::T.untyped)
|
|
||||||
end
|
|
||||||
|
|
||||||
class Net::HTTPAlreadyReported
|
class Net::HTTPAlreadyReported
|
||||||
HAS_BODY = ::T.let(nil, ::T.untyped)
|
HAS_BODY = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user