Update RBI files for activesupport.
This commit is contained in:
parent
5ee58c0bc1
commit
96785e1386
@ -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)
|
||||||
|
|
||||||
@ -24,6 +24,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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user