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
49da1c69b4
commit
01254f1350
@ -4,7 +4,10 @@
|
|||||||
# This is an autogenerated file for types exported from the `activesupport` gem.
|
# This is an autogenerated file for types exported from the `activesupport` gem.
|
||||||
# Please instead update this file by running `bin/tapioca gem activesupport`.
|
# Please instead update this file by running `bin/tapioca gem activesupport`.
|
||||||
|
|
||||||
|
::APPLE_GEM_HOME = T.let(T.unsafe(nil), String)
|
||||||
::RUBY19 = T.let(T.unsafe(nil), TrueClass)
|
::RUBY19 = T.let(T.unsafe(nil), TrueClass)
|
||||||
|
::RUBY_FRAMEWORK = T.let(T.unsafe(nil), TrueClass)
|
||||||
|
::RUBY_FRAMEWORK_VERSION = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
module ActiveSupport
|
module ActiveSupport
|
||||||
extend ::ActiveSupport::LazyLoadHooks
|
extend ::ActiveSupport::LazyLoadHooks
|
||||||
@ -2784,6 +2787,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)
|
||||||
|
|
||||||
@ -2864,6 +2868,7 @@ end
|
|||||||
|
|
||||||
class BigDecimal < ::Numeric
|
class BigDecimal < ::Numeric
|
||||||
include ::ActiveSupport::BigDecimalWithDefaultFormat
|
include ::ActiveSupport::BigDecimalWithDefaultFormat
|
||||||
|
extend ::BigDecimal::Deprecation
|
||||||
|
|
||||||
def as_json(options = T.unsafe(nil)); end
|
def as_json(options = T.unsafe(nil)); end
|
||||||
end
|
end
|
||||||
@ -2925,6 +2930,7 @@ class Date
|
|||||||
end
|
end
|
||||||
|
|
||||||
Date::DATE_FORMATS = T.let(T.unsafe(nil), Hash)
|
Date::DATE_FORMATS = T.let(T.unsafe(nil), Hash)
|
||||||
|
Date::VERSION = T.let(T.unsafe(nil), String)
|
||||||
module DateAndTime; end
|
module DateAndTime; end
|
||||||
|
|
||||||
module DateAndTime::Calculations
|
module DateAndTime::Calculations
|
||||||
@ -19,10 +19,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
|
||||||
@ -3293,7 +3289,6 @@ class Date
|
|||||||
def plus_without_duration(arg); end
|
def plus_without_duration(arg); end
|
||||||
|
|
||||||
def to_default_s(); end
|
def to_default_s(); end
|
||||||
VERSION = ::T.let(nil, ::T.untyped)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
class Date::Infinity
|
class Date::Infinity
|
||||||
@ -4506,8 +4501,6 @@ module Homebrew::EnvConfig
|
|||||||
|
|
||||||
def self.install_badge(); end
|
def self.install_badge(); end
|
||||||
|
|
||||||
def self.install_from_api?(); end
|
|
||||||
|
|
||||||
def self.livecheck_watchlist(); end
|
def self.livecheck_watchlist(); end
|
||||||
|
|
||||||
def self.logs(); end
|
def self.logs(); end
|
||||||
@ -4534,6 +4527,8 @@ module Homebrew::EnvConfig
|
|||||||
|
|
||||||
def self.no_install_cleanup?(); end
|
def self.no_install_cleanup?(); end
|
||||||
|
|
||||||
|
def self.no_install_from_api?(); end
|
||||||
|
|
||||||
def self.no_install_upgrade?(); end
|
def self.no_install_upgrade?(); end
|
||||||
|
|
||||||
def self.no_installed_dependents_check?(); end
|
def self.no_installed_dependents_check?(); end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user