Update RBI files for activesupport.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
This commit is contained in:
parent
2b8725f725
commit
8090f7b8f0
@ -2784,7 +2784,6 @@ end
|
|||||||
module ActiveSupport::VERSION; end
|
module ActiveSupport::VERSION; end
|
||||||
ActiveSupport::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
|
ActiveSupport::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
|
||||||
ActiveSupport::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
|
ActiveSupport::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
|
||||||
ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil), String)
|
|
||||||
ActiveSupport::VERSION::STRING = T.let(T.unsafe(nil), String)
|
ActiveSupport::VERSION::STRING = T.let(T.unsafe(nil), String)
|
||||||
ActiveSupport::VERSION::TINY = T.let(T.unsafe(nil), Integer)
|
ActiveSupport::VERSION::TINY = T.let(T.unsafe(nil), Integer)
|
||||||
|
|
||||||
@ -19,6 +19,10 @@ module ActiveSupport::ForkTracker::CoreExtPrivate
|
|||||||
include ::ActiveSupport::ForkTracker::CoreExt
|
include ::ActiveSupport::ForkTracker::CoreExt
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module ActiveSupport::VERSION
|
||||||
|
PRE = ::T.let(nil, ::T.untyped)
|
||||||
|
end
|
||||||
|
|
||||||
class Addrinfo
|
class Addrinfo
|
||||||
def connect_internal(local_addrinfo, timeout=T.unsafe(nil)); end
|
def connect_internal(local_addrinfo, timeout=T.unsafe(nil)); end
|
||||||
end
|
end
|
||||||
@ -3556,6 +3560,7 @@ class Object
|
|||||||
HOMEBREW_DEFAULT_PREFIX = ::T.let(nil, ::T.untyped)
|
HOMEBREW_DEFAULT_PREFIX = ::T.let(nil, ::T.untyped)
|
||||||
HOMEBREW_DEFAULT_REPOSITORY = ::T.let(nil, ::T.untyped)
|
HOMEBREW_DEFAULT_REPOSITORY = ::T.let(nil, ::T.untyped)
|
||||||
HOMEBREW_DEFAULT_TEMP = ::T.let(nil, ::T.untyped)
|
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_GITHUB_PACKAGES_AUTH = ::T.let(nil, ::T.untyped)
|
||||||
HOMEBREW_LIBRARY = ::T.let(nil, ::T.untyped)
|
HOMEBREW_LIBRARY = ::T.let(nil, ::T.untyped)
|
||||||
HOMEBREW_LIBRARY_PATH = ::T.let(nil, ::T.untyped)
|
HOMEBREW_LIBRARY_PATH = ::T.let(nil, ::T.untyped)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user