mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 04:30:21 +00:00
Update RBI files for activesupport.
This commit is contained in:
-1
@@ -2784,7 +2784,6 @@ end
|
||||
module ActiveSupport::VERSION; end
|
||||
ActiveSupport::VERSION::MAJOR = 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::TINY = T.let(T.unsafe(nil), Integer)
|
||||
|
||||
@@ -24,6 +24,10 @@ module ActiveSupport::ForkTracker::CoreExtPrivate
|
||||
include ::ActiveSupport::ForkTracker::CoreExt
|
||||
end
|
||||
|
||||
module ActiveSupport::VERSION
|
||||
PRE = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class Addrinfo
|
||||
def connect_internal(local_addrinfo, timeout=T.unsafe(nil)); end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user