Update RBI files for connection_pool.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
parent
0c583a0b7d
commit
70b55ffbb5
@ -8,7 +8,7 @@ class ConnectionPool
|
||||
def initialize(options = T.unsafe(nil), &block); end
|
||||
|
||||
def available; end
|
||||
def checkin; end
|
||||
def checkin(force: T.unsafe(nil)); end
|
||||
def checkout(options = T.unsafe(nil)); end
|
||||
def reload(&block); end
|
||||
def shutdown(&block); end
|
||||
@ -17,12 +17,14 @@ class ConnectionPool
|
||||
def with(options = T.unsafe(nil)); end
|
||||
|
||||
class << self
|
||||
def after_fork; end
|
||||
def wrap(options, &block); end
|
||||
end
|
||||
end
|
||||
|
||||
ConnectionPool::DEFAULTS = T.let(T.unsafe(nil), Hash)
|
||||
class ConnectionPool::Error < ::RuntimeError; end
|
||||
ConnectionPool::INSTANCES = T.let(T.unsafe(nil), ObjectSpace::WeakMap[T.untyped])
|
||||
class ConnectionPool::PoolShuttingDownError < ::ConnectionPool::Error; end
|
||||
|
||||
class ConnectionPool::TimedStack
|
||||
@ -5184,6 +5184,7 @@ class Object
|
||||
HOMEBREW_BREW_FILE = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_CACHE = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_CACHE_FORMULA = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_CASK_APPDIR_PLACEHOLDER = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_CASK_TAP_CASK_REGEX = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_CELLAR = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_CORE_DEFAULT_GIT_REMOTE = ::T.let(nil, ::T.untyped)
|
||||
@ -5195,6 +5196,7 @@ class Object
|
||||
HOMEBREW_DEFAULT_TEMP = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_DOCS_WWW = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_GITHUB_PACKAGES_AUTH = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_HOME_PLACEHOLDER = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_LIBRARY = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_LIBRARY_PATH = ::T.let(nil, ::T.untyped)
|
||||
HOMEBREW_LINKED_KEGS = ::T.let(nil, ::T.untyped)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user