schema_dot_org 1.7.1 → 1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +24 -38
- data/bin/tapioca +29 -0
- data/lib/schema_dot_org/organization.rb +0 -4
- data/lib/schema_dot_org/person.rb +0 -2
- data/lib/schema_dot_org/place.rb +0 -2
- data/lib/schema_dot_org/search_action.rb +0 -2
- data/lib/schema_dot_org/web_site.rb +0 -3
- data/lib/schema_dot_org.rb +9 -1
- data/schema_dot_org.gemspec +3 -5
- metadata +6 -51
- data/sorbet/config +0 -2
- data/sorbet/rbi/gems/activemodel.rbi +0 -262
- data/sorbet/rbi/gems/activesupport.rbi +0 -912
- data/sorbet/rbi/gems/concurrent-ruby.rbi +0 -1590
- data/sorbet/rbi/gems/i18n.rbi +0 -133
- data/sorbet/rbi/gems/rake.rbi +0 -644
- data/sorbet/rbi/gems/rspec-core.rbi +0 -1872
- data/sorbet/rbi/gems/rspec-expectations.rbi +0 -1123
- data/sorbet/rbi/gems/rspec-mocks.rbi +0 -1090
- data/sorbet/rbi/gems/rspec-support.rbi +0 -280
- data/sorbet/rbi/gems/rspec.rbi +0 -15
- data/sorbet/rbi/gems/thread_safe.rbi +0 -82
- data/sorbet/rbi/gems/tzinfo.rbi +0 -408
- data/sorbet/rbi/gems/validated_object.rbi +0 -60
- data/sorbet/rbi/sorbet-typed/lib/activemodel/all/activemodel.rbi +0 -597
- data/sorbet/rbi/sorbet-typed/lib/activesupport/>=6/activesupport.rbi +0 -36
- data/sorbet/rbi/sorbet-typed/lib/activesupport/all/activesupport.rbi +0 -1431
- data/sorbet/rbi/sorbet-typed/lib/minitest/all/minitest.rbi +0 -108
@@ -1,912 +0,0 @@
|
|
1
|
-
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
-
# srb rbi gems
|
3
|
-
|
4
|
-
# typed: ignore
|
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-6.0.3.2
|
11
|
-
|
12
|
-
class Hash
|
13
|
-
def _deep_transform_keys_in_object!(object, &block); end
|
14
|
-
def _deep_transform_keys_in_object(object, &block); end
|
15
|
-
def assert_valid_keys(*valid_keys); end
|
16
|
-
def blank?; end
|
17
|
-
def deep_dup; end
|
18
|
-
def deep_merge!(other_hash, &block); end
|
19
|
-
def deep_merge(other_hash, &block); end
|
20
|
-
def deep_stringify_keys!; end
|
21
|
-
def deep_stringify_keys; end
|
22
|
-
def deep_symbolize_keys!; end
|
23
|
-
def deep_symbolize_keys; end
|
24
|
-
def deep_transform_keys!(&block); end
|
25
|
-
def deep_transform_keys(&block); end
|
26
|
-
def except!(*keys); end
|
27
|
-
def except(*keys); end
|
28
|
-
def extract!(*keys); end
|
29
|
-
def extractable_options?; end
|
30
|
-
def slice!(*keys); end
|
31
|
-
def stringify_keys!; end
|
32
|
-
def stringify_keys; end
|
33
|
-
def symbolize_keys!; end
|
34
|
-
def symbolize_keys; end
|
35
|
-
def to_options!; end
|
36
|
-
def to_options; end
|
37
|
-
def to_param(namespace = nil); end
|
38
|
-
def to_query(namespace = nil); end
|
39
|
-
end
|
40
|
-
module ActiveSupport
|
41
|
-
def self.eager_load!; end
|
42
|
-
def self.gem_version; end
|
43
|
-
def self.test_order; end
|
44
|
-
def self.test_order=(obj); end
|
45
|
-
def self.to_time_preserves_timezone; end
|
46
|
-
def self.to_time_preserves_timezone=(value); end
|
47
|
-
def self.version; end
|
48
|
-
def test_order; end
|
49
|
-
def test_order=(obj); end
|
50
|
-
extend ActiveSupport::Autoload
|
51
|
-
extend ActiveSupport::LazyLoadHooks
|
52
|
-
end
|
53
|
-
module ActiveSupport::LazyLoadHooks
|
54
|
-
def execute_hook(name, base, options, block); end
|
55
|
-
def on_load(name, options = nil, &block); end
|
56
|
-
def run_load_hooks(name, base = nil); end
|
57
|
-
def self.extended(base); end
|
58
|
-
def with_execution_control(name, block, once); end
|
59
|
-
end
|
60
|
-
module Kernel
|
61
|
-
def class_eval(*args, &block); end
|
62
|
-
def enable_warnings; end
|
63
|
-
def self.enable_warnings; end
|
64
|
-
def self.silence_warnings; end
|
65
|
-
def self.suppress(*exception_classes); end
|
66
|
-
def self.with_warnings(flag); end
|
67
|
-
def silence_warnings; end
|
68
|
-
def suppress(*exception_classes); end
|
69
|
-
def with_warnings(flag); end
|
70
|
-
end
|
71
|
-
class Module
|
72
|
-
def anonymous?; end
|
73
|
-
def cattr_accessor(*syms, instance_reader: nil, instance_writer: nil, instance_accessor: nil, default: nil, &blk); end
|
74
|
-
def cattr_reader(*syms, instance_reader: nil, instance_accessor: nil, default: nil); end
|
75
|
-
def cattr_writer(*syms, instance_writer: nil, instance_accessor: nil, default: nil); end
|
76
|
-
def delegate(*methods, to: nil, prefix: nil, allow_nil: nil, private: nil); end
|
77
|
-
def delegate_missing_to(target); end
|
78
|
-
def deprecate(*method_names); end
|
79
|
-
def mattr_accessor(*syms, instance_reader: nil, instance_writer: nil, instance_accessor: nil, default: nil, &blk); end
|
80
|
-
def mattr_reader(*syms, instance_reader: nil, instance_accessor: nil, default: nil); end
|
81
|
-
def mattr_writer(*syms, instance_writer: nil, instance_accessor: nil, default: nil); end
|
82
|
-
def method_visibility(method); end
|
83
|
-
def module_parent; end
|
84
|
-
def module_parent_name; end
|
85
|
-
def module_parents; end
|
86
|
-
def parent; end
|
87
|
-
def parent_name; end
|
88
|
-
def parents; end
|
89
|
-
def redefine_method(method, &block); end
|
90
|
-
def redefine_singleton_method(method, &block); end
|
91
|
-
def silence_redefinition_of_method(method); end
|
92
|
-
end
|
93
|
-
class Module::DelegationError < NoMethodError
|
94
|
-
end
|
95
|
-
class ActiveSupport::Deprecation
|
96
|
-
def self.behavior(**, &&); end
|
97
|
-
def self.behavior=(arg); end
|
98
|
-
def self.debug(**, &&); end
|
99
|
-
def self.debug=(arg); end
|
100
|
-
def self.deprecate_methods(**, &&); end
|
101
|
-
def self.deprecation_horizon(**, &&); end
|
102
|
-
def self.deprecation_horizon=(arg); end
|
103
|
-
def self.deprecation_warning(deprecated_method_name, message = nil, caller_backtrace = nil); end
|
104
|
-
def self.gem_name(**, &&); end
|
105
|
-
def self.gem_name=(arg); end
|
106
|
-
def self.initialize(**, &&); end
|
107
|
-
def self.silence(**, &&); end
|
108
|
-
def self.silenced(**, &&); end
|
109
|
-
def self.silenced=(arg); end
|
110
|
-
def self.warn(message = nil, callstack = nil); end
|
111
|
-
extend ActiveSupport::Deprecation::InstanceDelegator::ClassMethods
|
112
|
-
extend Singleton::SingletonClassMethods
|
113
|
-
include ActiveSupport::Deprecation::Behavior
|
114
|
-
include ActiveSupport::Deprecation::InstanceDelegator
|
115
|
-
include ActiveSupport::Deprecation::MethodWrapper
|
116
|
-
include ActiveSupport::Deprecation::Reporting
|
117
|
-
include Singleton
|
118
|
-
end
|
119
|
-
module ActiveSupport::Deprecation::InstanceDelegator
|
120
|
-
def self.included(base); end
|
121
|
-
end
|
122
|
-
module ActiveSupport::Deprecation::InstanceDelegator::ClassMethods
|
123
|
-
def include(included_module); end
|
124
|
-
def method_added(method_name); end
|
125
|
-
end
|
126
|
-
module ActiveSupport::Deprecation::InstanceDelegator::OverrideDelegators
|
127
|
-
def deprecation_warning(deprecated_method_name, message = nil, caller_backtrace = nil); end
|
128
|
-
def warn(message = nil, callstack = nil); end
|
129
|
-
end
|
130
|
-
module ActiveSupport::Notifications
|
131
|
-
def self.instrument(name, payload = nil); end
|
132
|
-
def self.instrumenter; end
|
133
|
-
def self.notifier; end
|
134
|
-
def self.notifier=(arg0); end
|
135
|
-
def self.publish(name, *args); end
|
136
|
-
def self.subscribe(*args, &block); end
|
137
|
-
def self.subscribed(callback, *args, &block); end
|
138
|
-
def self.unsubscribe(subscriber_or_name); end
|
139
|
-
end
|
140
|
-
class ActiveSupport::Notifications::Instrumenter
|
141
|
-
def finish(name, payload); end
|
142
|
-
def finish_with_state(listeners_state, name, payload); end
|
143
|
-
def id; end
|
144
|
-
def initialize(notifier); end
|
145
|
-
def instrument(name, payload = nil); end
|
146
|
-
def start(name, payload); end
|
147
|
-
def unique_id; end
|
148
|
-
end
|
149
|
-
class ActiveSupport::Notifications::Event
|
150
|
-
def <<(event); end
|
151
|
-
def allocations; end
|
152
|
-
def children; end
|
153
|
-
def cpu_time; end
|
154
|
-
def duration; end
|
155
|
-
def end; end
|
156
|
-
def end=(ending); end
|
157
|
-
def finish!; end
|
158
|
-
def idle_time; end
|
159
|
-
def initialize(name, start, ending, transaction_id, payload); end
|
160
|
-
def name; end
|
161
|
-
def now; end
|
162
|
-
def now_allocations; end
|
163
|
-
def now_cpu; end
|
164
|
-
def parent_of?(event); end
|
165
|
-
def payload; end
|
166
|
-
def self.clock_gettime_supported?; end
|
167
|
-
def start!; end
|
168
|
-
def time; end
|
169
|
-
def transaction_id; end
|
170
|
-
end
|
171
|
-
class ActiveSupport::Notifications::Fanout
|
172
|
-
def finish(name, id, payload, listeners = nil); end
|
173
|
-
def initialize; end
|
174
|
-
def listeners_for(name); end
|
175
|
-
def listening?(name); end
|
176
|
-
def lock; end
|
177
|
-
def locked?; end
|
178
|
-
def publish(name, *args); end
|
179
|
-
def start(name, id, payload); end
|
180
|
-
def subscribe(pattern = nil, callable = nil, &block); end
|
181
|
-
def synchronize(&block); end
|
182
|
-
def try_lock; end
|
183
|
-
def unlock; end
|
184
|
-
def unsubscribe(subscriber_or_name); end
|
185
|
-
def wait; end
|
186
|
-
include Mutex_m
|
187
|
-
end
|
188
|
-
module ActiveSupport::Notifications::Fanout::Subscribers
|
189
|
-
def self.event_object_subscriber(pattern, block); end
|
190
|
-
def self.new(pattern, listener); end
|
191
|
-
def self.wrap_all(pattern, subscriber); end
|
192
|
-
end
|
193
|
-
class ActiveSupport::Notifications::Fanout::Subscribers::Matcher
|
194
|
-
def ===(name); end
|
195
|
-
def exclusions; end
|
196
|
-
def initialize(pattern); end
|
197
|
-
def pattern; end
|
198
|
-
def self.wrap(pattern); end
|
199
|
-
def unsubscribe!(name); end
|
200
|
-
end
|
201
|
-
class ActiveSupport::Notifications::Fanout::Subscribers::Evented
|
202
|
-
def finish(name, id, payload); end
|
203
|
-
def initialize(pattern, delegate); end
|
204
|
-
def matches?(name); end
|
205
|
-
def pattern; end
|
206
|
-
def publish(name, *args); end
|
207
|
-
def start(name, id, payload); end
|
208
|
-
def subscribed_to?(name); end
|
209
|
-
def unsubscribe!(name); end
|
210
|
-
end
|
211
|
-
class ActiveSupport::Notifications::Fanout::Subscribers::Timed < ActiveSupport::Notifications::Fanout::Subscribers::Evented
|
212
|
-
def finish(name, id, payload); end
|
213
|
-
def publish(name, *args); end
|
214
|
-
def start(name, id, payload); end
|
215
|
-
end
|
216
|
-
class ActiveSupport::Notifications::Fanout::Subscribers::EventObject < ActiveSupport::Notifications::Fanout::Subscribers::Evented
|
217
|
-
def build_event(name, id, payload); end
|
218
|
-
def finish(name, id, payload); end
|
219
|
-
def start(name, id, payload); end
|
220
|
-
end
|
221
|
-
class ActiveSupport::Notifications::Fanout::Subscribers::AllMessages
|
222
|
-
def finish(name, id, payload); end
|
223
|
-
def initialize(delegate); end
|
224
|
-
def matches?(arg0); end
|
225
|
-
def publish(name, *args); end
|
226
|
-
def start(name, id, payload); end
|
227
|
-
def subscribed_to?(name); end
|
228
|
-
def unsubscribe!(*arg0); end
|
229
|
-
end
|
230
|
-
module ActiveSupport::PerThreadRegistry
|
231
|
-
def instance; end
|
232
|
-
def method_missing(name, *args, &block); end
|
233
|
-
def self.extended(object); end
|
234
|
-
end
|
235
|
-
class ActiveSupport::Notifications::InstrumentationRegistry
|
236
|
-
def initialize; end
|
237
|
-
def instrumenter_for(notifier); end
|
238
|
-
extend ActiveSupport::PerThreadRegistry
|
239
|
-
end
|
240
|
-
class ActiveSupport::DeprecationException < StandardError
|
241
|
-
end
|
242
|
-
module ActiveSupport::Deprecation::Behavior
|
243
|
-
def arity_coerce(behavior); end
|
244
|
-
def behavior; end
|
245
|
-
def behavior=(behavior); end
|
246
|
-
def debug; end
|
247
|
-
def debug=(arg0); end
|
248
|
-
end
|
249
|
-
module ActiveSupport::Deprecation::Reporting
|
250
|
-
def _extract_callstack(callstack); end
|
251
|
-
def deprecated_method_warning(method_name, message = nil); end
|
252
|
-
def deprecation_caller_message(callstack); end
|
253
|
-
def deprecation_message(callstack, message = nil); end
|
254
|
-
def deprecation_warning(deprecated_method_name, message = nil, caller_backtrace = nil); end
|
255
|
-
def extract_callstack(callstack); end
|
256
|
-
def gem_name; end
|
257
|
-
def gem_name=(arg0); end
|
258
|
-
def ignored_callstack(path); end
|
259
|
-
def silence; end
|
260
|
-
def silenced; end
|
261
|
-
def silenced=(arg0); end
|
262
|
-
def warn(message = nil, callstack = nil); end
|
263
|
-
end
|
264
|
-
module ActiveSupport::Deprecation::DeprecatedConstantAccessor
|
265
|
-
def self.included(base); end
|
266
|
-
end
|
267
|
-
class Array
|
268
|
-
def blank?; end
|
269
|
-
def deep_dup; end
|
270
|
-
def extract_options!; end
|
271
|
-
def to_default_s; end
|
272
|
-
def to_formatted_s(format = nil); end
|
273
|
-
def to_param; end
|
274
|
-
def to_query(key); end
|
275
|
-
def to_sentence(options = nil); end
|
276
|
-
def to_xml(options = nil); end
|
277
|
-
end
|
278
|
-
module ActiveSupport::Deprecation::MethodWrapper
|
279
|
-
def deprecate_methods(target_module, *method_names); end
|
280
|
-
end
|
281
|
-
class ActiveSupport::Deprecation::DeprecationProxy
|
282
|
-
def inspect; end
|
283
|
-
def method_missing(called, *args, &block); end
|
284
|
-
def self.new(*args, &block); end
|
285
|
-
end
|
286
|
-
class ActiveSupport::Deprecation::DeprecatedObjectProxy < ActiveSupport::Deprecation::DeprecationProxy
|
287
|
-
def initialize(object, message, deprecator = nil); end
|
288
|
-
def target; end
|
289
|
-
def warn(callstack, called, args); end
|
290
|
-
end
|
291
|
-
class ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy < ActiveSupport::Deprecation::DeprecationProxy
|
292
|
-
def initialize(instance, method, var = nil, deprecator = nil); end
|
293
|
-
def target; end
|
294
|
-
def warn(callstack, called, args); end
|
295
|
-
end
|
296
|
-
class ActiveSupport::Deprecation::DeprecatedConstantProxy < Module
|
297
|
-
def class; end
|
298
|
-
def const_missing(name); end
|
299
|
-
def hash(**, &&); end
|
300
|
-
def initialize(old_const, new_const, deprecator = nil, message: nil); end
|
301
|
-
def inspect; end
|
302
|
-
def instance_methods(**, &&); end
|
303
|
-
def method_missing(called, *args, &block); end
|
304
|
-
def name(**, &&); end
|
305
|
-
def self.new(*args, **kwargs, &block); end
|
306
|
-
def target; end
|
307
|
-
end
|
308
|
-
module ActiveSupport::Inflector
|
309
|
-
def apply_inflections(word, rules, locale = nil); end
|
310
|
-
def camelize(term, uppercase_first_letter = nil); end
|
311
|
-
def classify(table_name); end
|
312
|
-
def const_regexp(camel_cased_word); end
|
313
|
-
def constantize(camel_cased_word); end
|
314
|
-
def dasherize(underscored_word); end
|
315
|
-
def deconstantize(path); end
|
316
|
-
def demodulize(path); end
|
317
|
-
def foreign_key(class_name, separate_class_name_and_id_with_underscore = nil); end
|
318
|
-
def humanize(lower_case_and_underscored_word, capitalize: nil, keep_id_suffix: nil); end
|
319
|
-
def inflections(locale = nil); end
|
320
|
-
def ordinal(number); end
|
321
|
-
def ordinalize(number); end
|
322
|
-
def parameterize(string, separator: nil, preserve_case: nil, locale: nil); end
|
323
|
-
def pluralize(word, locale = nil); end
|
324
|
-
def safe_constantize(camel_cased_word); end
|
325
|
-
def singularize(word, locale = nil); end
|
326
|
-
def tableize(class_name); end
|
327
|
-
def titleize(word, keep_id_suffix: nil); end
|
328
|
-
def transliterate(string, replacement = nil, locale: nil); end
|
329
|
-
def underscore(camel_cased_word); end
|
330
|
-
def upcase_first(string); end
|
331
|
-
extend ActiveSupport::Inflector
|
332
|
-
extend ActiveSupport::Inflector
|
333
|
-
end
|
334
|
-
class ActiveSupport::Inflector::Inflections
|
335
|
-
def acronym(word); end
|
336
|
-
def acronyms; end
|
337
|
-
def acronyms_camelize_regex; end
|
338
|
-
def acronyms_underscore_regex; end
|
339
|
-
def clear(scope = nil); end
|
340
|
-
def define_acronym_regex_patterns; end
|
341
|
-
def human(rule, replacement); end
|
342
|
-
def humans; end
|
343
|
-
def initialize; end
|
344
|
-
def initialize_dup(orig); end
|
345
|
-
def irregular(singular, plural); end
|
346
|
-
def plural(rule, replacement); end
|
347
|
-
def plurals; end
|
348
|
-
def self.instance(locale = nil); end
|
349
|
-
def singular(rule, replacement); end
|
350
|
-
def singulars; end
|
351
|
-
def uncountable(*words); end
|
352
|
-
def uncountables; end
|
353
|
-
end
|
354
|
-
class ActiveSupport::Inflector::Inflections::Uncountables < Array
|
355
|
-
def <<(*word); end
|
356
|
-
def add(words); end
|
357
|
-
def delete(entry); end
|
358
|
-
def initialize; end
|
359
|
-
def to_regex(string); end
|
360
|
-
def uncountable?(str); end
|
361
|
-
end
|
362
|
-
module ActiveSupport::Autoload
|
363
|
-
def autoload(const_name, path = nil); end
|
364
|
-
def autoload_at(path); end
|
365
|
-
def autoload_under(path); end
|
366
|
-
def autoloads; end
|
367
|
-
def eager_autoload; end
|
368
|
-
def eager_load!; end
|
369
|
-
def self.extended(base); end
|
370
|
-
end
|
371
|
-
module ActiveSupport::VERSION
|
372
|
-
end
|
373
|
-
module ActiveSupport::Concern
|
374
|
-
def append_features(base); end
|
375
|
-
def class_methods(&class_methods_module_definition); end
|
376
|
-
def included(base = nil, &block); end
|
377
|
-
def self.extended(base); end
|
378
|
-
end
|
379
|
-
class ActiveSupport::Concern::MultipleIncludedBlocks < StandardError
|
380
|
-
def initialize; end
|
381
|
-
end
|
382
|
-
module ActiveSupport::LoggerThreadSafeLevel
|
383
|
-
def add(severity, message = nil, progname = nil, &block); end
|
384
|
-
def after_initialize; end
|
385
|
-
def debug?; end
|
386
|
-
def error?; end
|
387
|
-
def fatal?; end
|
388
|
-
def info?; end
|
389
|
-
def level; end
|
390
|
-
def local_level; end
|
391
|
-
def local_level=(level); end
|
392
|
-
def local_log_id; end
|
393
|
-
def unknown?; end
|
394
|
-
def warn?; end
|
395
|
-
extend ActiveSupport::Concern
|
396
|
-
end
|
397
|
-
module LoggerSilence
|
398
|
-
extend ActiveSupport::Concern
|
399
|
-
end
|
400
|
-
module ActiveSupport::LoggerSilence
|
401
|
-
def silence(temporary_level = nil); end
|
402
|
-
extend ActiveSupport::Concern
|
403
|
-
end
|
404
|
-
class ActiveSupport::Logger < Logger
|
405
|
-
def initialize(*args, **kwargs); end
|
406
|
-
def self.broadcast(logger); end
|
407
|
-
def self.local_levels; end
|
408
|
-
def self.local_levels=(obj); end
|
409
|
-
def self.logger_outputs_to?(logger, *sources); end
|
410
|
-
def self.silencer; end
|
411
|
-
def self.silencer=(obj); end
|
412
|
-
def silencer; end
|
413
|
-
def silencer=(obj); end
|
414
|
-
include ActiveSupport::LoggerSilence
|
415
|
-
include ActiveSupport::LoggerThreadSafeLevel
|
416
|
-
end
|
417
|
-
class ActiveSupport::Logger::SimpleFormatter < Logger::Formatter
|
418
|
-
def call(severity, timestamp, progname, msg); end
|
419
|
-
end
|
420
|
-
module DateAndTime
|
421
|
-
end
|
422
|
-
module DateAndTime::Compatibility
|
423
|
-
def preserve_timezone; end
|
424
|
-
def self.preserve_timezone; end
|
425
|
-
def self.preserve_timezone=(obj); end
|
426
|
-
end
|
427
|
-
class Object < BasicObject
|
428
|
-
def acts_like?(duck); end
|
429
|
-
def blank?; end
|
430
|
-
def deep_dup; end
|
431
|
-
def duplicable?; end
|
432
|
-
def presence; end
|
433
|
-
def present?; end
|
434
|
-
def to_param; end
|
435
|
-
def to_query(key); end
|
436
|
-
end
|
437
|
-
class NilClass
|
438
|
-
def blank?; end
|
439
|
-
def to_param; end
|
440
|
-
end
|
441
|
-
class FalseClass
|
442
|
-
def blank?; end
|
443
|
-
def to_param; end
|
444
|
-
end
|
445
|
-
class TrueClass
|
446
|
-
def blank?; end
|
447
|
-
def to_param; end
|
448
|
-
end
|
449
|
-
class String
|
450
|
-
def blank?; end
|
451
|
-
def camelcase(first_letter = nil); end
|
452
|
-
def camelize(first_letter = nil); end
|
453
|
-
def classify; end
|
454
|
-
def constantize; end
|
455
|
-
def dasherize; end
|
456
|
-
def deconstantize; end
|
457
|
-
def demodulize; end
|
458
|
-
def foreign_key(separate_class_name_and_id_with_underscore = nil); end
|
459
|
-
def humanize(capitalize: nil, keep_id_suffix: nil); end
|
460
|
-
def is_utf8?; end
|
461
|
-
def mb_chars; end
|
462
|
-
def parameterize(separator: nil, preserve_case: nil, locale: nil); end
|
463
|
-
def pluralize(count = nil, locale = nil); end
|
464
|
-
def remove!(*patterns); end
|
465
|
-
def remove(*patterns); end
|
466
|
-
def safe_constantize; end
|
467
|
-
def singularize(locale = nil); end
|
468
|
-
def squish!; end
|
469
|
-
def squish; end
|
470
|
-
def tableize; end
|
471
|
-
def titlecase(keep_id_suffix: nil); end
|
472
|
-
def titleize(keep_id_suffix: nil); end
|
473
|
-
def truncate(truncate_at, options = nil); end
|
474
|
-
def truncate_bytes(truncate_at, omission: nil); end
|
475
|
-
def truncate_words(words_count, options = nil); end
|
476
|
-
def underscore; end
|
477
|
-
def upcase_first; end
|
478
|
-
end
|
479
|
-
class Numeric
|
480
|
-
def blank?; end
|
481
|
-
end
|
482
|
-
class Time
|
483
|
-
def blank?; end
|
484
|
-
end
|
485
|
-
class Class < Module
|
486
|
-
def class_attribute(*attrs, instance_accessor: nil, instance_reader: nil, instance_writer: nil, instance_predicate: nil, default: nil); end
|
487
|
-
end
|
488
|
-
module ActiveSupport::RangeWithFormat
|
489
|
-
def to_default_s(format = nil); end
|
490
|
-
def to_formatted_s(format = nil); end
|
491
|
-
def to_s(format = nil); end
|
492
|
-
end
|
493
|
-
module ActiveSupport::CompareWithRange
|
494
|
-
def ===(value); end
|
495
|
-
def cover?(value); end
|
496
|
-
def include?(value); end
|
497
|
-
end
|
498
|
-
module ActiveSupport::Multibyte
|
499
|
-
def self.proxy_class; end
|
500
|
-
def self.proxy_class=(klass); end
|
501
|
-
end
|
502
|
-
class DateTime < Date
|
503
|
-
def <=>(other); end
|
504
|
-
def advance(options); end
|
505
|
-
def ago(seconds); end
|
506
|
-
def at_beginning_of_day; end
|
507
|
-
def at_beginning_of_hour; end
|
508
|
-
def at_beginning_of_minute; end
|
509
|
-
def at_end_of_day; end
|
510
|
-
def at_end_of_hour; end
|
511
|
-
def at_end_of_minute; end
|
512
|
-
def at_midday; end
|
513
|
-
def at_middle_of_day; end
|
514
|
-
def at_midnight; end
|
515
|
-
def at_noon; end
|
516
|
-
def beginning_of_day; end
|
517
|
-
def beginning_of_hour; end
|
518
|
-
def beginning_of_minute; end
|
519
|
-
def change(options); end
|
520
|
-
def end_of_day; end
|
521
|
-
def end_of_hour; end
|
522
|
-
def end_of_minute; end
|
523
|
-
def getgm; end
|
524
|
-
def getlocal(utc_offset = nil); end
|
525
|
-
def getutc; end
|
526
|
-
def gmtime; end
|
527
|
-
def in(seconds); end
|
528
|
-
def localtime(utc_offset = nil); end
|
529
|
-
def midday; end
|
530
|
-
def middle_of_day; end
|
531
|
-
def midnight; end
|
532
|
-
def noon; end
|
533
|
-
def seconds_since_midnight; end
|
534
|
-
def seconds_until_end_of_day; end
|
535
|
-
def self.current; end
|
536
|
-
def since(seconds); end
|
537
|
-
def subsec; end
|
538
|
-
def utc; end
|
539
|
-
def utc?; end
|
540
|
-
def utc_offset; end
|
541
|
-
end
|
542
|
-
module ActiveSupport::XmlMini_REXML
|
543
|
-
def collapse(element, depth); end
|
544
|
-
def empty_content?(element); end
|
545
|
-
def get_attributes(element); end
|
546
|
-
def merge!(hash, key, value); end
|
547
|
-
def merge_element!(hash, element, depth); end
|
548
|
-
def merge_texts!(hash, element); end
|
549
|
-
def parse(data); end
|
550
|
-
extend ActiveSupport::XmlMini_REXML
|
551
|
-
end
|
552
|
-
module ActiveSupport::XmlMini
|
553
|
-
def _dasherize(key); end
|
554
|
-
def _parse_binary(bin, entity); end
|
555
|
-
def _parse_file(file, entity); end
|
556
|
-
def backend; end
|
557
|
-
def backend=(name); end
|
558
|
-
def cast_backend_name_to_module(name); end
|
559
|
-
def current_thread_backend; end
|
560
|
-
def current_thread_backend=(name); end
|
561
|
-
def depth; end
|
562
|
-
def depth=(arg0); end
|
563
|
-
def parse(**, &&); end
|
564
|
-
def rename_key(key, options = nil); end
|
565
|
-
def to_tag(key, value, options); end
|
566
|
-
def with_backend(name); end
|
567
|
-
extend ActiveSupport::XmlMini
|
568
|
-
end
|
569
|
-
module ActiveSupport::XmlMini::FileLike
|
570
|
-
def content_type; end
|
571
|
-
def content_type=(arg0); end
|
572
|
-
def original_filename; end
|
573
|
-
def original_filename=(arg0); end
|
574
|
-
end
|
575
|
-
class ActiveSupport::Duration
|
576
|
-
def %(other); end
|
577
|
-
def *(other); end
|
578
|
-
def +(other); end
|
579
|
-
def -(other); end
|
580
|
-
def -@; end
|
581
|
-
def /(other); end
|
582
|
-
def <=>(other); end
|
583
|
-
def ==(other); end
|
584
|
-
def after(time = nil); end
|
585
|
-
def ago(time = nil); end
|
586
|
-
def as_json(options = nil); end
|
587
|
-
def before(time = nil); end
|
588
|
-
def coerce(other); end
|
589
|
-
def encode_with(coder); end
|
590
|
-
def eql?(other); end
|
591
|
-
def from_now(time = nil); end
|
592
|
-
def hash; end
|
593
|
-
def init_with(coder); end
|
594
|
-
def initialize(value, parts); end
|
595
|
-
def inspect; end
|
596
|
-
def instance_of?(klass); end
|
597
|
-
def is_a?(klass); end
|
598
|
-
def iso8601(precision: nil); end
|
599
|
-
def kind_of?(klass); end
|
600
|
-
def method_missing(method, *args, &block); end
|
601
|
-
def parts; end
|
602
|
-
def parts=(arg0); end
|
603
|
-
def raise_type_error(other); end
|
604
|
-
def respond_to_missing?(method, _); end
|
605
|
-
def self.===(other); end
|
606
|
-
def self.build(value); end
|
607
|
-
def self.calculate_total_seconds(parts); end
|
608
|
-
def self.days(value); end
|
609
|
-
def self.hours(value); end
|
610
|
-
def self.minutes(value); end
|
611
|
-
def self.months(value); end
|
612
|
-
def self.parse(iso8601duration); end
|
613
|
-
def self.seconds(value); end
|
614
|
-
def self.weeks(value); end
|
615
|
-
def self.years(value); end
|
616
|
-
def since(time = nil); end
|
617
|
-
def sum(sign, time = nil); end
|
618
|
-
def to_i; end
|
619
|
-
def to_s; end
|
620
|
-
def until(time = nil); end
|
621
|
-
def value; end
|
622
|
-
def value=(arg0); end
|
623
|
-
end
|
624
|
-
class ActiveSupport::Duration::Scalar < Numeric
|
625
|
-
def %(other); end
|
626
|
-
def *(other); end
|
627
|
-
def +(other); end
|
628
|
-
def -(other); end
|
629
|
-
def -@; end
|
630
|
-
def /(other); end
|
631
|
-
def <=>(other); end
|
632
|
-
def calculate(op, other); end
|
633
|
-
def coerce(other); end
|
634
|
-
def initialize(value); end
|
635
|
-
def raise_type_error(other); end
|
636
|
-
def to_f(**, &&); end
|
637
|
-
def to_i(**, &&); end
|
638
|
-
def to_s(**, &&); end
|
639
|
-
def value; end
|
640
|
-
end
|
641
|
-
class ActiveSupport::TimeZone
|
642
|
-
def <=>(zone); end
|
643
|
-
def =~(re); end
|
644
|
-
def at(*args); end
|
645
|
-
def encode_with(coder); end
|
646
|
-
def formatted_offset(colon = nil, alternate_utc_string = nil); end
|
647
|
-
def init_with(coder); end
|
648
|
-
def initialize(name, utc_offset = nil, tzinfo = nil); end
|
649
|
-
def iso8601(str); end
|
650
|
-
def local(*args); end
|
651
|
-
def local_to_utc(time, dst = nil); end
|
652
|
-
def name; end
|
653
|
-
def now; end
|
654
|
-
def parse(str, now = nil); end
|
655
|
-
def parts_to_time(parts, now); end
|
656
|
-
def period_for_local(time, dst = nil); end
|
657
|
-
def period_for_utc(time); end
|
658
|
-
def periods_for_local(time); end
|
659
|
-
def rfc3339(str); end
|
660
|
-
def self.[](arg); end
|
661
|
-
def self.all; end
|
662
|
-
def self.clear; end
|
663
|
-
def self.country_zones(country_code); end
|
664
|
-
def self.create(*arg0); end
|
665
|
-
def self.find_tzinfo(name); end
|
666
|
-
def self.load_country_zones(code); end
|
667
|
-
def self.new(name); end
|
668
|
-
def self.seconds_to_utc_offset(seconds, colon = nil); end
|
669
|
-
def self.us_zones; end
|
670
|
-
def self.zones_map; end
|
671
|
-
def strptime(str, format, now = nil); end
|
672
|
-
def time_now; end
|
673
|
-
def to_s; end
|
674
|
-
def today; end
|
675
|
-
def tomorrow; end
|
676
|
-
def tzinfo; end
|
677
|
-
def utc_offset; end
|
678
|
-
def utc_to_local(time); end
|
679
|
-
def yesterday; end
|
680
|
-
include Comparable
|
681
|
-
end
|
682
|
-
class ActiveSupport::TimeWithZone
|
683
|
-
def +(other); end
|
684
|
-
def -(other); end
|
685
|
-
def <=>(other); end
|
686
|
-
def acts_like_time?; end
|
687
|
-
def advance(options); end
|
688
|
-
def after?(arg0); end
|
689
|
-
def ago(other); end
|
690
|
-
def as_json(options = nil); end
|
691
|
-
def before?(arg0); end
|
692
|
-
def between?(min, max); end
|
693
|
-
def blank?; end
|
694
|
-
def change(options); end
|
695
|
-
def comparable_time; end
|
696
|
-
def day; end
|
697
|
-
def dst?; end
|
698
|
-
def duration_of_variable_length?(obj); end
|
699
|
-
def encode_with(coder); end
|
700
|
-
def eql?(other); end
|
701
|
-
def formatted_offset(colon = nil, alternate_utc_string = nil); end
|
702
|
-
def freeze; end
|
703
|
-
def future?; end
|
704
|
-
def get_period_and_ensure_valid_local_time(period); end
|
705
|
-
def getgm; end
|
706
|
-
def getlocal(utc_offset = nil); end
|
707
|
-
def getutc; end
|
708
|
-
def gmt?; end
|
709
|
-
def gmt_offset; end
|
710
|
-
def gmtime; end
|
711
|
-
def gmtoff; end
|
712
|
-
def hash; end
|
713
|
-
def hour; end
|
714
|
-
def httpdate; end
|
715
|
-
def in(other); end
|
716
|
-
def in_time_zone(new_zone = nil); end
|
717
|
-
def init_with(coder); end
|
718
|
-
def initialize(utc_time, time_zone, local_time = nil, period = nil); end
|
719
|
-
def inspect; end
|
720
|
-
def is_a?(klass); end
|
721
|
-
def isdst; end
|
722
|
-
def iso8601(fraction_digits = nil); end
|
723
|
-
def kind_of?(klass); end
|
724
|
-
def localtime(utc_offset = nil); end
|
725
|
-
def marshal_dump; end
|
726
|
-
def marshal_load(variables); end
|
727
|
-
def mday; end
|
728
|
-
def method_missing(sym, *args, &block); end
|
729
|
-
def min; end
|
730
|
-
def mon; end
|
731
|
-
def month; end
|
732
|
-
def nsec; end
|
733
|
-
def past?; end
|
734
|
-
def period; end
|
735
|
-
def respond_to?(sym, include_priv = nil); end
|
736
|
-
def respond_to_missing?(sym, include_priv); end
|
737
|
-
def rfc2822; end
|
738
|
-
def rfc3339(fraction_digits = nil); end
|
739
|
-
def rfc822; end
|
740
|
-
def sec; end
|
741
|
-
def self.name; end
|
742
|
-
def since(other); end
|
743
|
-
def strftime(format); end
|
744
|
-
def time; end
|
745
|
-
def time_zone; end
|
746
|
-
def to_a; end
|
747
|
-
def to_date; end
|
748
|
-
def to_datetime; end
|
749
|
-
def to_f; end
|
750
|
-
def to_formatted_s(format = nil); end
|
751
|
-
def to_i; end
|
752
|
-
def to_r; end
|
753
|
-
def to_s(format = nil); end
|
754
|
-
def to_time; end
|
755
|
-
def today?; end
|
756
|
-
def transfer_time_values_to_utc_constructor(time); end
|
757
|
-
def tv_sec; end
|
758
|
-
def usec; end
|
759
|
-
def utc; end
|
760
|
-
def utc?; end
|
761
|
-
def utc_offset; end
|
762
|
-
def wday; end
|
763
|
-
def wrap_with_time_zone(time); end
|
764
|
-
def xmlschema(fraction_digits = nil); end
|
765
|
-
def yday; end
|
766
|
-
def year; end
|
767
|
-
def zone; end
|
768
|
-
include Comparable
|
769
|
-
end
|
770
|
-
module ActiveSupport::IncludeTimeWithZone
|
771
|
-
def include?(value); end
|
772
|
-
end
|
773
|
-
class Range
|
774
|
-
def overlaps?(other); end
|
775
|
-
end
|
776
|
-
module ActiveSupport::EachTimeWithZone
|
777
|
-
def each(&block); end
|
778
|
-
def ensure_iteration_allowed; end
|
779
|
-
def step(n = nil, &block); end
|
780
|
-
end
|
781
|
-
module ActiveSupport::DescendantsTracker
|
782
|
-
def descendants; end
|
783
|
-
def direct_descendants; end
|
784
|
-
def inherited(base); end
|
785
|
-
def self.accumulate_descendants(klass, acc); end
|
786
|
-
def self.clear; end
|
787
|
-
def self.descendants(klass); end
|
788
|
-
def self.direct_descendants(klass); end
|
789
|
-
def self.store_inherited(klass, descendant); end
|
790
|
-
end
|
791
|
-
class ActiveSupport::DescendantsTracker::DescendantsArray
|
792
|
-
def <<(klass); end
|
793
|
-
def cleanup!; end
|
794
|
-
def each; end
|
795
|
-
def initialize; end
|
796
|
-
def initialize_copy(orig); end
|
797
|
-
def refs_size; end
|
798
|
-
def reject!; end
|
799
|
-
include Enumerable
|
800
|
-
end
|
801
|
-
module ActiveSupport::Callbacks
|
802
|
-
def halted_callback_hook(filter); end
|
803
|
-
def run_callbacks(kind); end
|
804
|
-
extend ActiveSupport::Concern
|
805
|
-
end
|
806
|
-
module ActiveSupport::Callbacks::Conditionals
|
807
|
-
end
|
808
|
-
class ActiveSupport::Callbacks::Conditionals::Value
|
809
|
-
def call(target, value); end
|
810
|
-
def initialize(&block); end
|
811
|
-
end
|
812
|
-
module ActiveSupport::Callbacks::Filters
|
813
|
-
end
|
814
|
-
class ActiveSupport::Callbacks::Filters::Environment < Struct
|
815
|
-
def halted; end
|
816
|
-
def halted=(_); end
|
817
|
-
def self.[](*arg0); end
|
818
|
-
def self.inspect; end
|
819
|
-
def self.members; end
|
820
|
-
def self.new(*arg0); end
|
821
|
-
def target; end
|
822
|
-
def target=(_); end
|
823
|
-
def value; end
|
824
|
-
def value=(_); end
|
825
|
-
end
|
826
|
-
class ActiveSupport::Callbacks::Filters::Before
|
827
|
-
def self.build(callback_sequence, user_callback, user_conditions, chain_config, filter); end
|
828
|
-
def self.halting(callback_sequence, user_callback, halted_lambda, filter); end
|
829
|
-
def self.halting_and_conditional(callback_sequence, user_callback, user_conditions, halted_lambda, filter); end
|
830
|
-
end
|
831
|
-
class ActiveSupport::Callbacks::Filters::After
|
832
|
-
def self.build(callback_sequence, user_callback, user_conditions, chain_config); end
|
833
|
-
def self.conditional(callback_sequence, user_callback, user_conditions); end
|
834
|
-
def self.halting(callback_sequence, user_callback); end
|
835
|
-
def self.halting_and_conditional(callback_sequence, user_callback, user_conditions); end
|
836
|
-
def self.simple(callback_sequence, user_callback); end
|
837
|
-
end
|
838
|
-
class ActiveSupport::Callbacks::Callback
|
839
|
-
def apply(callback_sequence); end
|
840
|
-
def chain_config; end
|
841
|
-
def check_conditionals(conditionals); end
|
842
|
-
def compute_identifier(filter); end
|
843
|
-
def conditions_lambdas; end
|
844
|
-
def current_scopes; end
|
845
|
-
def duplicates?(other); end
|
846
|
-
def filter; end
|
847
|
-
def initialize(name, filter, kind, options, chain_config); end
|
848
|
-
def kind; end
|
849
|
-
def kind=(arg0); end
|
850
|
-
def matches?(_kind, _filter); end
|
851
|
-
def merge_conditional_options(chain, if_option:, unless_option:); end
|
852
|
-
def name; end
|
853
|
-
def name=(arg0); end
|
854
|
-
def raw_filter; end
|
855
|
-
def self.build(chain, filter, kind, options); end
|
856
|
-
end
|
857
|
-
class ActiveSupport::Callbacks::CallTemplate
|
858
|
-
def expand(target, value, block); end
|
859
|
-
def initialize(target, method, arguments, block); end
|
860
|
-
def inverted_lambda; end
|
861
|
-
def make_lambda; end
|
862
|
-
def self.build(filter, callback); end
|
863
|
-
end
|
864
|
-
class ActiveSupport::Callbacks::CallbackSequence
|
865
|
-
def after(&after); end
|
866
|
-
def around(call_template, user_conditions); end
|
867
|
-
def before(&before); end
|
868
|
-
def expand_call_template(arg, block); end
|
869
|
-
def final?; end
|
870
|
-
def initialize(nested = nil, call_template = nil, user_conditions = nil); end
|
871
|
-
def invoke_after(arg); end
|
872
|
-
def invoke_before(arg); end
|
873
|
-
def nested; end
|
874
|
-
def skip?(arg); end
|
875
|
-
end
|
876
|
-
class ActiveSupport::Callbacks::CallbackChain
|
877
|
-
def append(*callbacks); end
|
878
|
-
def append_one(callback); end
|
879
|
-
def chain; end
|
880
|
-
def clear; end
|
881
|
-
def compile; end
|
882
|
-
def config; end
|
883
|
-
def default_terminator; end
|
884
|
-
def delete(o); end
|
885
|
-
def each(&block); end
|
886
|
-
def empty?; end
|
887
|
-
def index(o); end
|
888
|
-
def initialize(name, config); end
|
889
|
-
def initialize_copy(other); end
|
890
|
-
def insert(index, o); end
|
891
|
-
def name; end
|
892
|
-
def prepend(*callbacks); end
|
893
|
-
def prepend_one(callback); end
|
894
|
-
def remove_duplicates(callback); end
|
895
|
-
include Enumerable
|
896
|
-
end
|
897
|
-
module ActiveSupport::Callbacks::ClassMethods
|
898
|
-
def __update_callbacks(name); end
|
899
|
-
def define_callbacks(*names); end
|
900
|
-
def get_callbacks(name); end
|
901
|
-
def normalize_callback_params(filters, block); end
|
902
|
-
def reset_callbacks(name); end
|
903
|
-
def set_callback(name, *filter_list, &block); end
|
904
|
-
def set_callbacks(name, callbacks); end
|
905
|
-
def skip_callback(name, *filter_list, &block); end
|
906
|
-
end
|
907
|
-
class Method
|
908
|
-
def duplicable?; end
|
909
|
-
end
|
910
|
-
class UnboundMethod
|
911
|
-
def duplicable?; end
|
912
|
-
end
|