Update RBI files for activesupport.
This commit is contained in:
parent
019bad9168
commit
5056b1ec0a
@ -2784,6 +2784,7 @@ 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,10 +24,6 @@ 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