lazy_migrate 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +4 -0
- data/Appraisals +9 -0
- data/Gemfile.lock +133 -4
- data/Guardfile +39 -0
- data/README.md +56 -6
- data/Rakefile +1 -3
- data/bin/exe/lazy_migrate +14 -1
- data/gemfiles/.bundle/config +2 -0
- data/gemfiles/rails_5_1_5.gemfile +8 -0
- data/gemfiles/rails_5_1_5.gemfile.lock +170 -0
- data/gemfiles/rails_5_2_4_3.gemfile +8 -0
- data/gemfiles/rails_5_2_4_3.gemfile.lock +178 -0
- data/github/demo.gif +0 -0
- data/lazy_migrate.gemspec +9 -3
- data/lib/lazy_migrate.rb +6 -2
- data/lib/lazy_migrate/client.rb +123 -0
- data/lib/lazy_migrate/migration.rb +14 -0
- data/lib/lazy_migrate/migrator_adapter.rb +144 -0
- data/lib/lazy_migrate/migrator_adapter_factory.rb +24 -0
- data/lib/lazy_migrate/new_migrator_adapter.rb +85 -0
- data/lib/lazy_migrate/old_migrator_adapter.rb +97 -0
- data/lib/lazy_migrate/version.rb +2 -1
- data/lib/tasks/lazy_migrate.rake +10 -0
- data/sorbet/config +2 -0
- data/sorbet/rbi/gems/actioncable.rbi +393 -0
- data/sorbet/rbi/gems/actionmailer.rbi +425 -0
- data/sorbet/rbi/gems/actionpack.rbi +3230 -0
- data/sorbet/rbi/gems/actionview.rbi +1153 -0
- data/sorbet/rbi/gems/activejob.rbi +282 -0
- data/sorbet/rbi/gems/activemodel.rbi +742 -0
- data/sorbet/rbi/gems/activerecord.rbi +4004 -0
- data/sorbet/rbi/gems/activestorage.rbi +174 -0
- data/sorbet/rbi/gems/activesupport.rbi +2300 -0
- data/sorbet/rbi/gems/appraisal.rbi +151 -0
- data/sorbet/rbi/gems/arel.rbi +1253 -0
- data/sorbet/rbi/gems/byebug.rbi +1041 -0
- data/sorbet/rbi/gems/coderay.rbi +92 -0
- data/sorbet/rbi/gems/concurrent-ruby.rbi +1586 -0
- data/sorbet/rbi/gems/crass.rbi +93 -0
- data/sorbet/rbi/gems/erubi.rbi +27 -0
- data/sorbet/rbi/gems/globalid.rbi +99 -0
- data/sorbet/rbi/gems/i18n.rbi +192 -0
- data/sorbet/rbi/gems/loofah.rbi +131 -0
- data/sorbet/rbi/gems/mail.rbi +1092 -0
- data/sorbet/rbi/gems/marcel.rbi +13 -0
- data/sorbet/rbi/gems/method_source.rbi +64 -0
- data/sorbet/rbi/gems/mini_mime.rbi +52 -0
- data/sorbet/rbi/gems/minitest.rbi +282 -0
- data/sorbet/rbi/gems/nio4r.rbi +68 -0
- data/sorbet/rbi/gems/nokogiri.rbi +1011 -0
- data/sorbet/rbi/gems/pastel.rbi +119 -0
- data/sorbet/rbi/gems/pry-byebug.rbi +155 -0
- data/sorbet/rbi/gems/pry.rbi +1949 -0
- data/sorbet/rbi/gems/rack-test.rbi +162 -0
- data/sorbet/rbi/gems/rack.rbi +525 -0
- data/sorbet/rbi/gems/rails-dom-testing.rbi +68 -0
- data/sorbet/rbi/gems/rails-html-sanitizer.rbi +92 -0
- data/sorbet/rbi/gems/railties.rbi +724 -0
- data/sorbet/rbi/gems/rake.rbi +666 -0
- data/sorbet/rbi/gems/rspec-core.rbi +1939 -0
- data/sorbet/rbi/gems/rspec-expectations.rbi +1123 -0
- data/sorbet/rbi/gems/rspec-mocks.rbi +1090 -0
- data/sorbet/rbi/gems/rspec-support.rbi +280 -0
- data/sorbet/rbi/gems/rspec.rbi +15 -0
- data/sorbet/rbi/gems/sprockets-rails.rbi +106 -0
- data/sorbet/rbi/gems/sprockets.rbi +755 -0
- data/sorbet/rbi/gems/sqlite3.rbi +354 -0
- data/sorbet/rbi/gems/thor.rbi +580 -0
- data/sorbet/rbi/gems/thread_safe.rbi +82 -0
- data/sorbet/rbi/gems/tty-color.rbi +44 -0
- data/sorbet/rbi/gems/tty-cursor.rbi +72 -0
- data/sorbet/rbi/gems/tty-prompt.rbi +531 -0
- data/sorbet/rbi/gems/tty-reader.rbi +176 -0
- data/sorbet/rbi/gems/tty-screen.rbi +66 -0
- data/sorbet/rbi/gems/tzinfo.rbi +406 -0
- data/sorbet/rbi/gems/websocket-driver.rbi +103 -0
- data/sorbet/rbi/gems/websocket-extensions.rbi +29 -0
- data/sorbet/rbi/gems/wisper.rbi +130 -0
- data/sorbet/rbi/hidden-definitions/errors.txt +7584 -0
- data/sorbet/rbi/hidden-definitions/hidden.rbi +13328 -0
- data/sorbet/rbi/sorbet-typed/lib/actionmailer/all/actionmailer.rbi +13 -0
- data/sorbet/rbi/sorbet-typed/lib/actionpack/all/actionpack.rbi +954 -0
- data/sorbet/rbi/sorbet-typed/lib/actionview/all/actionview.rbi +321 -0
- data/sorbet/rbi/sorbet-typed/lib/activemodel/all/activemodel.rbi +597 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/<6/activerecord.rbi +13 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/>=5.2/activerecord.rbi +16 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/>=5/activerecord.rbi +53 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/all/activerecord.rbi +1454 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/all/model_schema.rbi +79 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/all/sanitization.rbi +36 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/~>5.2.0/activerecord.rbi +447 -0
- data/sorbet/rbi/sorbet-typed/lib/activestorage/<=6.1/activestorage.rbi +82 -0
- data/sorbet/rbi/sorbet-typed/lib/activestorage/all/activestorage.rbi +177 -0
- data/sorbet/rbi/sorbet-typed/lib/activesupport/all/activesupport.rbi +1431 -0
- data/sorbet/rbi/sorbet-typed/lib/minitest/all/minitest.rbi +108 -0
- data/sorbet/rbi/sorbet-typed/lib/railties/all/railties.rbi +25 -0
- data/sorbet/rbi/todo.rbi +18 -0
- data/sorbet/rbi/user-defined/activerecord.rbi +56 -0
- metadata +181 -7
- data/lib/lazy_migrate/migrator.rb +0 -186
@@ -0,0 +1,174 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strict
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/activestorage/all/activestorage.rbi
|
9
|
+
#
|
10
|
+
# activestorage-5.2.4.3
|
11
|
+
|
12
|
+
module ActiveStorage
|
13
|
+
def analyzers; end
|
14
|
+
def analyzers=(obj); end
|
15
|
+
def binary_content_type; end
|
16
|
+
def binary_content_type=(obj); end
|
17
|
+
def content_types_allowed_inline; end
|
18
|
+
def content_types_allowed_inline=(obj); end
|
19
|
+
def content_types_to_serve_as_binary; end
|
20
|
+
def content_types_to_serve_as_binary=(obj); end
|
21
|
+
def logger; end
|
22
|
+
def logger=(obj); end
|
23
|
+
def paths; end
|
24
|
+
def paths=(obj); end
|
25
|
+
def previewers; end
|
26
|
+
def previewers=(obj); end
|
27
|
+
def queue; end
|
28
|
+
def queue=(obj); end
|
29
|
+
def self.analyzers; end
|
30
|
+
def self.analyzers=(obj); end
|
31
|
+
def self.binary_content_type; end
|
32
|
+
def self.binary_content_type=(obj); end
|
33
|
+
def self.content_types_allowed_inline; end
|
34
|
+
def self.content_types_allowed_inline=(obj); end
|
35
|
+
def self.content_types_to_serve_as_binary; end
|
36
|
+
def self.content_types_to_serve_as_binary=(obj); end
|
37
|
+
def self.gem_version; end
|
38
|
+
def self.logger; end
|
39
|
+
def self.logger=(obj); end
|
40
|
+
def self.paths; end
|
41
|
+
def self.paths=(obj); end
|
42
|
+
def self.previewers; end
|
43
|
+
def self.previewers=(obj); end
|
44
|
+
def self.queue; end
|
45
|
+
def self.queue=(obj); end
|
46
|
+
def self.railtie_helpers_paths; end
|
47
|
+
def self.railtie_namespace; end
|
48
|
+
def self.railtie_routes_url_helpers(include_path_helpers = nil); end
|
49
|
+
def self.table_name_prefix; end
|
50
|
+
def self.use_relative_model_naming?; end
|
51
|
+
def self.variable_content_types; end
|
52
|
+
def self.variable_content_types=(obj); end
|
53
|
+
def self.verifier; end
|
54
|
+
def self.verifier=(obj); end
|
55
|
+
def self.version; end
|
56
|
+
def variable_content_types; end
|
57
|
+
def variable_content_types=(obj); end
|
58
|
+
def verifier; end
|
59
|
+
def verifier=(obj); end
|
60
|
+
extend ActiveSupport::Autoload
|
61
|
+
end
|
62
|
+
module ActiveStorage::VERSION
|
63
|
+
end
|
64
|
+
class ActiveStorage::InvariableError < StandardError
|
65
|
+
end
|
66
|
+
class ActiveStorage::UnpreviewableError < StandardError
|
67
|
+
end
|
68
|
+
class ActiveStorage::UnrepresentableError < StandardError
|
69
|
+
end
|
70
|
+
module ActiveStorage::Downloading
|
71
|
+
def download_blob_to(file); end
|
72
|
+
def download_blob_to_tempfile; end
|
73
|
+
def open_tempfile_for_blob; end
|
74
|
+
def tempdir; end
|
75
|
+
end
|
76
|
+
class ActiveStorage::Previewer
|
77
|
+
def blob; end
|
78
|
+
def capture(*argv, to:); end
|
79
|
+
def draw(*argv); end
|
80
|
+
def initialize(blob); end
|
81
|
+
def logger; end
|
82
|
+
def open_tempfile_for_drawing; end
|
83
|
+
def preview; end
|
84
|
+
def self.accept?(blob); end
|
85
|
+
include ActiveStorage::Downloading
|
86
|
+
end
|
87
|
+
class ActiveStorage::Previewer::PopplerPDFPreviewer < ActiveStorage::Previewer
|
88
|
+
def draw_first_page_from(file, &block); end
|
89
|
+
def preview; end
|
90
|
+
def self.accept?(blob); end
|
91
|
+
def self.pdftoppm_exists?; end
|
92
|
+
def self.pdftoppm_path; end
|
93
|
+
end
|
94
|
+
class ActiveStorage::Previewer::MuPDFPreviewer < ActiveStorage::Previewer
|
95
|
+
def draw_first_page_from(file, &block); end
|
96
|
+
def preview; end
|
97
|
+
def self.accept?(blob); end
|
98
|
+
def self.mutool_exists?; end
|
99
|
+
def self.mutool_path; end
|
100
|
+
end
|
101
|
+
class ActiveStorage::Previewer::VideoPreviewer < ActiveStorage::Previewer
|
102
|
+
def draw_relevant_frame_from(file, &block); end
|
103
|
+
def ffmpeg_path; end
|
104
|
+
def preview; end
|
105
|
+
def self.accept?(blob); end
|
106
|
+
end
|
107
|
+
class ActiveStorage::Analyzer
|
108
|
+
def blob; end
|
109
|
+
def initialize(blob); end
|
110
|
+
def logger; end
|
111
|
+
def metadata; end
|
112
|
+
def self.accept?(blob); end
|
113
|
+
include ActiveStorage::Downloading
|
114
|
+
end
|
115
|
+
class ActiveStorage::Analyzer::ImageAnalyzer < ActiveStorage::Analyzer
|
116
|
+
def metadata; end
|
117
|
+
def read_image; end
|
118
|
+
def rotated_image?(image); end
|
119
|
+
def self.accept?(blob); end
|
120
|
+
end
|
121
|
+
class ActiveStorage::Analyzer::VideoAnalyzer < ActiveStorage::Analyzer
|
122
|
+
def angle; end
|
123
|
+
def computed_height; end
|
124
|
+
def display_aspect_ratio; end
|
125
|
+
def display_height_scale; end
|
126
|
+
def duration; end
|
127
|
+
def encoded_height; end
|
128
|
+
def encoded_width; end
|
129
|
+
def ffprobe_path; end
|
130
|
+
def height; end
|
131
|
+
def metadata; end
|
132
|
+
def probe; end
|
133
|
+
def probe_from(file); end
|
134
|
+
def rotated?; end
|
135
|
+
def self.accept?(blob); end
|
136
|
+
def streams; end
|
137
|
+
def tags; end
|
138
|
+
def video_stream; end
|
139
|
+
def width; end
|
140
|
+
end
|
141
|
+
class ActiveStorage::Engine < Rails::Engine
|
142
|
+
end
|
143
|
+
class ActiveStorage::Attached::One < ActiveStorage::Attached
|
144
|
+
def attach(attachable); end
|
145
|
+
def attached?; end
|
146
|
+
def attachment; end
|
147
|
+
def build_attachment(blob:); end
|
148
|
+
def detach; end
|
149
|
+
def method_missing(method, *args, &block); end
|
150
|
+
def purge; end
|
151
|
+
def purge_later; end
|
152
|
+
def respond_to_missing?(name, include_private = nil); end
|
153
|
+
def transaction(*args, &block); end
|
154
|
+
def write_attachment(attachment); end
|
155
|
+
end
|
156
|
+
class ActiveStorage::Attached::Many < ActiveStorage::Attached
|
157
|
+
def attach(*attachables); end
|
158
|
+
def attached?; end
|
159
|
+
def attachments; end
|
160
|
+
def detach; end
|
161
|
+
def method_missing(method, *args, &block); end
|
162
|
+
def respond_to_missing?(name, include_private = nil); end
|
163
|
+
end
|
164
|
+
module ActiveStorage::Attached::Macros
|
165
|
+
def has_many_attached(name, dependent: nil); end
|
166
|
+
def has_one_attached(name, dependent: nil); end
|
167
|
+
end
|
168
|
+
class ActiveStorage::Attached
|
169
|
+
def create_blob_from(attachable); end
|
170
|
+
def dependent; end
|
171
|
+
def initialize(name, record, dependent:); end
|
172
|
+
def name; end
|
173
|
+
def record; end
|
174
|
+
end
|
@@ -0,0 +1,2300 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: true
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/activesupport/all/activesupport.rbi
|
9
|
+
#
|
10
|
+
# activesupport-5.2.4.3
|
11
|
+
|
12
|
+
class Array
|
13
|
+
def as_json(options = nil); end
|
14
|
+
def blank?; end
|
15
|
+
def deep_dup; end
|
16
|
+
def extract_options!; end
|
17
|
+
def fifth; end
|
18
|
+
def forty_two; end
|
19
|
+
def fourth; end
|
20
|
+
def from(position); end
|
21
|
+
def in_groups(number, fill_with = nil); end
|
22
|
+
def in_groups_of(number, fill_with = nil); end
|
23
|
+
def inquiry; end
|
24
|
+
def second; end
|
25
|
+
def second_to_last; end
|
26
|
+
def self.try_convert(arg0); end
|
27
|
+
def split(value = nil); end
|
28
|
+
def third; end
|
29
|
+
def third_to_last; end
|
30
|
+
def to(position); end
|
31
|
+
def to_default_s; end
|
32
|
+
def to_formatted_s(format = nil); end
|
33
|
+
def to_param; end
|
34
|
+
def to_query(key); end
|
35
|
+
def to_sentence(options = nil); end
|
36
|
+
def to_xml(options = nil); end
|
37
|
+
def without(*elements); end
|
38
|
+
end
|
39
|
+
class Regexp
|
40
|
+
def as_json(options = nil); end
|
41
|
+
def multiline?; end
|
42
|
+
end
|
43
|
+
class Hash
|
44
|
+
def _deep_transform_keys_in_object!(object, &block); end
|
45
|
+
def _deep_transform_keys_in_object(object, &block); end
|
46
|
+
def as_json(options = nil); end
|
47
|
+
def assert_valid_keys(*valid_keys); end
|
48
|
+
def blank?; end
|
49
|
+
def deep_dup; end
|
50
|
+
def deep_merge!(other_hash, &block); end
|
51
|
+
def deep_merge(other_hash, &block); end
|
52
|
+
def deep_stringify_keys!; end
|
53
|
+
def deep_stringify_keys; end
|
54
|
+
def deep_symbolize_keys!; end
|
55
|
+
def deep_symbolize_keys; end
|
56
|
+
def deep_transform_keys!(&block); end
|
57
|
+
def deep_transform_keys(&block); end
|
58
|
+
def except!(*keys); end
|
59
|
+
def except(*keys); end
|
60
|
+
def extract!(*keys); end
|
61
|
+
def extractable_options?; end
|
62
|
+
def nested_under_indifferent_access; end
|
63
|
+
def reverse_merge!(other_hash); end
|
64
|
+
def reverse_merge(other_hash); end
|
65
|
+
def reverse_update(other_hash); end
|
66
|
+
def self.from_trusted_xml(xml); end
|
67
|
+
def self.try_convert(arg0); end
|
68
|
+
def slice!(*keys); end
|
69
|
+
def stringify_keys!; end
|
70
|
+
def stringify_keys; end
|
71
|
+
def symbolize_keys!; end
|
72
|
+
def symbolize_keys; end
|
73
|
+
def to_options!; end
|
74
|
+
def to_options; end
|
75
|
+
def to_param(namespace = nil); end
|
76
|
+
def to_query(namespace = nil); end
|
77
|
+
def to_xml(options = nil); end
|
78
|
+
def with_defaults!(other_hash); end
|
79
|
+
def with_defaults(other_hash); end
|
80
|
+
def with_indifferent_access; end
|
81
|
+
end
|
82
|
+
module ActiveSupport
|
83
|
+
def parse_json_times; end
|
84
|
+
def parse_json_times=(obj); end
|
85
|
+
def self.eager_load!; end
|
86
|
+
def self.escape_html_entities_in_json(*args, &block); end
|
87
|
+
def self.escape_html_entities_in_json=(arg); end
|
88
|
+
def self.gem_version; end
|
89
|
+
def self.json_encoder(*args, &block); end
|
90
|
+
def self.json_encoder=(arg); end
|
91
|
+
def self.parse_json_times; end
|
92
|
+
def self.parse_json_times=(obj); end
|
93
|
+
def self.test_order; end
|
94
|
+
def self.test_order=(obj); end
|
95
|
+
def self.time_precision(*args, &block); end
|
96
|
+
def self.time_precision=(arg); end
|
97
|
+
def self.to_time_preserves_timezone; end
|
98
|
+
def self.to_time_preserves_timezone=(value); end
|
99
|
+
def self.use_standard_json_time_format(*args, &block); end
|
100
|
+
def self.use_standard_json_time_format=(arg); end
|
101
|
+
def self.version; end
|
102
|
+
def test_order; end
|
103
|
+
def test_order=(obj); end
|
104
|
+
extend ActiveSupport::Autoload
|
105
|
+
extend ActiveSupport::LazyLoadHooks
|
106
|
+
end
|
107
|
+
module ActiveSupport::LazyLoadHooks
|
108
|
+
def execute_hook(name, base, options, block); end
|
109
|
+
def on_load(name, options = nil, &block); end
|
110
|
+
def run_load_hooks(name, base = nil); end
|
111
|
+
def self.extended(base); end
|
112
|
+
def with_execution_control(name, block, once); end
|
113
|
+
end
|
114
|
+
module Kernel
|
115
|
+
def class_eval(*args, &block); end
|
116
|
+
def concern(topic, &module_definition); end
|
117
|
+
def enable_warnings; end
|
118
|
+
def self.concern(topic, &module_definition); end
|
119
|
+
def self.enable_warnings; end
|
120
|
+
def self.silence_warnings; end
|
121
|
+
def self.suppress(*exception_classes); end
|
122
|
+
def self.with_warnings(flag); end
|
123
|
+
def silence_warnings; end
|
124
|
+
def suppress(*exception_classes); end
|
125
|
+
def with_warnings(flag); end
|
126
|
+
end
|
127
|
+
class Module
|
128
|
+
def alias_attribute(new_name, old_name); end
|
129
|
+
def anonymous?; end
|
130
|
+
def attr_internal(*attrs); end
|
131
|
+
def attr_internal_accessor(*attrs); end
|
132
|
+
def attr_internal_define(attr_name, type); end
|
133
|
+
def attr_internal_ivar_name(attr); end
|
134
|
+
def attr_internal_reader(*attrs); end
|
135
|
+
def attr_internal_writer(*attrs); end
|
136
|
+
def cattr_accessor(*syms, instance_reader: nil, instance_writer: nil, instance_accessor: nil, default: nil, &blk); end
|
137
|
+
def cattr_reader(*syms, instance_reader: nil, instance_accessor: nil, default: nil); end
|
138
|
+
def cattr_writer(*syms, instance_writer: nil, instance_accessor: nil, default: nil); end
|
139
|
+
def delegate(*methods, to: nil, prefix: nil, allow_nil: nil); end
|
140
|
+
def delegate_missing_to(target); end
|
141
|
+
def deprecate(*method_names); end
|
142
|
+
def mattr_accessor(*syms, instance_reader: nil, instance_writer: nil, instance_accessor: nil, default: nil, &blk); end
|
143
|
+
def mattr_reader(*syms, instance_reader: nil, instance_accessor: nil, default: nil); end
|
144
|
+
def mattr_writer(*syms, instance_writer: nil, instance_accessor: nil, default: nil); end
|
145
|
+
def method_visibility(method); end
|
146
|
+
def parent; end
|
147
|
+
def parent_name; end
|
148
|
+
def parents; end
|
149
|
+
def reachable?(*args, &block); end
|
150
|
+
def reachable_with_deprecation?(*args, &block); end
|
151
|
+
def reachable_without_deprecation?; end
|
152
|
+
def redefine_method(method, &block); end
|
153
|
+
def redefine_singleton_method(method, &block); end
|
154
|
+
def remove_possible_method(method); end
|
155
|
+
def remove_possible_singleton_method(method); end
|
156
|
+
def self.attr_internal_naming_format; end
|
157
|
+
def self.attr_internal_naming_format=(arg0); end
|
158
|
+
def silence_redefinition_of_method(method); end
|
159
|
+
def thread_cattr_accessor(*syms); end
|
160
|
+
def thread_cattr_reader(*syms); end
|
161
|
+
def thread_cattr_writer(*syms); end
|
162
|
+
def thread_mattr_accessor(*syms); end
|
163
|
+
def thread_mattr_reader(*syms); end
|
164
|
+
def thread_mattr_writer(*syms); end
|
165
|
+
include ActiveSupport::Dependencies::ModuleConstMissing
|
166
|
+
include Module::Concerning
|
167
|
+
end
|
168
|
+
class Module::DelegationError < NoMethodError
|
169
|
+
end
|
170
|
+
class ActiveSupport::Deprecation
|
171
|
+
def self.behavior(*args, &block); end
|
172
|
+
def self.behavior=(arg); end
|
173
|
+
def self.debug(*args, &block); end
|
174
|
+
def self.debug=(arg); end
|
175
|
+
def self.deprecate_methods(*args, &block); end
|
176
|
+
def self.deprecation_horizon(*args, &block); end
|
177
|
+
def self.deprecation_horizon=(arg); end
|
178
|
+
def self.deprecation_warning(deprecated_method_name, message = nil, caller_backtrace = nil); end
|
179
|
+
def self.gem_name(*args, &block); end
|
180
|
+
def self.gem_name=(arg); end
|
181
|
+
def self.initialize(*args, &block); end
|
182
|
+
def self.instance; end
|
183
|
+
def self.silence(*args, &block); end
|
184
|
+
def self.silenced(*args, &block); end
|
185
|
+
def self.silenced=(arg); end
|
186
|
+
def self.warn(message = nil, callstack = nil); end
|
187
|
+
extend ActiveSupport::Deprecation::InstanceDelegator::ClassMethods
|
188
|
+
extend Singleton::SingletonClassMethods
|
189
|
+
include ActiveSupport::Deprecation::Behavior
|
190
|
+
include ActiveSupport::Deprecation::InstanceDelegator
|
191
|
+
include ActiveSupport::Deprecation::MethodWrapper
|
192
|
+
include ActiveSupport::Deprecation::Reporting
|
193
|
+
include Singleton
|
194
|
+
end
|
195
|
+
module ActiveSupport::Deprecation::InstanceDelegator
|
196
|
+
def self.included(base); end
|
197
|
+
end
|
198
|
+
module ActiveSupport::Deprecation::InstanceDelegator::ClassMethods
|
199
|
+
def include(included_module); end
|
200
|
+
def method_added(method_name); end
|
201
|
+
end
|
202
|
+
module ActiveSupport::Deprecation::InstanceDelegator::OverrideDelegators
|
203
|
+
def deprecation_warning(deprecated_method_name, message = nil, caller_backtrace = nil); end
|
204
|
+
def warn(message = nil, callstack = nil); end
|
205
|
+
end
|
206
|
+
module ActiveSupport::Notifications
|
207
|
+
def self.instrument(name, payload = nil); end
|
208
|
+
def self.instrumenter; end
|
209
|
+
def self.notifier; end
|
210
|
+
def self.notifier=(arg0); end
|
211
|
+
def self.publish(name, *args); end
|
212
|
+
def self.subscribe(*args, &block); end
|
213
|
+
def self.subscribed(callback, *args, &block); end
|
214
|
+
def self.unsubscribe(subscriber_or_name); end
|
215
|
+
end
|
216
|
+
class ActiveSupport::Notifications::Instrumenter
|
217
|
+
def finish(name, payload); end
|
218
|
+
def finish_with_state(listeners_state, name, payload); end
|
219
|
+
def id; end
|
220
|
+
def initialize(notifier); end
|
221
|
+
def instrument(name, payload = nil); end
|
222
|
+
def start(name, payload); end
|
223
|
+
def unique_id; end
|
224
|
+
end
|
225
|
+
class ActiveSupport::Notifications::Event
|
226
|
+
def <<(event); end
|
227
|
+
def children; end
|
228
|
+
def duration; end
|
229
|
+
def end; end
|
230
|
+
def end=(arg0); end
|
231
|
+
def initialize(name, start, ending, transaction_id, payload); end
|
232
|
+
def name; end
|
233
|
+
def parent_of?(event); end
|
234
|
+
def payload; end
|
235
|
+
def time; end
|
236
|
+
def transaction_id; end
|
237
|
+
end
|
238
|
+
class ActiveSupport::Notifications::Fanout
|
239
|
+
def finish(name, id, payload, listeners = nil); end
|
240
|
+
def initialize; end
|
241
|
+
def listeners_for(name); end
|
242
|
+
def listening?(name); end
|
243
|
+
def lock; end
|
244
|
+
def locked?; end
|
245
|
+
def publish(name, *args); end
|
246
|
+
def start(name, id, payload); end
|
247
|
+
def subscribe(pattern = nil, callable = nil, &block); end
|
248
|
+
def synchronize(&block); end
|
249
|
+
def try_lock; end
|
250
|
+
def unlock; end
|
251
|
+
def unsubscribe(subscriber_or_name); end
|
252
|
+
def wait; end
|
253
|
+
include Mutex_m
|
254
|
+
end
|
255
|
+
module ActiveSupport::Notifications::Fanout::Subscribers
|
256
|
+
def self.new(pattern, listener); end
|
257
|
+
end
|
258
|
+
class ActiveSupport::Notifications::Fanout::Subscribers::Evented
|
259
|
+
def finish(name, id, payload); end
|
260
|
+
def initialize(pattern, delegate); end
|
261
|
+
def matches?(name); end
|
262
|
+
def publish(name, *args); end
|
263
|
+
def start(name, id, payload); end
|
264
|
+
def subscribed_to?(name); end
|
265
|
+
end
|
266
|
+
class ActiveSupport::Notifications::Fanout::Subscribers::Timed < ActiveSupport::Notifications::Fanout::Subscribers::Evented
|
267
|
+
def finish(name, id, payload); end
|
268
|
+
def publish(name, *args); end
|
269
|
+
def start(name, id, payload); end
|
270
|
+
end
|
271
|
+
class ActiveSupport::Notifications::Fanout::Subscribers::AllMessages
|
272
|
+
def finish(name, id, payload); end
|
273
|
+
def initialize(delegate); end
|
274
|
+
def matches?(arg0); end
|
275
|
+
def publish(name, *args); end
|
276
|
+
def start(name, id, payload); end
|
277
|
+
def subscribed_to?(name); end
|
278
|
+
end
|
279
|
+
module ActiveSupport::PerThreadRegistry
|
280
|
+
def instance; end
|
281
|
+
def method_missing(name, *args, &block); end
|
282
|
+
def self.extended(object); end
|
283
|
+
end
|
284
|
+
class ActiveSupport::Notifications::InstrumentationRegistry
|
285
|
+
def initialize; end
|
286
|
+
def instrumenter_for(notifier); end
|
287
|
+
extend ActiveSupport::PerThreadRegistry
|
288
|
+
end
|
289
|
+
class ActiveSupport::DeprecationException < StandardError
|
290
|
+
end
|
291
|
+
module ActiveSupport::Deprecation::Behavior
|
292
|
+
def arity_coerce(behavior); end
|
293
|
+
def behavior; end
|
294
|
+
def behavior=(behavior); end
|
295
|
+
def debug; end
|
296
|
+
def debug=(arg0); end
|
297
|
+
end
|
298
|
+
module ActiveSupport::Deprecation::Reporting
|
299
|
+
def _extract_callstack(callstack); end
|
300
|
+
def deprecated_method_warning(method_name, message = nil); end
|
301
|
+
def deprecation_caller_message(callstack); end
|
302
|
+
def deprecation_message(callstack, message = nil); end
|
303
|
+
def deprecation_warning(deprecated_method_name, message = nil, caller_backtrace = nil); end
|
304
|
+
def extract_callstack(callstack); end
|
305
|
+
def gem_name; end
|
306
|
+
def gem_name=(arg0); end
|
307
|
+
def ignored_callstack(path); end
|
308
|
+
def silence; end
|
309
|
+
def silenced; end
|
310
|
+
def silenced=(arg0); end
|
311
|
+
def warn(message = nil, callstack = nil); end
|
312
|
+
end
|
313
|
+
module ActiveSupport::Deprecation::DeprecatedConstantAccessor
|
314
|
+
def self.included(base); end
|
315
|
+
end
|
316
|
+
module ActiveSupport::Deprecation::MethodWrapper
|
317
|
+
def deprecate_methods(target_module, *method_names); end
|
318
|
+
end
|
319
|
+
class ActiveSupport::Deprecation::DeprecationProxy
|
320
|
+
def inspect; end
|
321
|
+
def method_missing(called, *args, &block); end
|
322
|
+
def self.new(*args, &block); end
|
323
|
+
end
|
324
|
+
class ActiveSupport::Deprecation::DeprecatedObjectProxy < ActiveSupport::Deprecation::DeprecationProxy
|
325
|
+
def initialize(object, message, deprecator = nil); end
|
326
|
+
def target; end
|
327
|
+
def warn(callstack, called, args); end
|
328
|
+
end
|
329
|
+
class ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy < ActiveSupport::Deprecation::DeprecationProxy
|
330
|
+
def initialize(instance, method, var = nil, deprecator = nil); end
|
331
|
+
def target; end
|
332
|
+
def warn(callstack, called, args); end
|
333
|
+
end
|
334
|
+
class ActiveSupport::Deprecation::DeprecatedConstantProxy < ActiveSupport::Deprecation::DeprecationProxy
|
335
|
+
def class; end
|
336
|
+
def initialize(old_const, new_const, deprecator = nil, message: nil); end
|
337
|
+
def target; end
|
338
|
+
def warn(callstack, called, args); end
|
339
|
+
end
|
340
|
+
module ActiveSupport::Inflector
|
341
|
+
def apply_inflections(word, rules, locale = nil); end
|
342
|
+
def camelize(term, uppercase_first_letter = nil); end
|
343
|
+
def classify(table_name); end
|
344
|
+
def const_regexp(camel_cased_word); end
|
345
|
+
def constantize(camel_cased_word); end
|
346
|
+
def dasherize(underscored_word); end
|
347
|
+
def deconstantize(path); end
|
348
|
+
def demodulize(path); end
|
349
|
+
def foreign_key(class_name, separate_class_name_and_id_with_underscore = nil); end
|
350
|
+
def humanize(lower_case_and_underscored_word, capitalize: nil, keep_id_suffix: nil); end
|
351
|
+
def inflections(locale = nil); end
|
352
|
+
def ordinal(number); end
|
353
|
+
def ordinalize(number); end
|
354
|
+
def parameterize(string, separator: nil, preserve_case: nil); end
|
355
|
+
def pluralize(word, locale = nil); end
|
356
|
+
def safe_constantize(camel_cased_word); end
|
357
|
+
def singularize(word, locale = nil); end
|
358
|
+
def tableize(class_name); end
|
359
|
+
def titleize(word, keep_id_suffix: nil); end
|
360
|
+
def transliterate(string, replacement = nil); end
|
361
|
+
def underscore(camel_cased_word); end
|
362
|
+
def upcase_first(string); end
|
363
|
+
extend ActiveSupport::Inflector
|
364
|
+
extend ActiveSupport::Inflector
|
365
|
+
end
|
366
|
+
class ActiveSupport::Inflector::Inflections
|
367
|
+
def acronym(word); end
|
368
|
+
def acronym_regex(*args, &block); end
|
369
|
+
def acronym_regex_with_deprecation(*args, &block); end
|
370
|
+
def acronym_regex_without_deprecation; end
|
371
|
+
def acronyms; end
|
372
|
+
def acronyms_camelize_regex; end
|
373
|
+
def acronyms_underscore_regex; end
|
374
|
+
def clear(scope = nil); end
|
375
|
+
def define_acronym_regex_patterns; end
|
376
|
+
def human(rule, replacement); end
|
377
|
+
def humans; end
|
378
|
+
def initialize; end
|
379
|
+
def initialize_dup(orig); end
|
380
|
+
def irregular(singular, plural); end
|
381
|
+
def plural(rule, replacement); end
|
382
|
+
def plurals; end
|
383
|
+
def self.instance(locale = nil); end
|
384
|
+
def singular(rule, replacement); end
|
385
|
+
def singulars; end
|
386
|
+
def uncountable(*words); end
|
387
|
+
def uncountables; end
|
388
|
+
end
|
389
|
+
class ActiveSupport::Inflector::Inflections::Uncountables < Array
|
390
|
+
def <<(*word); end
|
391
|
+
def add(words); end
|
392
|
+
def delete(entry); end
|
393
|
+
def initialize; end
|
394
|
+
def to_regex(string); end
|
395
|
+
def uncountable?(str); end
|
396
|
+
end
|
397
|
+
module ActiveSupport::Autoload
|
398
|
+
def autoload(const_name, path = nil); end
|
399
|
+
def autoload_at(path); end
|
400
|
+
def autoload_under(path); end
|
401
|
+
def autoloads; end
|
402
|
+
def eager_autoload; end
|
403
|
+
def eager_load!; end
|
404
|
+
def self.extended(base); end
|
405
|
+
end
|
406
|
+
module ActiveSupport::VERSION
|
407
|
+
end
|
408
|
+
module ActiveSupport::Concern
|
409
|
+
def append_features(base); end
|
410
|
+
def class_methods(&class_methods_module_definition); end
|
411
|
+
def included(base = nil, &block); end
|
412
|
+
def self.extended(base); end
|
413
|
+
end
|
414
|
+
class ActiveSupport::Concern::MultipleIncludedBlocks < StandardError
|
415
|
+
def initialize; end
|
416
|
+
end
|
417
|
+
module LoggerSilence
|
418
|
+
def silence(temporary_level = nil); end
|
419
|
+
extend ActiveSupport::Concern
|
420
|
+
end
|
421
|
+
module ActiveSupport::LoggerThreadSafeLevel
|
422
|
+
def after_initialize; end
|
423
|
+
def level; end
|
424
|
+
def local_level; end
|
425
|
+
def local_level=(level); end
|
426
|
+
def local_log_id; end
|
427
|
+
extend ActiveSupport::Concern
|
428
|
+
end
|
429
|
+
class ActiveSupport::Logger < Logger
|
430
|
+
def add(severity, message = nil, progname = nil, &block); end
|
431
|
+
def debug?; end
|
432
|
+
def error?; end
|
433
|
+
def fatal?; end
|
434
|
+
def info?; end
|
435
|
+
def initialize(*args); end
|
436
|
+
def self.broadcast(logger); end
|
437
|
+
def self.logger_outputs_to?(logger, *sources); end
|
438
|
+
def self.silencer; end
|
439
|
+
def self.silencer=(obj); end
|
440
|
+
def silencer; end
|
441
|
+
def silencer=(obj); end
|
442
|
+
def unknown?; end
|
443
|
+
def warn?; end
|
444
|
+
include ActiveSupport::LoggerThreadSafeLevel
|
445
|
+
include LoggerSilence
|
446
|
+
end
|
447
|
+
class ActiveSupport::Logger::SimpleFormatter < Logger::Formatter
|
448
|
+
def call(severity, timestamp, progname, msg); end
|
449
|
+
end
|
450
|
+
module DateAndTime
|
451
|
+
end
|
452
|
+
module DateAndTime::Compatibility
|
453
|
+
def preserve_timezone; end
|
454
|
+
def self.preserve_timezone; end
|
455
|
+
def self.preserve_timezone=(obj); end
|
456
|
+
end
|
457
|
+
class Object < BasicObject
|
458
|
+
def `(command); end
|
459
|
+
def acts_like?(duck); end
|
460
|
+
def as_json(options = nil); end
|
461
|
+
def blank?; end
|
462
|
+
def deep_dup; end
|
463
|
+
def duplicable?; end
|
464
|
+
def html_safe?; end
|
465
|
+
def in?(another_object); end
|
466
|
+
def instance_values; end
|
467
|
+
def instance_variable_names; end
|
468
|
+
def presence; end
|
469
|
+
def presence_in(another_object); end
|
470
|
+
def present?; end
|
471
|
+
def to_param; end
|
472
|
+
def to_query(key); end
|
473
|
+
def with_options(options, &block); end
|
474
|
+
include ActiveSupport::Dependencies::Loadable
|
475
|
+
include ActiveSupport::Tryable
|
476
|
+
end
|
477
|
+
class NilClass
|
478
|
+
def as_json(options = nil); end
|
479
|
+
def blank?; end
|
480
|
+
def to_param; end
|
481
|
+
def try!(*args); end
|
482
|
+
def try(*args); end
|
483
|
+
end
|
484
|
+
class FalseClass
|
485
|
+
def as_json(options = nil); end
|
486
|
+
def blank?; end
|
487
|
+
def to_param; end
|
488
|
+
end
|
489
|
+
class TrueClass
|
490
|
+
def as_json(options = nil); end
|
491
|
+
def blank?; end
|
492
|
+
def to_param; end
|
493
|
+
end
|
494
|
+
class String
|
495
|
+
def acts_like_string?; end
|
496
|
+
def as_json(options = nil); end
|
497
|
+
def at(position); end
|
498
|
+
def blank?; end
|
499
|
+
def camelcase(first_letter = nil); end
|
500
|
+
def camelize(first_letter = nil); end
|
501
|
+
def classify; end
|
502
|
+
def constantize; end
|
503
|
+
def dasherize; end
|
504
|
+
def deconstantize; end
|
505
|
+
def demodulize; end
|
506
|
+
def ends_with?(*arg0); end
|
507
|
+
def exclude?(string); end
|
508
|
+
def first(limit = nil); end
|
509
|
+
def foreign_key(separate_class_name_and_id_with_underscore = nil); end
|
510
|
+
def from(position); end
|
511
|
+
def html_safe; end
|
512
|
+
def humanize(capitalize: nil, keep_id_suffix: nil); end
|
513
|
+
def in_time_zone(zone = nil); end
|
514
|
+
def indent!(amount, indent_string = nil, indent_empty_lines = nil); end
|
515
|
+
def indent(amount, indent_string = nil, indent_empty_lines = nil); end
|
516
|
+
def inquiry; end
|
517
|
+
def is_utf8?; end
|
518
|
+
def last(limit = nil); end
|
519
|
+
def mb_chars; end
|
520
|
+
def parameterize(separator: nil, preserve_case: nil); end
|
521
|
+
def pluralize(count = nil, locale = nil); end
|
522
|
+
def remove!(*patterns); end
|
523
|
+
def remove(*patterns); end
|
524
|
+
def safe_constantize; end
|
525
|
+
def singularize(locale = nil); end
|
526
|
+
def squish!; end
|
527
|
+
def squish; end
|
528
|
+
def starts_with?(*arg0); end
|
529
|
+
def strip_heredoc; end
|
530
|
+
def tableize; end
|
531
|
+
def titlecase(keep_id_suffix: nil); end
|
532
|
+
def titleize(keep_id_suffix: nil); end
|
533
|
+
def to(position); end
|
534
|
+
def to_date; end
|
535
|
+
def to_datetime; end
|
536
|
+
def to_time(form = nil); end
|
537
|
+
def truncate(truncate_at, options = nil); end
|
538
|
+
def truncate_words(words_count, options = nil); end
|
539
|
+
def underscore; end
|
540
|
+
def upcase_first; end
|
541
|
+
end
|
542
|
+
class Numeric
|
543
|
+
def as_json(options = nil); end
|
544
|
+
def blank?; end
|
545
|
+
def byte; end
|
546
|
+
def bytes; end
|
547
|
+
def day; end
|
548
|
+
def days; end
|
549
|
+
def exabyte; end
|
550
|
+
def exabytes; end
|
551
|
+
def fortnight; end
|
552
|
+
def fortnights; end
|
553
|
+
def gigabyte; end
|
554
|
+
def gigabytes; end
|
555
|
+
def hour; end
|
556
|
+
def hours; end
|
557
|
+
def html_safe?; end
|
558
|
+
def in_milliseconds; end
|
559
|
+
def kilobyte; end
|
560
|
+
def kilobytes; end
|
561
|
+
def megabyte; end
|
562
|
+
def megabytes; end
|
563
|
+
def minute; end
|
564
|
+
def minutes; end
|
565
|
+
def petabyte; end
|
566
|
+
def petabytes; end
|
567
|
+
def second; end
|
568
|
+
def seconds; end
|
569
|
+
def terabyte; end
|
570
|
+
def terabytes; end
|
571
|
+
def week; end
|
572
|
+
def weeks; end
|
573
|
+
end
|
574
|
+
class Time
|
575
|
+
def acts_like_time?; end
|
576
|
+
def advance(options); end
|
577
|
+
def ago(seconds); end
|
578
|
+
def as_json(options = nil); end
|
579
|
+
def at_beginning_of_day; end
|
580
|
+
def at_beginning_of_hour; end
|
581
|
+
def at_beginning_of_minute; end
|
582
|
+
def at_end_of_day; end
|
583
|
+
def at_end_of_hour; end
|
584
|
+
def at_end_of_minute; end
|
585
|
+
def at_midday; end
|
586
|
+
def at_middle_of_day; end
|
587
|
+
def at_midnight; end
|
588
|
+
def at_noon; end
|
589
|
+
def beginning_of_day; end
|
590
|
+
def beginning_of_hour; end
|
591
|
+
def beginning_of_minute; end
|
592
|
+
def blank?; end
|
593
|
+
def change(options); end
|
594
|
+
def compare_with_coercion(other); end
|
595
|
+
def compare_without_coercion(arg0); end
|
596
|
+
def end_of_day; end
|
597
|
+
def end_of_hour; end
|
598
|
+
def end_of_minute; end
|
599
|
+
def eql_with_coercion(other); end
|
600
|
+
def eql_without_coercion(arg0); end
|
601
|
+
def formatted_offset(colon = nil, alternate_utc_string = nil); end
|
602
|
+
def in(seconds); end
|
603
|
+
def midday; end
|
604
|
+
def middle_of_day; end
|
605
|
+
def midnight; end
|
606
|
+
def minus_with_coercion(other); end
|
607
|
+
def minus_with_duration(other); end
|
608
|
+
def minus_without_coercion(other); end
|
609
|
+
def minus_without_duration(arg0); end
|
610
|
+
def noon; end
|
611
|
+
def plus_with_duration(other); end
|
612
|
+
def plus_without_duration(arg0); end
|
613
|
+
def rfc3339(fraction_digits = nil); end
|
614
|
+
def sec_fraction; end
|
615
|
+
def seconds_since_midnight; end
|
616
|
+
def seconds_until_end_of_day; end
|
617
|
+
def self.===(other); end
|
618
|
+
def self.at_with_coercion(*args); end
|
619
|
+
def self.at_without_coercion(*arg0); end
|
620
|
+
def self.current; end
|
621
|
+
def self.days_in_month(month, year = nil); end
|
622
|
+
def self.days_in_year(year = nil); end
|
623
|
+
def self.find_zone!(time_zone); end
|
624
|
+
def self.find_zone(time_zone); end
|
625
|
+
def self.rfc3339(str); end
|
626
|
+
def self.use_zone(time_zone); end
|
627
|
+
def self.zone; end
|
628
|
+
def self.zone=(time_zone); end
|
629
|
+
def self.zone_default; end
|
630
|
+
def self.zone_default=(arg0); end
|
631
|
+
def since(seconds); end
|
632
|
+
def to_default_s; end
|
633
|
+
def to_formatted_s(format = nil); end
|
634
|
+
include DateAndTime::Calculations
|
635
|
+
include DateAndTime::Compatibility
|
636
|
+
include DateAndTime::Zones
|
637
|
+
end
|
638
|
+
class Class < Module
|
639
|
+
def class_attribute(*attrs); end
|
640
|
+
def descendants; end
|
641
|
+
def subclasses; end
|
642
|
+
end
|
643
|
+
class ActiveSupport::KeyGenerator
|
644
|
+
def generate_key(salt, key_size = nil); end
|
645
|
+
def initialize(secret, options = nil); end
|
646
|
+
end
|
647
|
+
class ActiveSupport::CachingKeyGenerator
|
648
|
+
def generate_key(*args); end
|
649
|
+
def initialize(key_generator); end
|
650
|
+
end
|
651
|
+
class ActiveSupport::LegacyKeyGenerator
|
652
|
+
def ensure_secret_secure(secret); end
|
653
|
+
def generate_key(salt); end
|
654
|
+
def initialize(secret); end
|
655
|
+
end
|
656
|
+
module ActiveSupport::SecurityUtils
|
657
|
+
def fixed_length_secure_compare(a, b); end
|
658
|
+
def secure_compare(a, b); end
|
659
|
+
def self.fixed_length_secure_compare(a, b); end
|
660
|
+
def self.secure_compare(a, b); end
|
661
|
+
end
|
662
|
+
module ActiveSupport::Messages
|
663
|
+
end
|
664
|
+
class ActiveSupport::Messages::Metadata
|
665
|
+
def as_json(options = nil); end
|
666
|
+
def fresh?; end
|
667
|
+
def initialize(message, expires_at = nil, purpose = nil); end
|
668
|
+
def match?(purpose); end
|
669
|
+
def self.decode(message); end
|
670
|
+
def self.encode(message); end
|
671
|
+
def self.extract_metadata(message); end
|
672
|
+
def self.pick_expiry(expires_at, expires_in); end
|
673
|
+
def self.verify(message, purpose); end
|
674
|
+
def self.wrap(message, expires_at: nil, expires_in: nil, purpose: nil); end
|
675
|
+
def verify(purpose); end
|
676
|
+
end
|
677
|
+
module ActiveSupport::Messages::Rotator
|
678
|
+
def initialize(*arg0, **options); end
|
679
|
+
def rotate(*secrets, **options); end
|
680
|
+
def run_rotations(on_rotation); end
|
681
|
+
end
|
682
|
+
module ActiveSupport::Messages::Rotator::Encryptor
|
683
|
+
def build_rotation(secret = nil, sign_secret = nil, options); end
|
684
|
+
def decrypt_and_verify(*args, on_rotation: nil, **options); end
|
685
|
+
include ActiveSupport::Messages::Rotator
|
686
|
+
end
|
687
|
+
module ActiveSupport::Messages::Rotator::Verifier
|
688
|
+
def build_rotation(secret = nil, options); end
|
689
|
+
def verified(*args, on_rotation: nil, **options); end
|
690
|
+
include ActiveSupport::Messages::Rotator
|
691
|
+
end
|
692
|
+
class ActiveSupport::MessageVerifier
|
693
|
+
def decode(data); end
|
694
|
+
def encode(data); end
|
695
|
+
def generate(value, expires_at: nil, expires_in: nil, purpose: nil); end
|
696
|
+
def generate_digest(data); end
|
697
|
+
def initialize(*arg0, **options); end
|
698
|
+
def valid_message?(signed_message); end
|
699
|
+
def verified(*args, on_rotation: nil, **options); end
|
700
|
+
def verify(*args); end
|
701
|
+
end
|
702
|
+
class ActiveSupport::MessageVerifier::InvalidSignature < StandardError
|
703
|
+
end
|
704
|
+
class ActiveSupport::MessageEncryptor
|
705
|
+
def _decrypt(encrypted_message, purpose); end
|
706
|
+
def _encrypt(value, **metadata_options); end
|
707
|
+
def aead_mode?; end
|
708
|
+
def decrypt_and_verify(*args, on_rotation: nil, **options); end
|
709
|
+
def encrypt_and_sign(value, expires_at: nil, expires_in: nil, purpose: nil); end
|
710
|
+
def initialize(*arg0, **options); end
|
711
|
+
def new_cipher; end
|
712
|
+
def resolve_verifier; end
|
713
|
+
def self.default_cipher; end
|
714
|
+
def self.key_len(cipher = nil); end
|
715
|
+
def self.use_authenticated_message_encryption; end
|
716
|
+
def self.use_authenticated_message_encryption=(obj); end
|
717
|
+
def verifier; end
|
718
|
+
end
|
719
|
+
module ActiveSupport::MessageEncryptor::NullSerializer
|
720
|
+
def self.dump(value); end
|
721
|
+
def self.load(value); end
|
722
|
+
end
|
723
|
+
module ActiveSupport::MessageEncryptor::NullVerifier
|
724
|
+
def self.generate(value); end
|
725
|
+
def self.verify(value); end
|
726
|
+
end
|
727
|
+
class ActiveSupport::MessageEncryptor::InvalidMessage < StandardError
|
728
|
+
end
|
729
|
+
class ActiveSupport::EncryptedFile
|
730
|
+
def change(&block); end
|
731
|
+
def content_path; end
|
732
|
+
def decrypt(contents); end
|
733
|
+
def encrypt(contents); end
|
734
|
+
def encryptor; end
|
735
|
+
def env_key; end
|
736
|
+
def handle_missing_key; end
|
737
|
+
def initialize(content_path:, key_path:, env_key:, raise_if_missing_key:); end
|
738
|
+
def key; end
|
739
|
+
def key_path; end
|
740
|
+
def raise_if_missing_key; end
|
741
|
+
def read; end
|
742
|
+
def read_env_key; end
|
743
|
+
def read_key_file; end
|
744
|
+
def self.generate_key; end
|
745
|
+
def write(contents); end
|
746
|
+
def writing(contents); end
|
747
|
+
end
|
748
|
+
class ActiveSupport::EncryptedFile::MissingContentError < RuntimeError
|
749
|
+
def initialize(content_path); end
|
750
|
+
end
|
751
|
+
class ActiveSupport::EncryptedFile::MissingKeyError < RuntimeError
|
752
|
+
def initialize(key_path:, env_key:); end
|
753
|
+
end
|
754
|
+
class ActiveSupport::OrderedOptions < Hash
|
755
|
+
def [](key); end
|
756
|
+
def []=(key, value); end
|
757
|
+
def _get(arg0); end
|
758
|
+
def method_missing(name, *args); end
|
759
|
+
def respond_to_missing?(name, include_private); end
|
760
|
+
end
|
761
|
+
class ActiveSupport::InheritableOptions < ActiveSupport::OrderedOptions
|
762
|
+
def inheritable_copy; end
|
763
|
+
def initialize(parent = nil); end
|
764
|
+
end
|
765
|
+
class ActiveSupport::EncryptedConfiguration < ActiveSupport::EncryptedFile
|
766
|
+
def [](*args, &block); end
|
767
|
+
def config; end
|
768
|
+
def deserialize(config); end
|
769
|
+
def fetch(*args, &block); end
|
770
|
+
def initialize(config_path:, key_path:, env_key:, raise_if_missing_key:); end
|
771
|
+
def method_missing(method, *args, &block); end
|
772
|
+
def options; end
|
773
|
+
def read; end
|
774
|
+
def respond_to_missing?(name, include_private = nil); end
|
775
|
+
def serialize(config); end
|
776
|
+
def write(contents); end
|
777
|
+
end
|
778
|
+
module ActiveSupport::Multibyte
|
779
|
+
def self.proxy_class; end
|
780
|
+
def self.proxy_class=(klass); end
|
781
|
+
end
|
782
|
+
class DateTime < Date
|
783
|
+
def <=>(other); end
|
784
|
+
def acts_like_date?; end
|
785
|
+
def acts_like_time?; end
|
786
|
+
def advance(options); end
|
787
|
+
def ago(seconds); end
|
788
|
+
def as_json(options = nil); end
|
789
|
+
def at_beginning_of_day; end
|
790
|
+
def at_beginning_of_hour; end
|
791
|
+
def at_beginning_of_minute; end
|
792
|
+
def at_end_of_day; end
|
793
|
+
def at_end_of_hour; end
|
794
|
+
def at_end_of_minute; end
|
795
|
+
def at_midday; end
|
796
|
+
def at_middle_of_day; end
|
797
|
+
def at_midnight; end
|
798
|
+
def at_noon; end
|
799
|
+
def beginning_of_day; end
|
800
|
+
def beginning_of_hour; end
|
801
|
+
def beginning_of_minute; end
|
802
|
+
def blank?; end
|
803
|
+
def change(options); end
|
804
|
+
def default_inspect; end
|
805
|
+
def end_of_day; end
|
806
|
+
def end_of_hour; end
|
807
|
+
def end_of_minute; end
|
808
|
+
def formatted_offset(colon = nil, alternate_utc_string = nil); end
|
809
|
+
def getgm; end
|
810
|
+
def getlocal(utc_offset = nil); end
|
811
|
+
def getutc; end
|
812
|
+
def gmtime; end
|
813
|
+
def in(seconds); end
|
814
|
+
def inspect; end
|
815
|
+
def localtime(utc_offset = nil); end
|
816
|
+
def midday; end
|
817
|
+
def middle_of_day; end
|
818
|
+
def midnight; end
|
819
|
+
def noon; end
|
820
|
+
def nsec; end
|
821
|
+
def offset_in_seconds; end
|
822
|
+
def readable_inspect; end
|
823
|
+
def seconds_since_midnight; end
|
824
|
+
def seconds_since_unix_epoch; end
|
825
|
+
def seconds_until_end_of_day; end
|
826
|
+
def self.civil_from_format(utc_or_local, year, month = nil, day = nil, hour = nil, min = nil, sec = nil); end
|
827
|
+
def self.current; end
|
828
|
+
def since(seconds); end
|
829
|
+
def subsec; end
|
830
|
+
def to_default_s; end
|
831
|
+
def to_f; end
|
832
|
+
def to_formatted_s(format = nil); end
|
833
|
+
def to_i; end
|
834
|
+
def usec; end
|
835
|
+
def utc; end
|
836
|
+
def utc?; end
|
837
|
+
def utc_offset; end
|
838
|
+
include DateAndTime::Compatibility
|
839
|
+
end
|
840
|
+
module ActiveSupport::XmlMini_REXML
|
841
|
+
def collapse(element, depth); end
|
842
|
+
def empty_content?(element); end
|
843
|
+
def get_attributes(element); end
|
844
|
+
def merge!(hash, key, value); end
|
845
|
+
def merge_element!(hash, element, depth); end
|
846
|
+
def merge_texts!(hash, element); end
|
847
|
+
def parse(data); end
|
848
|
+
extend ActiveSupport::XmlMini_REXML
|
849
|
+
end
|
850
|
+
module ActiveSupport::XmlMini
|
851
|
+
def _dasherize(key); end
|
852
|
+
def _parse_binary(bin, entity); end
|
853
|
+
def _parse_file(file, entity); end
|
854
|
+
def backend; end
|
855
|
+
def backend=(name); end
|
856
|
+
def cast_backend_name_to_module(name); end
|
857
|
+
def current_thread_backend; end
|
858
|
+
def current_thread_backend=(name); end
|
859
|
+
def depth; end
|
860
|
+
def depth=(arg0); end
|
861
|
+
def parse(*args, &block); end
|
862
|
+
def rename_key(key, options = nil); end
|
863
|
+
def to_tag(key, value, options); end
|
864
|
+
def with_backend(name); end
|
865
|
+
extend ActiveSupport::XmlMini
|
866
|
+
end
|
867
|
+
module ActiveSupport::XmlMini::FileLike
|
868
|
+
def content_type; end
|
869
|
+
def content_type=(arg0); end
|
870
|
+
def original_filename; end
|
871
|
+
def original_filename=(arg0); end
|
872
|
+
end
|
873
|
+
class ActiveSupport::Duration
|
874
|
+
def %(other); end
|
875
|
+
def *(other); end
|
876
|
+
def +(other); end
|
877
|
+
def -(other); end
|
878
|
+
def -@; end
|
879
|
+
def /(other); end
|
880
|
+
def <=>(other); end
|
881
|
+
def ==(other); end
|
882
|
+
def after(time = nil); end
|
883
|
+
def ago(time = nil); end
|
884
|
+
def as_json(options = nil); end
|
885
|
+
def before(time = nil); end
|
886
|
+
def coerce(other); end
|
887
|
+
def encode_with(coder); end
|
888
|
+
def eql?(other); end
|
889
|
+
def from_now(time = nil); end
|
890
|
+
def hash; end
|
891
|
+
def init_with(coder); end
|
892
|
+
def initialize(value, parts); end
|
893
|
+
def inspect; end
|
894
|
+
def instance_of?(klass); end
|
895
|
+
def is_a?(klass); end
|
896
|
+
def iso8601(precision: nil); end
|
897
|
+
def kind_of?(klass); end
|
898
|
+
def method_missing(method, *args, &block); end
|
899
|
+
def parts; end
|
900
|
+
def parts=(arg0); end
|
901
|
+
def raise_type_error(other); end
|
902
|
+
def respond_to_missing?(method, _); end
|
903
|
+
def self.===(other); end
|
904
|
+
def self.build(value); end
|
905
|
+
def self.calculate_total_seconds(parts); end
|
906
|
+
def self.days(value); end
|
907
|
+
def self.hours(value); end
|
908
|
+
def self.minutes(value); end
|
909
|
+
def self.months(value); end
|
910
|
+
def self.parse(iso8601duration); end
|
911
|
+
def self.seconds(value); end
|
912
|
+
def self.weeks(value); end
|
913
|
+
def self.years(value); end
|
914
|
+
def since(time = nil); end
|
915
|
+
def sum(sign, time = nil); end
|
916
|
+
def to_i; end
|
917
|
+
def to_s; end
|
918
|
+
def until(time = nil); end
|
919
|
+
def value; end
|
920
|
+
def value=(arg0); end
|
921
|
+
end
|
922
|
+
class ActiveSupport::Duration::Scalar < Numeric
|
923
|
+
def %(other); end
|
924
|
+
def *(other); end
|
925
|
+
def +(other); end
|
926
|
+
def -(other); end
|
927
|
+
def -@; end
|
928
|
+
def /(other); end
|
929
|
+
def <=>(other); end
|
930
|
+
def calculate(op, other); end
|
931
|
+
def coerce(other); end
|
932
|
+
def initialize(value); end
|
933
|
+
def raise_type_error(other); end
|
934
|
+
def to_f(*args, &block); end
|
935
|
+
def to_i(*args, &block); end
|
936
|
+
def to_s(*args, &block); end
|
937
|
+
def value; end
|
938
|
+
end
|
939
|
+
class ActiveSupport::TimeZone
|
940
|
+
def <=>(zone); end
|
941
|
+
def =~(re); end
|
942
|
+
def at(secs); end
|
943
|
+
def encode_with(coder); end
|
944
|
+
def formatted_offset(colon = nil, alternate_utc_string = nil); end
|
945
|
+
def init_with(coder); end
|
946
|
+
def initialize(name, utc_offset = nil, tzinfo = nil); end
|
947
|
+
def iso8601(str); end
|
948
|
+
def local(*args); end
|
949
|
+
def local_to_utc(time, dst = nil); end
|
950
|
+
def name; end
|
951
|
+
def now; end
|
952
|
+
def parse(str, now = nil); end
|
953
|
+
def parts_to_time(parts, now); end
|
954
|
+
def period_for_local(time, dst = nil); end
|
955
|
+
def period_for_utc(time); end
|
956
|
+
def periods_for_local(time); end
|
957
|
+
def rfc3339(str); end
|
958
|
+
def self.[](arg); end
|
959
|
+
def self.all; end
|
960
|
+
def self.clear; end
|
961
|
+
def self.country_zones(country_code); end
|
962
|
+
def self.create(*arg0); end
|
963
|
+
def self.find_tzinfo(name); end
|
964
|
+
def self.load_country_zones(code); end
|
965
|
+
def self.new(name); end
|
966
|
+
def self.seconds_to_utc_offset(seconds, colon = nil); end
|
967
|
+
def self.us_zones; end
|
968
|
+
def self.zones_map; end
|
969
|
+
def strptime(str, format, now = nil); end
|
970
|
+
def time_now; end
|
971
|
+
def to_s; end
|
972
|
+
def today; end
|
973
|
+
def tomorrow; end
|
974
|
+
def tzinfo; end
|
975
|
+
def utc_offset; end
|
976
|
+
def utc_to_local(time); end
|
977
|
+
def yesterday; end
|
978
|
+
include Comparable
|
979
|
+
end
|
980
|
+
class ActiveSupport::TimeWithZone
|
981
|
+
def +(other); end
|
982
|
+
def -(other); end
|
983
|
+
def <=>(other); end
|
984
|
+
def acts_like_time?; end
|
985
|
+
def advance(options); end
|
986
|
+
def ago(other); end
|
987
|
+
def as_json(options = nil); end
|
988
|
+
def between?(min, max); end
|
989
|
+
def blank?; end
|
990
|
+
def change(options); end
|
991
|
+
def comparable_time; end
|
992
|
+
def day; end
|
993
|
+
def dst?; end
|
994
|
+
def duration_of_variable_length?(obj); end
|
995
|
+
def encode_with(coder); end
|
996
|
+
def eql?(other); end
|
997
|
+
def formatted_offset(colon = nil, alternate_utc_string = nil); end
|
998
|
+
def freeze; end
|
999
|
+
def future?; end
|
1000
|
+
def get_period_and_ensure_valid_local_time(period); end
|
1001
|
+
def getgm; end
|
1002
|
+
def getlocal(utc_offset = nil); end
|
1003
|
+
def getutc; end
|
1004
|
+
def gmt?; end
|
1005
|
+
def gmt_offset; end
|
1006
|
+
def gmtime; end
|
1007
|
+
def gmtoff; end
|
1008
|
+
def hash; end
|
1009
|
+
def hour; end
|
1010
|
+
def httpdate; end
|
1011
|
+
def in(other); end
|
1012
|
+
def in_time_zone(new_zone = nil); end
|
1013
|
+
def init_with(coder); end
|
1014
|
+
def initialize(utc_time, time_zone, local_time = nil, period = nil); end
|
1015
|
+
def inspect; end
|
1016
|
+
def is_a?(klass); end
|
1017
|
+
def isdst; end
|
1018
|
+
def iso8601(fraction_digits = nil); end
|
1019
|
+
def kind_of?(klass); end
|
1020
|
+
def localtime(utc_offset = nil); end
|
1021
|
+
def marshal_dump; end
|
1022
|
+
def marshal_load(variables); end
|
1023
|
+
def mday; end
|
1024
|
+
def method_missing(sym, *args, &block); end
|
1025
|
+
def min; end
|
1026
|
+
def mon; end
|
1027
|
+
def month; end
|
1028
|
+
def nsec; end
|
1029
|
+
def past?; end
|
1030
|
+
def period; end
|
1031
|
+
def respond_to?(sym, include_priv = nil); end
|
1032
|
+
def respond_to_missing?(sym, include_priv); end
|
1033
|
+
def rfc2822; end
|
1034
|
+
def rfc3339(fraction_digits = nil); end
|
1035
|
+
def rfc822; end
|
1036
|
+
def sec; end
|
1037
|
+
def self.name; end
|
1038
|
+
def since(other); end
|
1039
|
+
def strftime(format); end
|
1040
|
+
def time; end
|
1041
|
+
def time_zone; end
|
1042
|
+
def to_a; end
|
1043
|
+
def to_date; end
|
1044
|
+
def to_datetime; end
|
1045
|
+
def to_f; end
|
1046
|
+
def to_formatted_s(format = nil); end
|
1047
|
+
def to_i; end
|
1048
|
+
def to_r; end
|
1049
|
+
def to_s(format = nil); end
|
1050
|
+
def to_time; end
|
1051
|
+
def today?; end
|
1052
|
+
def transfer_time_values_to_utc_constructor(time); end
|
1053
|
+
def tv_sec; end
|
1054
|
+
def usec; end
|
1055
|
+
def utc; end
|
1056
|
+
def utc?; end
|
1057
|
+
def utc_offset; end
|
1058
|
+
def wday; end
|
1059
|
+
def wrap_with_time_zone(time); end
|
1060
|
+
def xmlschema(fraction_digits = nil); end
|
1061
|
+
def yday; end
|
1062
|
+
def year; end
|
1063
|
+
def zone; end
|
1064
|
+
include Comparable
|
1065
|
+
end
|
1066
|
+
module DateAndTime::Zones
|
1067
|
+
def in_time_zone(zone = nil); end
|
1068
|
+
def time_with_zone(time, zone); end
|
1069
|
+
end
|
1070
|
+
module ActiveSupport::Tryable
|
1071
|
+
def try!(*a, &b); end
|
1072
|
+
def try(*a, &b); end
|
1073
|
+
end
|
1074
|
+
class Delegator < BasicObject
|
1075
|
+
include ActiveSupport::Tryable
|
1076
|
+
end
|
1077
|
+
module DateAndTime::Calculations
|
1078
|
+
def all_day; end
|
1079
|
+
def all_month; end
|
1080
|
+
def all_quarter; end
|
1081
|
+
def all_week(start_day = nil); end
|
1082
|
+
def all_year; end
|
1083
|
+
def at_beginning_of_month; end
|
1084
|
+
def at_beginning_of_quarter; end
|
1085
|
+
def at_beginning_of_week(start_day = nil); end
|
1086
|
+
def at_beginning_of_year; end
|
1087
|
+
def at_end_of_month; end
|
1088
|
+
def at_end_of_quarter; end
|
1089
|
+
def at_end_of_week(start_day = nil); end
|
1090
|
+
def at_end_of_year; end
|
1091
|
+
def beginning_of_month; end
|
1092
|
+
def beginning_of_quarter; end
|
1093
|
+
def beginning_of_week(start_day = nil); end
|
1094
|
+
def beginning_of_year; end
|
1095
|
+
def copy_time_to(other); end
|
1096
|
+
def days_ago(days); end
|
1097
|
+
def days_since(days); end
|
1098
|
+
def days_span(day); end
|
1099
|
+
def days_to_week_start(start_day = nil); end
|
1100
|
+
def end_of_month; end
|
1101
|
+
def end_of_quarter; end
|
1102
|
+
def end_of_week(start_day = nil); end
|
1103
|
+
def end_of_year; end
|
1104
|
+
def first_hour(date_or_time); end
|
1105
|
+
def future?; end
|
1106
|
+
def last_hour(date_or_time); end
|
1107
|
+
def last_month; end
|
1108
|
+
def last_quarter; end
|
1109
|
+
def last_week(start_day = nil, same_time: nil); end
|
1110
|
+
def last_weekday; end
|
1111
|
+
def last_year; end
|
1112
|
+
def monday; end
|
1113
|
+
def months_ago(months); end
|
1114
|
+
def months_since(months); end
|
1115
|
+
def next_day(days = nil); end
|
1116
|
+
def next_month(months = nil); end
|
1117
|
+
def next_occurring(day_of_week); end
|
1118
|
+
def next_quarter; end
|
1119
|
+
def next_week(given_day_in_next_week = nil, same_time: nil); end
|
1120
|
+
def next_weekday; end
|
1121
|
+
def next_year(years = nil); end
|
1122
|
+
def on_weekday?; end
|
1123
|
+
def on_weekend?; end
|
1124
|
+
def past?; end
|
1125
|
+
def prev_day(days = nil); end
|
1126
|
+
def prev_month(months = nil); end
|
1127
|
+
def prev_occurring(day_of_week); end
|
1128
|
+
def prev_quarter; end
|
1129
|
+
def prev_week(start_day = nil, same_time: nil); end
|
1130
|
+
def prev_weekday; end
|
1131
|
+
def prev_year(years = nil); end
|
1132
|
+
def sunday; end
|
1133
|
+
def today?; end
|
1134
|
+
def tomorrow; end
|
1135
|
+
def weeks_ago(weeks); end
|
1136
|
+
def weeks_since(weeks); end
|
1137
|
+
def years_ago(years); end
|
1138
|
+
def years_since(years); end
|
1139
|
+
def yesterday; end
|
1140
|
+
end
|
1141
|
+
class Date
|
1142
|
+
def acts_like_date?; end
|
1143
|
+
def advance(options); end
|
1144
|
+
def ago(seconds); end
|
1145
|
+
def as_json(options = nil); end
|
1146
|
+
def at_beginning_of_day; end
|
1147
|
+
def at_end_of_day; end
|
1148
|
+
def at_midday; end
|
1149
|
+
def at_middle_of_day; end
|
1150
|
+
def at_midnight; end
|
1151
|
+
def at_noon; end
|
1152
|
+
def beginning_of_day; end
|
1153
|
+
def blank?; end
|
1154
|
+
def change(options); end
|
1155
|
+
def compare_with_coercion(other); end
|
1156
|
+
def compare_without_coercion(arg0); end
|
1157
|
+
def default_inspect; end
|
1158
|
+
def end_of_day; end
|
1159
|
+
def in(seconds); end
|
1160
|
+
def midday; end
|
1161
|
+
def middle_of_day; end
|
1162
|
+
def midnight; end
|
1163
|
+
def minus_with_duration(other); end
|
1164
|
+
def minus_without_duration(arg0); end
|
1165
|
+
def noon; end
|
1166
|
+
def plus_with_duration(other); end
|
1167
|
+
def plus_without_duration(arg0); end
|
1168
|
+
def readable_inspect; end
|
1169
|
+
def self.beginning_of_week; end
|
1170
|
+
def self.beginning_of_week=(week_start); end
|
1171
|
+
def self.beginning_of_week_default; end
|
1172
|
+
def self.beginning_of_week_default=(arg0); end
|
1173
|
+
def self.current; end
|
1174
|
+
def self.find_beginning_of_week!(week_start); end
|
1175
|
+
def self.tomorrow; end
|
1176
|
+
def self.yesterday; end
|
1177
|
+
def since(seconds); end
|
1178
|
+
def to_default_s; end
|
1179
|
+
def to_formatted_s(format = nil); end
|
1180
|
+
include DateAndTime::Calculations
|
1181
|
+
include DateAndTime::Zones
|
1182
|
+
end
|
1183
|
+
class ActiveSupport::FileUpdateChecker
|
1184
|
+
def compile_ext(array); end
|
1185
|
+
def compile_glob(hash); end
|
1186
|
+
def escape(key); end
|
1187
|
+
def execute; end
|
1188
|
+
def execute_if_updated; end
|
1189
|
+
def initialize(files, dirs = nil, &block); end
|
1190
|
+
def max_mtime(paths); end
|
1191
|
+
def updated?; end
|
1192
|
+
def updated_at(paths); end
|
1193
|
+
def watched; end
|
1194
|
+
end
|
1195
|
+
class Symbol
|
1196
|
+
def as_json(options = nil); end
|
1197
|
+
end
|
1198
|
+
class BigDecimal < Numeric
|
1199
|
+
def as_json(options = nil); end
|
1200
|
+
def duplicable?; end
|
1201
|
+
end
|
1202
|
+
class Method
|
1203
|
+
def duplicable?; end
|
1204
|
+
end
|
1205
|
+
class Complex < Numeric
|
1206
|
+
end
|
1207
|
+
class Rational < Numeric
|
1208
|
+
end
|
1209
|
+
class Integer < Numeric
|
1210
|
+
def month; end
|
1211
|
+
def months; end
|
1212
|
+
def multiple_of?(number); end
|
1213
|
+
def ordinal; end
|
1214
|
+
def ordinalize; end
|
1215
|
+
def year; end
|
1216
|
+
def years; end
|
1217
|
+
end
|
1218
|
+
class ActiveSupport::XMLConverter
|
1219
|
+
def become_array?(value); end
|
1220
|
+
def become_content?(value); end
|
1221
|
+
def become_empty_string?(value); end
|
1222
|
+
def become_hash?(value); end
|
1223
|
+
def deep_to_h(value); end
|
1224
|
+
def garbage?(value); end
|
1225
|
+
def initialize(xml, disallowed_types = nil); end
|
1226
|
+
def normalize_keys(params); end
|
1227
|
+
def nothing?(value); end
|
1228
|
+
def process_array(value); end
|
1229
|
+
def process_content(value); end
|
1230
|
+
def process_hash(value); end
|
1231
|
+
def to_h; end
|
1232
|
+
end
|
1233
|
+
class ActiveSupport::XMLConverter::DisallowedType < StandardError
|
1234
|
+
def initialize(type); end
|
1235
|
+
end
|
1236
|
+
module ActiveSupport::BigDecimalWithDefaultFormat
|
1237
|
+
def to_s(format = nil); end
|
1238
|
+
end
|
1239
|
+
module ActiveSupport::ToJsonWithActiveSupportEncoder
|
1240
|
+
def to_json(options = nil); end
|
1241
|
+
end
|
1242
|
+
class Struct
|
1243
|
+
def as_json(options = nil); end
|
1244
|
+
end
|
1245
|
+
class Float < Numeric
|
1246
|
+
def as_json(options = nil); end
|
1247
|
+
end
|
1248
|
+
module Enumerable
|
1249
|
+
def _original_sum_with_required_identity(*arg0); end
|
1250
|
+
def as_json(options = nil); end
|
1251
|
+
def exclude?(object); end
|
1252
|
+
def index_by; end
|
1253
|
+
def many?; end
|
1254
|
+
def pluck(*keys); end
|
1255
|
+
def without(*elements); end
|
1256
|
+
end
|
1257
|
+
class IO
|
1258
|
+
def as_json(options = nil); end
|
1259
|
+
end
|
1260
|
+
class Range
|
1261
|
+
def as_json(options = nil); end
|
1262
|
+
def overlaps?(other); end
|
1263
|
+
def sum(identity = nil); end
|
1264
|
+
end
|
1265
|
+
class URI::Generic
|
1266
|
+
def as_json(options = nil); end
|
1267
|
+
end
|
1268
|
+
class Pathname
|
1269
|
+
def as_json(options = nil); end
|
1270
|
+
end
|
1271
|
+
class Process::Status
|
1272
|
+
def as_json(options = nil); end
|
1273
|
+
end
|
1274
|
+
class Exception
|
1275
|
+
def as_json(options = nil); end
|
1276
|
+
include ActiveSupport::Dependencies::Blamable
|
1277
|
+
end
|
1278
|
+
class ActiveSupport::OptionMerger
|
1279
|
+
def initialize(context, options); end
|
1280
|
+
def method_missing(method, *arguments, &block); end
|
1281
|
+
end
|
1282
|
+
module I18n
|
1283
|
+
end
|
1284
|
+
class I18n::Railtie < Rails::Railtie
|
1285
|
+
def self.include_fallbacks_module; end
|
1286
|
+
def self.init_fallbacks(fallbacks); end
|
1287
|
+
def self.initialize_i18n(app); end
|
1288
|
+
def self.validate_fallbacks(fallbacks); end
|
1289
|
+
def self.watched_dirs_with_extensions(paths); end
|
1290
|
+
end
|
1291
|
+
class ActiveSupport::Railtie < Rails::Railtie
|
1292
|
+
end
|
1293
|
+
class ActiveSupport::Messages::RotationConfiguration
|
1294
|
+
def encrypted; end
|
1295
|
+
def initialize; end
|
1296
|
+
def rotate(kind, *args); end
|
1297
|
+
def signed; end
|
1298
|
+
end
|
1299
|
+
class ActiveSupport::HashWithIndifferentAccess < Hash
|
1300
|
+
def [](key); end
|
1301
|
+
def []=(key, value); end
|
1302
|
+
def assoc(key); end
|
1303
|
+
def compact; end
|
1304
|
+
def convert_key(key); end
|
1305
|
+
def convert_value(value, options = nil); end
|
1306
|
+
def deep_stringify_keys!; end
|
1307
|
+
def deep_stringify_keys; end
|
1308
|
+
def deep_symbolize_keys; end
|
1309
|
+
def default(*args); end
|
1310
|
+
def delete(key); end
|
1311
|
+
def dig(*args); end
|
1312
|
+
def dup; end
|
1313
|
+
def extractable_options?; end
|
1314
|
+
def fetch(key, *extras); end
|
1315
|
+
def fetch_values(*indices, &block); end
|
1316
|
+
def has_key?(key); end
|
1317
|
+
def include?(key); end
|
1318
|
+
def initialize(constructor = nil); end
|
1319
|
+
def key?(key); end
|
1320
|
+
def member?(key); end
|
1321
|
+
def merge!(other_hash); end
|
1322
|
+
def merge(hash, &block); end
|
1323
|
+
def nested_under_indifferent_access; end
|
1324
|
+
def regular_update(*arg0); end
|
1325
|
+
def regular_writer(arg0, arg1); end
|
1326
|
+
def reject(*args, &block); end
|
1327
|
+
def replace(other_hash); end
|
1328
|
+
def reverse_merge!(other_hash); end
|
1329
|
+
def reverse_merge(other_hash); end
|
1330
|
+
def select(*args, &block); end
|
1331
|
+
def self.[](*args); end
|
1332
|
+
def set_defaults(target); end
|
1333
|
+
def slice!(*keys); end
|
1334
|
+
def slice(*keys); end
|
1335
|
+
def store(key, value); end
|
1336
|
+
def stringify_keys!; end
|
1337
|
+
def stringify_keys; end
|
1338
|
+
def symbolize_keys; end
|
1339
|
+
def to_hash; end
|
1340
|
+
def to_options!; end
|
1341
|
+
def to_options; end
|
1342
|
+
def transform_keys!; end
|
1343
|
+
def transform_keys(*args, &block); end
|
1344
|
+
def transform_values(*args, &block); end
|
1345
|
+
def update(other_hash); end
|
1346
|
+
def values_at(*indices); end
|
1347
|
+
def with_defaults!(other_hash); end
|
1348
|
+
def with_defaults(other_hash); end
|
1349
|
+
def with_indifferent_access; end
|
1350
|
+
end
|
1351
|
+
module ActiveSupport::DescendantsTracker
|
1352
|
+
def descendants; end
|
1353
|
+
def direct_descendants; end
|
1354
|
+
def inherited(base); end
|
1355
|
+
def self.accumulate_descendants(klass, acc); end
|
1356
|
+
def self.clear; end
|
1357
|
+
def self.descendants(klass); end
|
1358
|
+
def self.direct_descendants(klass); end
|
1359
|
+
def self.store_inherited(klass, descendant); end
|
1360
|
+
end
|
1361
|
+
module ActiveSupport::Callbacks
|
1362
|
+
def halted_callback_hook(filter); end
|
1363
|
+
def run_callbacks(kind); end
|
1364
|
+
extend ActiveSupport::Concern
|
1365
|
+
end
|
1366
|
+
module ActiveSupport::Callbacks::Conditionals
|
1367
|
+
end
|
1368
|
+
class ActiveSupport::Callbacks::Conditionals::Value
|
1369
|
+
def call(target, value); end
|
1370
|
+
def initialize(&block); end
|
1371
|
+
end
|
1372
|
+
module ActiveSupport::Callbacks::Filters
|
1373
|
+
end
|
1374
|
+
class ActiveSupport::Callbacks::Filters::Environment < Struct
|
1375
|
+
def halted; end
|
1376
|
+
def halted=(_); end
|
1377
|
+
def self.[](*arg0); end
|
1378
|
+
def self.inspect; end
|
1379
|
+
def self.members; end
|
1380
|
+
def self.new(*arg0); end
|
1381
|
+
def target; end
|
1382
|
+
def target=(_); end
|
1383
|
+
def value; end
|
1384
|
+
def value=(_); end
|
1385
|
+
end
|
1386
|
+
class ActiveSupport::Callbacks::Filters::Before
|
1387
|
+
def self.build(callback_sequence, user_callback, user_conditions, chain_config, filter); end
|
1388
|
+
def self.halting(callback_sequence, user_callback, halted_lambda, filter); end
|
1389
|
+
def self.halting_and_conditional(callback_sequence, user_callback, user_conditions, halted_lambda, filter); end
|
1390
|
+
end
|
1391
|
+
class ActiveSupport::Callbacks::Filters::After
|
1392
|
+
def self.build(callback_sequence, user_callback, user_conditions, chain_config); end
|
1393
|
+
def self.conditional(callback_sequence, user_callback, user_conditions); end
|
1394
|
+
def self.halting(callback_sequence, user_callback); end
|
1395
|
+
def self.halting_and_conditional(callback_sequence, user_callback, user_conditions); end
|
1396
|
+
def self.simple(callback_sequence, user_callback); end
|
1397
|
+
end
|
1398
|
+
class ActiveSupport::Callbacks::Callback
|
1399
|
+
def apply(callback_sequence); end
|
1400
|
+
def chain_config; end
|
1401
|
+
def check_conditionals(conditionals); end
|
1402
|
+
def compute_identifier(filter); end
|
1403
|
+
def conditions_lambdas; end
|
1404
|
+
def current_scopes; end
|
1405
|
+
def duplicates?(other); end
|
1406
|
+
def filter; end
|
1407
|
+
def initialize(name, filter, kind, options, chain_config); end
|
1408
|
+
def kind; end
|
1409
|
+
def kind=(arg0); end
|
1410
|
+
def matches?(_kind, _filter); end
|
1411
|
+
def merge_conditional_options(chain, if_option:, unless_option:); end
|
1412
|
+
def name; end
|
1413
|
+
def name=(arg0); end
|
1414
|
+
def raw_filter; end
|
1415
|
+
def self.build(chain, filter, kind, options); end
|
1416
|
+
end
|
1417
|
+
class ActiveSupport::Callbacks::CallTemplate
|
1418
|
+
def expand(target, value, block); end
|
1419
|
+
def initialize(target, method, arguments, block); end
|
1420
|
+
def inverted_lambda; end
|
1421
|
+
def make_lambda; end
|
1422
|
+
def self.build(filter, callback); end
|
1423
|
+
end
|
1424
|
+
class ActiveSupport::Callbacks::CallbackSequence
|
1425
|
+
def after(&after); end
|
1426
|
+
def around(call_template, user_conditions); end
|
1427
|
+
def before(&before); end
|
1428
|
+
def expand_call_template(arg, block); end
|
1429
|
+
def final?; end
|
1430
|
+
def initialize(nested = nil, call_template = nil, user_conditions = nil); end
|
1431
|
+
def invoke_after(arg); end
|
1432
|
+
def invoke_before(arg); end
|
1433
|
+
def nested; end
|
1434
|
+
def skip?(arg); end
|
1435
|
+
end
|
1436
|
+
class ActiveSupport::Callbacks::CallbackChain
|
1437
|
+
def append(*callbacks); end
|
1438
|
+
def append_one(callback); end
|
1439
|
+
def chain; end
|
1440
|
+
def clear; end
|
1441
|
+
def compile; end
|
1442
|
+
def config; end
|
1443
|
+
def default_terminator; end
|
1444
|
+
def delete(o); end
|
1445
|
+
def each(&block); end
|
1446
|
+
def empty?; end
|
1447
|
+
def index(o); end
|
1448
|
+
def initialize(name, config); end
|
1449
|
+
def initialize_copy(other); end
|
1450
|
+
def insert(index, o); end
|
1451
|
+
def name; end
|
1452
|
+
def prepend(*callbacks); end
|
1453
|
+
def prepend_one(callback); end
|
1454
|
+
def remove_duplicates(callback); end
|
1455
|
+
include Enumerable
|
1456
|
+
end
|
1457
|
+
module ActiveSupport::Callbacks::ClassMethods
|
1458
|
+
def __update_callbacks(name); end
|
1459
|
+
def define_callbacks(*names); end
|
1460
|
+
def get_callbacks(name); end
|
1461
|
+
def normalize_callback_params(filters, block); end
|
1462
|
+
def reset_callbacks(name); end
|
1463
|
+
def set_callback(name, *filter_list, &block); end
|
1464
|
+
def set_callbacks(name, callbacks); end
|
1465
|
+
def skip_callback(name, *filter_list, &block); end
|
1466
|
+
end
|
1467
|
+
class ActiveSupport::Subscriber
|
1468
|
+
def self.add_event_subscriber(event); end
|
1469
|
+
def self.attach_to(namespace, subscriber = nil, notifier = nil); end
|
1470
|
+
def self.method_added(event); end
|
1471
|
+
def self.namespace; end
|
1472
|
+
def self.notifier; end
|
1473
|
+
def self.subscriber; end
|
1474
|
+
def self.subscribers; end
|
1475
|
+
end
|
1476
|
+
class ActiveSupport::SubscriberQueueRegistry
|
1477
|
+
def get_queue(queue_key); end
|
1478
|
+
def initialize; end
|
1479
|
+
extend ActiveSupport::PerThreadRegistry
|
1480
|
+
end
|
1481
|
+
class ActiveSupport::LogSubscriber < ActiveSupport::Subscriber
|
1482
|
+
def self.colorize_logging; end
|
1483
|
+
def self.colorize_logging=(obj); end
|
1484
|
+
def self.flush_all!; end
|
1485
|
+
def self.log_subscribers; end
|
1486
|
+
def self.logger; end
|
1487
|
+
def self.logger=(arg0); end
|
1488
|
+
end
|
1489
|
+
module ActiveSupport::Rescuable
|
1490
|
+
def handler_for_rescue(exception); end
|
1491
|
+
def rescue_with_handler(exception); end
|
1492
|
+
extend ActiveSupport::Concern
|
1493
|
+
end
|
1494
|
+
module ActiveSupport::Rescuable::ClassMethods
|
1495
|
+
def constantize_rescue_handler_class(class_or_name); end
|
1496
|
+
def find_rescue_handler(exception); end
|
1497
|
+
def handler_for_rescue(exception, object: nil); end
|
1498
|
+
def rescue_from(*klasses, with: nil, &block); end
|
1499
|
+
def rescue_with_handler(exception, object: nil, visited_exceptions: nil); end
|
1500
|
+
end
|
1501
|
+
module ActiveSupport::Configurable
|
1502
|
+
def config; end
|
1503
|
+
extend ActiveSupport::Concern
|
1504
|
+
end
|
1505
|
+
class ActiveSupport::Configurable::Configuration < ActiveSupport::InheritableOptions
|
1506
|
+
def compile_methods!; end
|
1507
|
+
def self.compile_methods!(keys); end
|
1508
|
+
end
|
1509
|
+
module ActiveSupport::Configurable::ClassMethods
|
1510
|
+
def config; end
|
1511
|
+
def config_accessor(*names); end
|
1512
|
+
def configure; end
|
1513
|
+
end
|
1514
|
+
module ActiveSupport::TaggedLogging
|
1515
|
+
def clear_tags!(*args, &block); end
|
1516
|
+
def flush; end
|
1517
|
+
def pop_tags(*args, &block); end
|
1518
|
+
def push_tags(*args, &block); end
|
1519
|
+
def self.new(logger); end
|
1520
|
+
def tagged(*tags); end
|
1521
|
+
end
|
1522
|
+
module ActiveSupport::TaggedLogging::Formatter
|
1523
|
+
def call(severity, timestamp, progname, msg); end
|
1524
|
+
def clear_tags!; end
|
1525
|
+
def current_tags; end
|
1526
|
+
def pop_tags(size = nil); end
|
1527
|
+
def push_tags(*tags); end
|
1528
|
+
def tagged(*tags); end
|
1529
|
+
def tags_text; end
|
1530
|
+
end
|
1531
|
+
module ActiveSupport::Multibyte::Unicode
|
1532
|
+
def apply_mapping(string, mapping); end
|
1533
|
+
def compose(codepoints); end
|
1534
|
+
def database; end
|
1535
|
+
def decompose(type, codepoints); end
|
1536
|
+
def default_normalization_form; end
|
1537
|
+
def default_normalization_form=(arg0); end
|
1538
|
+
def downcase(string); end
|
1539
|
+
def in_char_class?(codepoint, classes); end
|
1540
|
+
def normalize(string, form = nil); end
|
1541
|
+
def pack_graphemes(unpacked); end
|
1542
|
+
def recode_windows1252_chars(string); end
|
1543
|
+
def reorder_characters(codepoints); end
|
1544
|
+
def swapcase(string); end
|
1545
|
+
def tidy_bytes(string, force = nil); end
|
1546
|
+
def unpack_graphemes(string); end
|
1547
|
+
def upcase(string); end
|
1548
|
+
extend ActiveSupport::Multibyte::Unicode
|
1549
|
+
end
|
1550
|
+
class ActiveSupport::Multibyte::Unicode::Codepoint
|
1551
|
+
def code; end
|
1552
|
+
def code=(arg0); end
|
1553
|
+
def combining_class; end
|
1554
|
+
def combining_class=(arg0); end
|
1555
|
+
def decomp_mapping; end
|
1556
|
+
def decomp_mapping=(arg0); end
|
1557
|
+
def decomp_type; end
|
1558
|
+
def decomp_type=(arg0); end
|
1559
|
+
def initialize; end
|
1560
|
+
def lowercase_mapping; end
|
1561
|
+
def lowercase_mapping=(arg0); end
|
1562
|
+
def swapcase_mapping; end
|
1563
|
+
def uppercase_mapping; end
|
1564
|
+
def uppercase_mapping=(arg0); end
|
1565
|
+
end
|
1566
|
+
class ActiveSupport::Multibyte::Unicode::UnicodeDatabase
|
1567
|
+
def boundary; end
|
1568
|
+
def boundary=(arg0); end
|
1569
|
+
def codepoints; end
|
1570
|
+
def codepoints=(arg0); end
|
1571
|
+
def composition_exclusion; end
|
1572
|
+
def composition_exclusion=(arg0); end
|
1573
|
+
def composition_map; end
|
1574
|
+
def composition_map=(arg0); end
|
1575
|
+
def cp1252; end
|
1576
|
+
def cp1252=(arg0); end
|
1577
|
+
def initialize; end
|
1578
|
+
def load; end
|
1579
|
+
def self.dirname; end
|
1580
|
+
def self.filename; end
|
1581
|
+
end
|
1582
|
+
class ERB
|
1583
|
+
end
|
1584
|
+
module ERB::Util
|
1585
|
+
def html_escape_once(s); end
|
1586
|
+
def json_escape(s); end
|
1587
|
+
def self.html_escape_once(s); end
|
1588
|
+
def self.json_escape(s); end
|
1589
|
+
def self.unwrapped_html_escape(s); end
|
1590
|
+
def unwrapped_html_escape(s); end
|
1591
|
+
end
|
1592
|
+
class ActiveSupport::SafeBuffer < String
|
1593
|
+
def %(args); end
|
1594
|
+
def +(other); end
|
1595
|
+
def <<(value); end
|
1596
|
+
def [](*args); end
|
1597
|
+
def capitalize!(*args); end
|
1598
|
+
def capitalize(*args, &block); end
|
1599
|
+
def chomp!(*args); end
|
1600
|
+
def chomp(*args, &block); end
|
1601
|
+
def chop!(*args); end
|
1602
|
+
def chop(*args, &block); end
|
1603
|
+
def clone_empty; end
|
1604
|
+
def concat(value); end
|
1605
|
+
def delete!(*args); end
|
1606
|
+
def delete(*args, &block); end
|
1607
|
+
def downcase!(*args); end
|
1608
|
+
def downcase(*args, &block); end
|
1609
|
+
def encode_with(coder); end
|
1610
|
+
def gsub!(*args); end
|
1611
|
+
def gsub(*args, &block); end
|
1612
|
+
def html_escape_interpolated_argument(arg); end
|
1613
|
+
def html_safe?; end
|
1614
|
+
def initialize(str = nil); end
|
1615
|
+
def initialize_copy(other); end
|
1616
|
+
def lstrip!(*args); end
|
1617
|
+
def lstrip(*args, &block); end
|
1618
|
+
def next!(*args); end
|
1619
|
+
def next(*args, &block); end
|
1620
|
+
def original_concat(*arg0); end
|
1621
|
+
def prepend(value); end
|
1622
|
+
def reverse!(*args); end
|
1623
|
+
def reverse(*args, &block); end
|
1624
|
+
def rstrip!(*args); end
|
1625
|
+
def rstrip(*args, &block); end
|
1626
|
+
def safe_concat(value); end
|
1627
|
+
def slice!(*args); end
|
1628
|
+
def slice(*args, &block); end
|
1629
|
+
def squeeze!(*args); end
|
1630
|
+
def squeeze(*args, &block); end
|
1631
|
+
def strip!(*args); end
|
1632
|
+
def strip(*args, &block); end
|
1633
|
+
def sub!(*args); end
|
1634
|
+
def sub(*args, &block); end
|
1635
|
+
def succ!(*args); end
|
1636
|
+
def succ(*args, &block); end
|
1637
|
+
def swapcase!(*args); end
|
1638
|
+
def swapcase(*args, &block); end
|
1639
|
+
def to_param; end
|
1640
|
+
def to_s; end
|
1641
|
+
def tr!(*args); end
|
1642
|
+
def tr(*args, &block); end
|
1643
|
+
def tr_s!(*args); end
|
1644
|
+
def tr_s(*args, &block); end
|
1645
|
+
def upcase!(*args); end
|
1646
|
+
def upcase(*args, &block); end
|
1647
|
+
end
|
1648
|
+
class ActiveSupport::SafeBuffer::SafeConcatError < StandardError
|
1649
|
+
def initialize; end
|
1650
|
+
end
|
1651
|
+
module Benchmark
|
1652
|
+
def self.ms; end
|
1653
|
+
end
|
1654
|
+
module ActiveSupport::Benchmarkable
|
1655
|
+
def benchmark(message = nil, options = nil); end
|
1656
|
+
end
|
1657
|
+
class LoadError < ScriptError
|
1658
|
+
def is_missing?(location); end
|
1659
|
+
end
|
1660
|
+
class NameError < StandardError
|
1661
|
+
def missing_name; end
|
1662
|
+
def missing_name?(name); end
|
1663
|
+
end
|
1664
|
+
module ActiveSupport::Concurrency
|
1665
|
+
end
|
1666
|
+
class ActiveSupport::Concurrency::ShareLock
|
1667
|
+
def busy_for_exclusive?(purpose); end
|
1668
|
+
def busy_for_sharing?(purpose); end
|
1669
|
+
def eligible_waiters?(compatible); end
|
1670
|
+
def exclusive(purpose: nil, compatible: nil, after_compatible: nil, no_wait: nil); end
|
1671
|
+
def initialize; end
|
1672
|
+
def raw_state; end
|
1673
|
+
def sharing; end
|
1674
|
+
def start_exclusive(purpose: nil, compatible: nil, no_wait: nil); end
|
1675
|
+
def start_sharing; end
|
1676
|
+
def stop_exclusive(compatible: nil); end
|
1677
|
+
def stop_sharing; end
|
1678
|
+
def wait_for(method); end
|
1679
|
+
def yield_shares(purpose: nil, compatible: nil, block_share: nil); end
|
1680
|
+
include MonitorMixin
|
1681
|
+
end
|
1682
|
+
module ActiveSupport::Dependencies
|
1683
|
+
def autoload_module!(into, const_name, qualified_name, path_suffix); end
|
1684
|
+
def autoload_once_paths; end
|
1685
|
+
def autoload_once_paths=(obj); end
|
1686
|
+
def autoload_paths; end
|
1687
|
+
def autoload_paths=(obj); end
|
1688
|
+
def autoloadable_module?(path_suffix); end
|
1689
|
+
def autoloaded?(desc); end
|
1690
|
+
def autoloaded_constants; end
|
1691
|
+
def autoloaded_constants=(obj); end
|
1692
|
+
def clear; end
|
1693
|
+
def constant_watch_stack; end
|
1694
|
+
def constant_watch_stack=(obj); end
|
1695
|
+
def constantize(name); end
|
1696
|
+
def depend_on(file_name, message = nil); end
|
1697
|
+
def explicitly_unloadable_constants; end
|
1698
|
+
def explicitly_unloadable_constants=(obj); end
|
1699
|
+
def history; end
|
1700
|
+
def history=(obj); end
|
1701
|
+
def hook!; end
|
1702
|
+
def interlock; end
|
1703
|
+
def interlock=(obj); end
|
1704
|
+
def load?; end
|
1705
|
+
def load_file(path, const_paths = nil); end
|
1706
|
+
def load_missing_constant(from_mod, const_name); end
|
1707
|
+
def load_once_path?(path); end
|
1708
|
+
def loadable_constants_for_path(path, bases = nil); end
|
1709
|
+
def loaded; end
|
1710
|
+
def loaded=(obj); end
|
1711
|
+
def loading; end
|
1712
|
+
def loading=(obj); end
|
1713
|
+
def mark_for_unload(const_desc); end
|
1714
|
+
def mechanism; end
|
1715
|
+
def mechanism=(obj); end
|
1716
|
+
def new_constants_in(*descs); end
|
1717
|
+
def qualified_const_defined?(path); end
|
1718
|
+
def qualified_name_for(mod, name); end
|
1719
|
+
def reference(klass); end
|
1720
|
+
def remove_constant(const); end
|
1721
|
+
def remove_unloadable_constants!; end
|
1722
|
+
def require_or_load(file_name, const_path = nil); end
|
1723
|
+
def safe_constantize(name); end
|
1724
|
+
def search_for_file(path_suffix); end
|
1725
|
+
def self.autoload_once_paths; end
|
1726
|
+
def self.autoload_once_paths=(obj); end
|
1727
|
+
def self.autoload_paths; end
|
1728
|
+
def self.autoload_paths=(obj); end
|
1729
|
+
def self.autoloaded_constants; end
|
1730
|
+
def self.autoloaded_constants=(obj); end
|
1731
|
+
def self.constant_watch_stack; end
|
1732
|
+
def self.constant_watch_stack=(obj); end
|
1733
|
+
def self.explicitly_unloadable_constants; end
|
1734
|
+
def self.explicitly_unloadable_constants=(obj); end
|
1735
|
+
def self.history; end
|
1736
|
+
def self.history=(obj); end
|
1737
|
+
def self.interlock; end
|
1738
|
+
def self.interlock=(obj); end
|
1739
|
+
def self.load_interlock; end
|
1740
|
+
def self.loaded; end
|
1741
|
+
def self.loaded=(obj); end
|
1742
|
+
def self.loading; end
|
1743
|
+
def self.loading=(obj); end
|
1744
|
+
def self.mechanism; end
|
1745
|
+
def self.mechanism=(obj); end
|
1746
|
+
def self.run_interlock; end
|
1747
|
+
def self.unload_interlock; end
|
1748
|
+
def self.warnings_on_first_load; end
|
1749
|
+
def self.warnings_on_first_load=(obj); end
|
1750
|
+
def to_constant_name(desc); end
|
1751
|
+
def unhook!; end
|
1752
|
+
def warnings_on_first_load; end
|
1753
|
+
def warnings_on_first_load=(obj); end
|
1754
|
+
def will_unload?(const_desc); end
|
1755
|
+
extend ActiveSupport::Dependencies
|
1756
|
+
end
|
1757
|
+
class ActiveSupport::Dependencies::Interlock
|
1758
|
+
def done_running; end
|
1759
|
+
def done_unloading; end
|
1760
|
+
def initialize; end
|
1761
|
+
def loading; end
|
1762
|
+
def permit_concurrent_loads; end
|
1763
|
+
def raw_state(&block); end
|
1764
|
+
def running; end
|
1765
|
+
def start_running; end
|
1766
|
+
def start_unloading; end
|
1767
|
+
def unloading; end
|
1768
|
+
end
|
1769
|
+
class ActiveSupport::Dependencies::WatchStack
|
1770
|
+
def each(&block); end
|
1771
|
+
def initialize; end
|
1772
|
+
def new_constants; end
|
1773
|
+
def pop_modules(modules); end
|
1774
|
+
def watch_namespaces(namespaces); end
|
1775
|
+
def watching; end
|
1776
|
+
def watching?; end
|
1777
|
+
include Enumerable
|
1778
|
+
end
|
1779
|
+
module ActiveSupport::Dependencies::ModuleConstMissing
|
1780
|
+
def const_missing(const_name); end
|
1781
|
+
def guess_for_anonymous(const_name); end
|
1782
|
+
def self.append_features(base); end
|
1783
|
+
def self.exclude_from(base); end
|
1784
|
+
def unloadable(const_desc = nil); end
|
1785
|
+
end
|
1786
|
+
module ActiveSupport::Dependencies::Loadable
|
1787
|
+
def load(file, wrap = nil); end
|
1788
|
+
def load_dependency(file); end
|
1789
|
+
def require(file); end
|
1790
|
+
def require_dependency(file_name, message = nil); end
|
1791
|
+
def require_or_load(file_name); end
|
1792
|
+
def self.exclude_from(base); end
|
1793
|
+
def unloadable(const_desc); end
|
1794
|
+
end
|
1795
|
+
module ActiveSupport::Dependencies::Blamable
|
1796
|
+
def blame_file!(file); end
|
1797
|
+
def blamed_files; end
|
1798
|
+
def copy_blame!(exc); end
|
1799
|
+
def describe_blame; end
|
1800
|
+
end
|
1801
|
+
class ActiveSupport::Dependencies::ClassCache
|
1802
|
+
def [](key); end
|
1803
|
+
def clear!; end
|
1804
|
+
def empty?; end
|
1805
|
+
def get(key); end
|
1806
|
+
def initialize; end
|
1807
|
+
def key?(key); end
|
1808
|
+
def safe_get(key); end
|
1809
|
+
def store(klass); end
|
1810
|
+
end
|
1811
|
+
module ActiveSupport::JSON
|
1812
|
+
def self.convert_dates_from(data); end
|
1813
|
+
def self.decode(json); end
|
1814
|
+
def self.encode(value, options = nil); end
|
1815
|
+
def self.parse_error; end
|
1816
|
+
end
|
1817
|
+
module ActiveSupport::JSON::Encoding
|
1818
|
+
def self.escape_html_entities_in_json; end
|
1819
|
+
def self.escape_html_entities_in_json=(arg0); end
|
1820
|
+
def self.json_encoder; end
|
1821
|
+
def self.json_encoder=(arg0); end
|
1822
|
+
def self.time_precision; end
|
1823
|
+
def self.time_precision=(arg0); end
|
1824
|
+
def self.use_standard_json_time_format; end
|
1825
|
+
def self.use_standard_json_time_format=(arg0); end
|
1826
|
+
end
|
1827
|
+
class ActiveSupport::JSON::Encoding::JSONGemEncoder
|
1828
|
+
def encode(value); end
|
1829
|
+
def initialize(options = nil); end
|
1830
|
+
def jsonify(value); end
|
1831
|
+
def options; end
|
1832
|
+
def stringify(jsonified); end
|
1833
|
+
end
|
1834
|
+
class ActiveSupport::JSON::Encoding::JSONGemEncoder::EscapedString < String
|
1835
|
+
def to_json(*arg0); end
|
1836
|
+
def to_s; end
|
1837
|
+
end
|
1838
|
+
module URI
|
1839
|
+
def self.parser; end
|
1840
|
+
end
|
1841
|
+
module Module::Concerning
|
1842
|
+
def concern(topic, &module_definition); end
|
1843
|
+
def concerning(topic, &block); end
|
1844
|
+
end
|
1845
|
+
module ActiveSupport::NumberHelper
|
1846
|
+
def number_to_currency(number, options = nil); end
|
1847
|
+
def number_to_delimited(number, options = nil); end
|
1848
|
+
def number_to_human(number, options = nil); end
|
1849
|
+
def number_to_human_size(number, options = nil); end
|
1850
|
+
def number_to_percentage(number, options = nil); end
|
1851
|
+
def number_to_phone(number, options = nil); end
|
1852
|
+
def number_to_rounded(number, options = nil); end
|
1853
|
+
extend ActiveSupport::Autoload
|
1854
|
+
extend ActiveSupport::NumberHelper
|
1855
|
+
end
|
1856
|
+
class ActiveSupport::Concurrency::LoadInterlockAwareMonitor < Monitor
|
1857
|
+
def mon_enter; end
|
1858
|
+
end
|
1859
|
+
class ActiveSupport::Multibyte::Chars
|
1860
|
+
def <=>(*args, &block); end
|
1861
|
+
def =~(*args, &block); end
|
1862
|
+
def acts_like_string?(*args, &block); end
|
1863
|
+
def as_json(options = nil); end
|
1864
|
+
def capitalize!(*args); end
|
1865
|
+
def capitalize; end
|
1866
|
+
def chars(string); end
|
1867
|
+
def compose; end
|
1868
|
+
def decompose; end
|
1869
|
+
def downcase!(*args); end
|
1870
|
+
def downcase; end
|
1871
|
+
def grapheme_length; end
|
1872
|
+
def initialize(string); end
|
1873
|
+
def limit(limit); end
|
1874
|
+
def method_missing(method, *args, &block); end
|
1875
|
+
def normalize(form = nil); end
|
1876
|
+
def respond_to_missing?(method, include_private); end
|
1877
|
+
def reverse!(*args); end
|
1878
|
+
def reverse; end
|
1879
|
+
def self.consumes?(string); end
|
1880
|
+
def slice!(*args); end
|
1881
|
+
def split(*args); end
|
1882
|
+
def swapcase; end
|
1883
|
+
def tidy_bytes!(*args); end
|
1884
|
+
def tidy_bytes(force = nil); end
|
1885
|
+
def titlecase; end
|
1886
|
+
def titleize; end
|
1887
|
+
def to_s; end
|
1888
|
+
def to_str; end
|
1889
|
+
def translate_offset(byte_offset); end
|
1890
|
+
def upcase!(*args); end
|
1891
|
+
def upcase; end
|
1892
|
+
def wrapped_string; end
|
1893
|
+
include Comparable
|
1894
|
+
end
|
1895
|
+
class ActiveSupport::StringInquirer < String
|
1896
|
+
def method_missing(method_name, *arguments); end
|
1897
|
+
def respond_to_missing?(method_name, include_private = nil); end
|
1898
|
+
end
|
1899
|
+
class ActiveSupport::ArrayInquirer < Array
|
1900
|
+
def any?(*candidates); end
|
1901
|
+
def method_missing(name, *args); end
|
1902
|
+
def respond_to_missing?(name, include_private = nil); end
|
1903
|
+
end
|
1904
|
+
module ActiveSupport::RangeWithFormat
|
1905
|
+
def to_default_s(format = nil); end
|
1906
|
+
def to_formatted_s(format = nil); end
|
1907
|
+
def to_s(format = nil); end
|
1908
|
+
end
|
1909
|
+
module ActiveSupport::CompareWithRange
|
1910
|
+
def ===(value); end
|
1911
|
+
def cover?(value); end
|
1912
|
+
def include?(value); end
|
1913
|
+
end
|
1914
|
+
module ActiveSupport::IncludeTimeWithZone
|
1915
|
+
def include?(value); end
|
1916
|
+
end
|
1917
|
+
module ActiveSupport::EachTimeWithZone
|
1918
|
+
def each(&block); end
|
1919
|
+
def ensure_iteration_allowed; end
|
1920
|
+
def step(n = nil, &block); end
|
1921
|
+
end
|
1922
|
+
class ActiveSupport::ExecutionWrapper
|
1923
|
+
def __callbacks; end
|
1924
|
+
def __callbacks?; end
|
1925
|
+
def _complete_callbacks; end
|
1926
|
+
def _run_callbacks; end
|
1927
|
+
def _run_complete_callbacks(&block); end
|
1928
|
+
def _run_run_callbacks(&block); end
|
1929
|
+
def complete!; end
|
1930
|
+
def hook_state; end
|
1931
|
+
def run!; end
|
1932
|
+
def self.__callbacks; end
|
1933
|
+
def self.__callbacks=(val); end
|
1934
|
+
def self.__callbacks?; end
|
1935
|
+
def self._complete_callbacks; end
|
1936
|
+
def self._complete_callbacks=(value); end
|
1937
|
+
def self._run_callbacks; end
|
1938
|
+
def self._run_callbacks=(value); end
|
1939
|
+
def self.active; end
|
1940
|
+
def self.active=(arg0); end
|
1941
|
+
def self.active?; end
|
1942
|
+
def self.inherited(other); end
|
1943
|
+
def self.register_hook(hook, outer: nil); end
|
1944
|
+
def self.run!; end
|
1945
|
+
def self.to_complete(*args, &block); end
|
1946
|
+
def self.to_run(*args, &block); end
|
1947
|
+
def self.wrap; end
|
1948
|
+
extend ActiveSupport::Callbacks::ClassMethods
|
1949
|
+
extend ActiveSupport::DescendantsTracker
|
1950
|
+
include ActiveSupport::Callbacks
|
1951
|
+
end
|
1952
|
+
class ActiveSupport::ExecutionWrapper::RunHook < Struct
|
1953
|
+
def before(target); end
|
1954
|
+
def hook; end
|
1955
|
+
def hook=(_); end
|
1956
|
+
def self.[](*arg0); end
|
1957
|
+
def self.inspect; end
|
1958
|
+
def self.members; end
|
1959
|
+
def self.new(*arg0); end
|
1960
|
+
end
|
1961
|
+
class ActiveSupport::ExecutionWrapper::CompleteHook < Struct
|
1962
|
+
def after(target); end
|
1963
|
+
def before(target); end
|
1964
|
+
def hook; end
|
1965
|
+
def hook=(_); end
|
1966
|
+
def self.[](*arg0); end
|
1967
|
+
def self.inspect; end
|
1968
|
+
def self.members; end
|
1969
|
+
def self.new(*arg0); end
|
1970
|
+
end
|
1971
|
+
class ActiveSupport::Executor < ActiveSupport::ExecutionWrapper
|
1972
|
+
end
|
1973
|
+
class ActiveSupport::Reloader < ActiveSupport::ExecutionWrapper
|
1974
|
+
def _class_unload_callbacks; end
|
1975
|
+
def _prepare_callbacks; end
|
1976
|
+
def _run_class_unload_callbacks(&block); end
|
1977
|
+
def _run_prepare_callbacks(&block); end
|
1978
|
+
def check; end
|
1979
|
+
def check=(val); end
|
1980
|
+
def check?; end
|
1981
|
+
def class_unload!(&block); end
|
1982
|
+
def complete!; end
|
1983
|
+
def executor; end
|
1984
|
+
def executor=(val); end
|
1985
|
+
def executor?; end
|
1986
|
+
def initialize; end
|
1987
|
+
def release_unload_lock!; end
|
1988
|
+
def require_unload_lock!; end
|
1989
|
+
def run!; end
|
1990
|
+
def self.__callbacks; end
|
1991
|
+
def self._class_unload_callbacks; end
|
1992
|
+
def self._class_unload_callbacks=(value); end
|
1993
|
+
def self._prepare_callbacks; end
|
1994
|
+
def self._prepare_callbacks=(value); end
|
1995
|
+
def self.after_class_unload(*args, &block); end
|
1996
|
+
def self.before_class_unload(*args, &block); end
|
1997
|
+
def self.check!; end
|
1998
|
+
def self.check; end
|
1999
|
+
def self.check=(val); end
|
2000
|
+
def self.check?; end
|
2001
|
+
def self.executor; end
|
2002
|
+
def self.executor=(val); end
|
2003
|
+
def self.executor?; end
|
2004
|
+
def self.prepare!; end
|
2005
|
+
def self.reload!; end
|
2006
|
+
def self.reloaded!; end
|
2007
|
+
def self.run!; end
|
2008
|
+
def self.to_prepare(*args, &block); end
|
2009
|
+
def self.wrap; end
|
2010
|
+
end
|
2011
|
+
module ActiveSupport::NumericWithFormat
|
2012
|
+
def to_s(format = nil, options = nil); end
|
2013
|
+
end
|
2014
|
+
class File < IO
|
2015
|
+
def self.atomic_write(file_name, temp_dir = nil); end
|
2016
|
+
def self.probe_stat_in(dir); end
|
2017
|
+
end
|
2018
|
+
module Digest
|
2019
|
+
end
|
2020
|
+
module Digest::UUID
|
2021
|
+
def self.uuid_from_hash(hash_class, uuid_namespace, name); end
|
2022
|
+
def self.uuid_v3(uuid_namespace, name); end
|
2023
|
+
def self.uuid_v4; end
|
2024
|
+
def self.uuid_v5(uuid_namespace, name); end
|
2025
|
+
end
|
2026
|
+
module ActiveSupport::MarshalWithAutoloading
|
2027
|
+
def load(source, proc = nil); end
|
2028
|
+
end
|
2029
|
+
module SecureRandom
|
2030
|
+
def self.base58(n = nil); end
|
2031
|
+
end
|
2032
|
+
module ActiveSupport::Cache
|
2033
|
+
def self.expand_cache_key(key, namespace = nil); end
|
2034
|
+
def self.lookup_store(*store_option); end
|
2035
|
+
def self.retrieve_cache_key(key); end
|
2036
|
+
def self.retrieve_store_class(store); end
|
2037
|
+
end
|
2038
|
+
module ActiveSupport::Cache::Strategy
|
2039
|
+
end
|
2040
|
+
class ActiveSupport::Cache::Store
|
2041
|
+
def cleanup(options = nil); end
|
2042
|
+
def clear(options = nil); end
|
2043
|
+
def decrement(name, amount = nil, options = nil); end
|
2044
|
+
def delete(name, options = nil); end
|
2045
|
+
def delete_entry(key, options); end
|
2046
|
+
def delete_matched(matcher, options = nil); end
|
2047
|
+
def exist?(name, options = nil); end
|
2048
|
+
def expanded_key(key); end
|
2049
|
+
def expanded_version(key); end
|
2050
|
+
def fetch(name, options = nil); end
|
2051
|
+
def fetch_multi(*names); end
|
2052
|
+
def get_entry_value(entry, name, options); end
|
2053
|
+
def handle_expired_entry(entry, key, options); end
|
2054
|
+
def increment(name, amount = nil, options = nil); end
|
2055
|
+
def initialize(options = nil); end
|
2056
|
+
def instrument(operation, key, options = nil); end
|
2057
|
+
def key_matcher(pattern, options); end
|
2058
|
+
def log; end
|
2059
|
+
def logger; end
|
2060
|
+
def logger=(obj); end
|
2061
|
+
def merged_options(call_options); end
|
2062
|
+
def mute; end
|
2063
|
+
def namespace_key(key, options = nil); end
|
2064
|
+
def normalize_key(key, options = nil); end
|
2065
|
+
def normalize_version(key, options = nil); end
|
2066
|
+
def options; end
|
2067
|
+
def read(name, options = nil); end
|
2068
|
+
def read_entry(key, options); end
|
2069
|
+
def read_multi(*names); end
|
2070
|
+
def read_multi_entries(names, options); end
|
2071
|
+
def save_block_result_to_cache(name, options); end
|
2072
|
+
def self.ensure_connection_pool_added!; end
|
2073
|
+
def self.logger; end
|
2074
|
+
def self.logger=(obj); end
|
2075
|
+
def self.retrieve_pool_options(options); end
|
2076
|
+
def silence!; end
|
2077
|
+
def silence; end
|
2078
|
+
def silence?; end
|
2079
|
+
def write(name, value, options = nil); end
|
2080
|
+
def write_entry(key, entry, options); end
|
2081
|
+
def write_multi(hash, options = nil); end
|
2082
|
+
def write_multi_entries(hash, options); end
|
2083
|
+
end
|
2084
|
+
class ActiveSupport::Cache::Entry
|
2085
|
+
def compress!(compress_threshold); end
|
2086
|
+
def compressed?; end
|
2087
|
+
def dup_value!; end
|
2088
|
+
def expired?; end
|
2089
|
+
def expires_at; end
|
2090
|
+
def expires_at=(value); end
|
2091
|
+
def initialize(value, compress: nil, compress_threshold: nil, version: nil, expires_in: nil, **arg5); end
|
2092
|
+
def mismatched?(version); end
|
2093
|
+
def size; end
|
2094
|
+
def uncompress(value); end
|
2095
|
+
def value; end
|
2096
|
+
def version; end
|
2097
|
+
end
|
2098
|
+
module ActiveSupport::Cache::Strategy::LocalCache
|
2099
|
+
def bypass_local_cache; end
|
2100
|
+
def cleanup(options = nil); end
|
2101
|
+
def clear(options = nil); end
|
2102
|
+
def decrement(name, amount = nil, options = nil); end
|
2103
|
+
def delete_entry(key, options); end
|
2104
|
+
def increment(name, amount = nil, options = nil); end
|
2105
|
+
def local_cache; end
|
2106
|
+
def local_cache_key; end
|
2107
|
+
def middleware; end
|
2108
|
+
def read_entry(key, options); end
|
2109
|
+
def read_multi_entries(keys, options); end
|
2110
|
+
def use_temporary_local_cache(temporary_cache); end
|
2111
|
+
def with_local_cache; end
|
2112
|
+
def write_cache_value(name, value, options); end
|
2113
|
+
def write_entry(key, entry, options); end
|
2114
|
+
end
|
2115
|
+
class ActiveSupport::Cache::Strategy::LocalCache::LocalCacheRegistry
|
2116
|
+
def cache_for(local_cache_key); end
|
2117
|
+
def initialize; end
|
2118
|
+
def self.cache_for(l); end
|
2119
|
+
def self.set_cache_for(l, v); end
|
2120
|
+
def set_cache_for(local_cache_key, value); end
|
2121
|
+
extend ActiveSupport::PerThreadRegistry
|
2122
|
+
end
|
2123
|
+
class ActiveSupport::Cache::Strategy::LocalCache::LocalStore < ActiveSupport::Cache::Store
|
2124
|
+
def clear(options = nil); end
|
2125
|
+
def delete_entry(key, options); end
|
2126
|
+
def fetch_entry(key, options = nil); end
|
2127
|
+
def initialize; end
|
2128
|
+
def read_entry(key, options); end
|
2129
|
+
def read_multi_entries(keys, options); end
|
2130
|
+
def synchronize; end
|
2131
|
+
def write_entry(key, value, options); end
|
2132
|
+
end
|
2133
|
+
class ActiveSupport::Cache::NullStore < ActiveSupport::Cache::Store
|
2134
|
+
def cleanup(options = nil); end
|
2135
|
+
def clear(options = nil); end
|
2136
|
+
def decrement(name, amount = nil, options = nil); end
|
2137
|
+
def delete_entry(key, options); end
|
2138
|
+
def delete_matched(matcher, options = nil); end
|
2139
|
+
def increment(name, amount = nil, options = nil); end
|
2140
|
+
def read_entry(key, options); end
|
2141
|
+
def write_entry(key, entry, options); end
|
2142
|
+
end
|
2143
|
+
class ActiveSupport::Cache::Strategy::LocalCache::Middleware
|
2144
|
+
def call(env); end
|
2145
|
+
def initialize(name, local_cache_key); end
|
2146
|
+
def local_cache_key; end
|
2147
|
+
def name; end
|
2148
|
+
def new(app); end
|
2149
|
+
end
|
2150
|
+
class ActiveSupport::Cache::MemoryStore < ActiveSupport::Cache::Store
|
2151
|
+
def cached_size(key, entry); end
|
2152
|
+
def cleanup(options = nil); end
|
2153
|
+
def clear(options = nil); end
|
2154
|
+
def decrement(name, amount = nil, options = nil); end
|
2155
|
+
def delete_entry(key, options); end
|
2156
|
+
def delete_matched(matcher, options = nil); end
|
2157
|
+
def increment(name, amount = nil, options = nil); end
|
2158
|
+
def initialize(options = nil); end
|
2159
|
+
def inspect; end
|
2160
|
+
def modify_value(name, amount, options); end
|
2161
|
+
def prune(target_size, max_time = nil); end
|
2162
|
+
def pruning?; end
|
2163
|
+
def read_entry(key, options); end
|
2164
|
+
def synchronize(&block); end
|
2165
|
+
def write_entry(key, entry, options); end
|
2166
|
+
end
|
2167
|
+
module ActiveSupport::Testing
|
2168
|
+
end
|
2169
|
+
module ActiveSupport::Testing::TaggedLogging
|
2170
|
+
def before_setup; end
|
2171
|
+
def tagged_logger; end
|
2172
|
+
def tagged_logger=(arg0); end
|
2173
|
+
end
|
2174
|
+
module ActiveSupport::Testing::SetupAndTeardown
|
2175
|
+
def after_teardown; end
|
2176
|
+
def before_setup; end
|
2177
|
+
def self.prepended(klass); end
|
2178
|
+
end
|
2179
|
+
module ActiveSupport::Testing::SetupAndTeardown::ClassMethods
|
2180
|
+
def setup(*args, &block); end
|
2181
|
+
def teardown(*args, &block); end
|
2182
|
+
end
|
2183
|
+
module ActiveSupport::Testing::Assertions
|
2184
|
+
def assert_changes(expression, message = nil, from: nil, to: nil, &block); end
|
2185
|
+
def assert_difference(expression, *args, &block); end
|
2186
|
+
def assert_no_changes(expression, message = nil, &block); end
|
2187
|
+
def assert_no_difference(expression, message = nil, &block); end
|
2188
|
+
def assert_not(object, message = nil); end
|
2189
|
+
def assert_nothing_raised; end
|
2190
|
+
end
|
2191
|
+
module ActiveSupport::Testing::Deprecation
|
2192
|
+
def assert_deprecated(match = nil, deprecator = nil, &block); end
|
2193
|
+
def assert_not_deprecated(deprecator = nil, &block); end
|
2194
|
+
def collect_deprecations(deprecator = nil); end
|
2195
|
+
end
|
2196
|
+
module ActiveSupport::Testing::Declarative
|
2197
|
+
def test(name, &block); end
|
2198
|
+
end
|
2199
|
+
module ActiveSupport::Testing::Isolation
|
2200
|
+
def run; end
|
2201
|
+
def self.forking_env?; end
|
2202
|
+
def self.included(klass); end
|
2203
|
+
include ActiveSupport::Testing::Isolation::Forking
|
2204
|
+
end
|
2205
|
+
module ActiveSupport::Testing::Isolation::Forking
|
2206
|
+
def run_in_isolation(&blk); end
|
2207
|
+
end
|
2208
|
+
module ActiveSupport::Testing::Isolation::Subprocess
|
2209
|
+
def run_in_isolation(&blk); end
|
2210
|
+
end
|
2211
|
+
module ActiveSupport::Testing::ConstantLookup
|
2212
|
+
extend ActiveSupport::Concern
|
2213
|
+
end
|
2214
|
+
module ActiveSupport::Testing::ConstantLookup::ClassMethods
|
2215
|
+
def determine_constant_from_test_name(test_name); end
|
2216
|
+
end
|
2217
|
+
class ActiveSupport::Testing::SimpleStubs
|
2218
|
+
def initialize; end
|
2219
|
+
def stub_object(object, method_name, &block); end
|
2220
|
+
def stubbing(object, method_name); end
|
2221
|
+
def unstub_all!; end
|
2222
|
+
def unstub_object(stub); end
|
2223
|
+
end
|
2224
|
+
class ActiveSupport::Testing::SimpleStubs::Stub < Struct
|
2225
|
+
def method_name; end
|
2226
|
+
def method_name=(_); end
|
2227
|
+
def object; end
|
2228
|
+
def object=(_); end
|
2229
|
+
def original_method; end
|
2230
|
+
def original_method=(_); end
|
2231
|
+
def self.[](*arg0); end
|
2232
|
+
def self.inspect; end
|
2233
|
+
def self.members; end
|
2234
|
+
def self.new(*arg0); end
|
2235
|
+
end
|
2236
|
+
module ActiveSupport::Testing::TimeHelpers
|
2237
|
+
def after_teardown; end
|
2238
|
+
def freeze_time(&block); end
|
2239
|
+
def simple_stubs; end
|
2240
|
+
def travel(duration, &block); end
|
2241
|
+
def travel_back; end
|
2242
|
+
def travel_to(date_or_time); end
|
2243
|
+
end
|
2244
|
+
module ActiveSupport::Testing::FileFixtures
|
2245
|
+
def file_fixture(fixture_name); end
|
2246
|
+
extend ActiveSupport::Concern
|
2247
|
+
end
|
2248
|
+
class ActiveSupport::TestCase < Minitest::Test
|
2249
|
+
def __callbacks; end
|
2250
|
+
def __callbacks?; end
|
2251
|
+
def _run_setup_callbacks(&block); end
|
2252
|
+
def _run_teardown_callbacks(&block); end
|
2253
|
+
def _setup_callbacks; end
|
2254
|
+
def _teardown_callbacks; end
|
2255
|
+
def assert_no_match(matcher, obj, msg = nil); end
|
2256
|
+
def assert_not_empty(obj, msg = nil); end
|
2257
|
+
def assert_not_equal(exp, act, msg = nil); end
|
2258
|
+
def assert_not_in_delta(exp, act, delta = nil, msg = nil); end
|
2259
|
+
def assert_not_in_epsilon(a, b, epsilon = nil, msg = nil); end
|
2260
|
+
def assert_not_includes(collection, obj, msg = nil); end
|
2261
|
+
def assert_not_instance_of(cls, obj, msg = nil); end
|
2262
|
+
def assert_not_kind_of(cls, obj, msg = nil); end
|
2263
|
+
def assert_not_nil(obj, msg = nil); end
|
2264
|
+
def assert_not_operator(o1, op, o2 = nil, msg = nil); end
|
2265
|
+
def assert_not_predicate(o1, op, msg = nil); end
|
2266
|
+
def assert_not_respond_to(obj, meth, msg = nil); end
|
2267
|
+
def assert_not_same(exp, act, msg = nil); end
|
2268
|
+
def assert_raise(*exp); end
|
2269
|
+
def file_fixture_path; end
|
2270
|
+
def file_fixture_path?; end
|
2271
|
+
def method_name; end
|
2272
|
+
def self.__callbacks; end
|
2273
|
+
def self.__callbacks=(val); end
|
2274
|
+
def self.__callbacks?; end
|
2275
|
+
def self._setup_callbacks; end
|
2276
|
+
def self._setup_callbacks=(value); end
|
2277
|
+
def self._teardown_callbacks; end
|
2278
|
+
def self._teardown_callbacks=(value); end
|
2279
|
+
def self.file_fixture_path; end
|
2280
|
+
def self.file_fixture_path=(val); end
|
2281
|
+
def self.file_fixture_path?; end
|
2282
|
+
def self.test_order; end
|
2283
|
+
def self.test_order=(new_order); end
|
2284
|
+
extend ActiveSupport::Callbacks::ClassMethods
|
2285
|
+
extend ActiveSupport::DescendantsTracker
|
2286
|
+
extend ActiveSupport::Testing::Declarative
|
2287
|
+
extend ActiveSupport::Testing::SetupAndTeardown::ClassMethods
|
2288
|
+
extend Rails::LineFiltering
|
2289
|
+
include ActiveSupport::Callbacks
|
2290
|
+
include ActiveSupport::Testing::Assertions
|
2291
|
+
include ActiveSupport::Testing::Deprecation
|
2292
|
+
include ActiveSupport::Testing::FileFixtures
|
2293
|
+
include ActiveSupport::Testing::TaggedLogging
|
2294
|
+
include ActiveSupport::Testing::TimeHelpers
|
2295
|
+
end
|
2296
|
+
module ActiveSupport::Testing::Stream
|
2297
|
+
def capture(stream); end
|
2298
|
+
def quietly; end
|
2299
|
+
def silence_stream(stream); end
|
2300
|
+
end
|