Update RBI files for activesupport.
This commit is contained in:
parent
38f3ee4625
commit
b6c70e7a31
@ -10,16 +10,28 @@ module ActiveSupport
|
|||||||
extend ::ActiveSupport::LazyLoadHooks
|
extend ::ActiveSupport::LazyLoadHooks
|
||||||
extend ::ActiveSupport::Autoload
|
extend ::ActiveSupport::Autoload
|
||||||
|
|
||||||
|
def parse_json_times; end
|
||||||
|
def parse_json_times=(val); end
|
||||||
def test_order; end
|
def test_order; end
|
||||||
def test_order=(val); end
|
def test_order=(val); end
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def eager_load!; end
|
def eager_load!; end
|
||||||
|
def escape_html_entities_in_json(*args, &block); end
|
||||||
|
def escape_html_entities_in_json=(arg); end
|
||||||
def gem_version; end
|
def gem_version; end
|
||||||
|
def json_encoder(*args, &block); end
|
||||||
|
def json_encoder=(arg); end
|
||||||
|
def parse_json_times; end
|
||||||
|
def parse_json_times=(val); end
|
||||||
def test_order; end
|
def test_order; end
|
||||||
def test_order=(val); end
|
def test_order=(val); end
|
||||||
|
def time_precision(*args, &block); end
|
||||||
|
def time_precision=(arg); end
|
||||||
def to_time_preserves_timezone; end
|
def to_time_preserves_timezone; end
|
||||||
def to_time_preserves_timezone=(value); end
|
def to_time_preserves_timezone=(value); end
|
||||||
|
def use_standard_json_time_format(*args, &block); end
|
||||||
|
def use_standard_json_time_format=(arg); end
|
||||||
def utc_to_local_returns_utc_offset_times; end
|
def utc_to_local_returns_utc_offset_times; end
|
||||||
def utc_to_local_returns_utc_offset_times=(value); end
|
def utc_to_local_returns_utc_offset_times=(value); end
|
||||||
def version; end
|
def version; end
|
||||||
@ -3318,14 +3330,14 @@ Numeric::PETABYTE = T.let(T.unsafe(nil), Integer)
|
|||||||
Numeric::TERABYTE = T.let(T.unsafe(nil), Integer)
|
Numeric::TERABYTE = T.let(T.unsafe(nil), Integer)
|
||||||
|
|
||||||
class Object < ::BasicObject
|
class Object < ::BasicObject
|
||||||
|
include ::ActiveSupport::ToJsonWithActiveSupportEncoder
|
||||||
include ::ActiveSupport::ForkTracker::CoreExt
|
include ::ActiveSupport::ForkTracker::CoreExt
|
||||||
include ::ActiveSupport::ForkTracker::CoreExtPrivate
|
include ::ActiveSupport::ForkTracker::CoreExtPrivate
|
||||||
include ::ActiveSupport::ToJsonWithActiveSupportEncoder
|
|
||||||
include ::Kernel
|
include ::Kernel
|
||||||
include ::JSON::Ext::Generator::GeneratorMethods::Object
|
include ::JSON::Ext::Generator::GeneratorMethods::Object
|
||||||
include ::PP::ObjectMixin
|
include ::PP::ObjectMixin
|
||||||
include ::ActiveSupport::Tryable
|
|
||||||
include ::ActiveSupport::Dependencies::Loadable
|
include ::ActiveSupport::Dependencies::Loadable
|
||||||
|
include ::ActiveSupport::Tryable
|
||||||
|
|
||||||
def acts_like?(duck); end
|
def acts_like?(duck); end
|
||||||
def as_json(options = T.unsafe(nil)); end
|
def as_json(options = T.unsafe(nil)); end
|
@ -18,12 +18,6 @@ class ActiveRecordColumnTypeHelper
|
|||||||
extend ::T::Private::Methods::SingletonMethodHooks
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
end
|
end
|
||||||
|
|
||||||
module ActiveSupport
|
|
||||||
def parse_json_times(); end
|
|
||||||
|
|
||||||
def parse_json_times=(val); end
|
|
||||||
end
|
|
||||||
|
|
||||||
class ActiveSupport::Deprecation
|
class ActiveSupport::Deprecation
|
||||||
def self.deprecation_warning(*args, &block); end
|
def self.deprecation_warning(*args, &block); end
|
||||||
|
|
||||||
@ -36,28 +30,6 @@ module ActiveSupport::ForkTracker::CoreExtPrivate
|
|||||||
include ::ActiveSupport::ForkTracker::CoreExt
|
include ::ActiveSupport::ForkTracker::CoreExt
|
||||||
end
|
end
|
||||||
|
|
||||||
module ActiveSupport
|
|
||||||
def self.escape_html_entities_in_json(*args, &block); end
|
|
||||||
|
|
||||||
def self.escape_html_entities_in_json=(arg); end
|
|
||||||
|
|
||||||
def self.json_encoder(*args, &block); end
|
|
||||||
|
|
||||||
def self.json_encoder=(arg); end
|
|
||||||
|
|
||||||
def self.parse_json_times(); end
|
|
||||||
|
|
||||||
def self.parse_json_times=(val); end
|
|
||||||
|
|
||||||
def self.time_precision(*args, &block); end
|
|
||||||
|
|
||||||
def self.time_precision=(arg); end
|
|
||||||
|
|
||||||
def self.use_standard_json_time_format(*args, &block); end
|
|
||||||
|
|
||||||
def self.use_standard_json_time_format=(arg); end
|
|
||||||
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