sorbet-struct-comparable 1.1.0 → 1.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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ci.yml +47 -52
  3. data/.gitignore +3 -0
  4. data/CHANGELOG.md +4 -0
  5. data/Gemfile +3 -8
  6. data/lib/sorbet-struct-comparable/version.rb +1 -1
  7. data/lib/t/struct/acts_as_comparable.rb +5 -0
  8. data/nix/sources.json +14 -0
  9. data/nix/sources.nix +174 -0
  10. data/run_ci.sh +6 -0
  11. data/shell.nix +20 -0
  12. data/sorbet/config +2 -0
  13. data/sorbet/rbi/gems/ast@2.4.2.rbi +54 -0
  14. data/sorbet/rbi/gems/byebug@11.1.3.rbi +1568 -0
  15. data/sorbet/rbi/gems/coderay@1.1.3.rbi +1005 -0
  16. data/sorbet/rbi/gems/diff-lcs@1.4.4.rbi +8 -0
  17. data/sorbet/rbi/gems/docile@1.4.0.rbi +54 -0
  18. data/sorbet/rbi/gems/method_source@1.0.0.rbi +72 -0
  19. data/sorbet/rbi/gems/parser@3.0.2.0.rbi +1188 -0
  20. data/sorbet/rbi/gems/pry-byebug@3.9.0.rbi +461 -0
  21. data/sorbet/rbi/gems/{pry.rbi → pry@0.13.1.rbi} +2308 -1706
  22. data/sorbet/rbi/{sorbet-typed/lib/rake/all/rake.rbi → gems/rake@13.0.6.rbi} +580 -430
  23. data/sorbet/rbi/gems/rbi@0.0.6.rbi +1405 -0
  24. data/sorbet/rbi/gems/{rspec-core.rbi → rspec-core@3.10.1.rbi} +2303 -1735
  25. data/sorbet/rbi/gems/{rspec-expectations.rbi → rspec-expectations@3.10.1.rbi} +1133 -707
  26. data/sorbet/rbi/gems/{rspec-mocks.rbi → rspec-mocks@3.10.2.rbi} +1299 -937
  27. data/sorbet/rbi/gems/rspec-support@3.10.2.rbi +509 -0
  28. data/sorbet/rbi/gems/rspec@3.10.0.rbi +38 -0
  29. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +89 -0
  30. data/sorbet/rbi/gems/{simplecov.rbi → simplecov@0.21.2.rbi} +451 -293
  31. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.3.rbi +8 -0
  32. data/sorbet/rbi/gems/spoom@1.1.5.rbi +1241 -0
  33. data/sorbet/rbi/gems/tapioca@0.5.2.rbi +949 -0
  34. data/sorbet/rbi/gems/thor@1.1.0.rbi +839 -0
  35. data/sorbet/rbi/gems/unparser@0.6.0.rbi +8 -0
  36. metadata +34 -29
  37. data/.ruby-version +0 -1
  38. data/sorbet/rbi/gems/byebug.rbi +0 -1041
  39. data/sorbet/rbi/gems/coderay.rbi +0 -92
  40. data/sorbet/rbi/gems/docile.rbi +0 -36
  41. data/sorbet/rbi/gems/listen.rbi +0 -301
  42. data/sorbet/rbi/gems/method_source.rbi +0 -64
  43. data/sorbet/rbi/gems/pry-byebug.rbi +0 -155
  44. data/sorbet/rbi/gems/rake.rbi +0 -642
  45. data/sorbet/rbi/gems/rspec-support.rbi +0 -280
  46. data/sorbet/rbi/gems/rspec.rbi +0 -15
  47. data/sorbet/rbi/gems/simplecov-html.rbi +0 -35
  48. data/sorbet/rbi/gems/simplecov_json_formatter.rbi +0 -45
  49. data/sorbet/rbi/hidden-definitions/errors.txt +0 -2742
  50. data/sorbet/rbi/hidden-definitions/hidden.rbi +0 -6540
  51. data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +0 -1891
  52. data/sorbet/rbi/todo.rbi +0 -6
@@ -0,0 +1,509 @@
1
+ # DO NOT EDIT MANUALLY
2
+ # This is an autogenerated file for types exported from the `rspec-support` gem.
3
+ # Please instead update this file by running `bin/tapioca gem rspec-support`.
4
+
5
+ # typed: true
6
+
7
+ module RSpec
8
+ extend ::RSpec::Support::Warnings
9
+ extend ::RSpec::Core::Warnings
10
+
11
+ class << self
12
+ def clear_examples; end
13
+ def configuration; end
14
+ def configuration=(_arg0); end
15
+ def configure; end
16
+ def const_missing(name); end
17
+ def context(*args, &example_group_block); end
18
+ def current_example; end
19
+ def current_example=(example); end
20
+ def describe(*args, &example_group_block); end
21
+ def example_group(*args, &example_group_block); end
22
+ def fcontext(*args, &example_group_block); end
23
+ def fdescribe(*args, &example_group_block); end
24
+ def reset; end
25
+ def shared_context(name, *args, &block); end
26
+ def shared_examples(name, *args, &block); end
27
+ def shared_examples_for(name, *args, &block); end
28
+ def world; end
29
+ def world=(_arg0); end
30
+ def xcontext(*args, &example_group_block); end
31
+ def xdescribe(*args, &example_group_block); end
32
+ end
33
+ end
34
+
35
+ class RSpec::CallerFilter
36
+ class << self
37
+ def first_non_rspec_line(skip_frames = T.unsafe(nil), increment = T.unsafe(nil)); end
38
+ end
39
+ end
40
+
41
+ RSpec::CallerFilter::ADDITIONAL_TOP_LEVEL_FILES = T.let(T.unsafe(nil), Array)
42
+ RSpec::CallerFilter::IGNORE_REGEX = T.let(T.unsafe(nil), Regexp)
43
+ RSpec::CallerFilter::LIB_REGEX = T.let(T.unsafe(nil), Regexp)
44
+ RSpec::CallerFilter::RSPEC_LIBS = T.let(T.unsafe(nil), Array)
45
+ RSpec::MODULES_TO_AUTOLOAD = T.let(T.unsafe(nil), Hash)
46
+ RSpec::SharedContext = RSpec::Core::SharedContext
47
+
48
+ module RSpec::Support
49
+ class << self
50
+ def class_of(object); end
51
+ def define_optimized_require_for_rspec(lib, &require_relative); end
52
+ def deregister_matcher_definition(&block); end
53
+ def failure_notifier; end
54
+ def failure_notifier=(callable); end
55
+ def is_a_matcher?(object); end
56
+ def matcher_definitions; end
57
+ def method_handle_for(object, method_name); end
58
+ def notify_failure(failure, options = T.unsafe(nil)); end
59
+ def register_matcher_definition(&block); end
60
+ def require_rspec_core(f); end
61
+ def require_rspec_expectations(f); end
62
+ def require_rspec_matchers(f); end
63
+ def require_rspec_mocks(f); end
64
+ def require_rspec_support(f); end
65
+ def rspec_description_for_object(object); end
66
+ def thread_local_data; end
67
+ def warning_notifier; end
68
+ def warning_notifier=(_arg0); end
69
+ def with_failure_notifier(callable); end
70
+ end
71
+ end
72
+
73
+ module RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue
74
+ class << self
75
+ def ===(exception); end
76
+ end
77
+ end
78
+
79
+ RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue::AVOID_RESCUING = T.let(T.unsafe(nil), Array)
80
+
81
+ class RSpec::Support::BlockSignature < ::RSpec::Support::MethodSignature
82
+ def classify_parameters; end
83
+ end
84
+
85
+ class RSpec::Support::ComparableVersion
86
+ include ::Comparable
87
+
88
+ def initialize(string); end
89
+
90
+ def <=>(other); end
91
+ def segments; end
92
+ def string; end
93
+ end
94
+
95
+ RSpec::Support::DEFAULT_FAILURE_NOTIFIER = T.let(T.unsafe(nil), Proc)
96
+ RSpec::Support::DEFAULT_WARNING_NOTIFIER = T.let(T.unsafe(nil), Proc)
97
+
98
+ class RSpec::Support::Differ
99
+ def initialize(opts = T.unsafe(nil)); end
100
+
101
+ def color?; end
102
+ def diff(actual, expected); end
103
+ def diff_as_object(actual, expected); end
104
+ def diff_as_string(actual, expected); end
105
+
106
+ private
107
+
108
+ def add_old_hunk_to_hunk(hunk, oldhunk); end
109
+ def add_to_output(output, string); end
110
+ def all_strings?(*args); end
111
+ def any_multiline_strings?(*args); end
112
+ def blue(text); end
113
+ def build_hunks(actual, expected); end
114
+ def coerce_to_string(string_or_array); end
115
+ def color(text, color_code); end
116
+ def color_diff(diff); end
117
+ def diffably_stringify(array); end
118
+ def finalize_output(output, final_line); end
119
+ def format_type; end
120
+ def green(text); end
121
+ def handle_encoding_errors(actual, expected); end
122
+ def hash_to_string(hash); end
123
+ def multiline?(string); end
124
+ def no_numbers?(*args); end
125
+ def no_procs?(*args); end
126
+ def normal(text); end
127
+ def object_to_string(object); end
128
+ def red(text); end
129
+ def safely_flatten(array); end
130
+ end
131
+
132
+ class RSpec::Support::DirectoryMaker
133
+ class << self
134
+ def mkdir_p(path); end
135
+
136
+ private
137
+
138
+ def directory_exists?(dirname); end
139
+ def generate_path(stack, part); end
140
+ def generate_stack(path); end
141
+ end
142
+ end
143
+
144
+ class RSpec::Support::EncodedString
145
+ def initialize(string, encoding = T.unsafe(nil)); end
146
+
147
+ def <<(string); end
148
+ def ==(*args, &block); end
149
+ def empty?(*args, &block); end
150
+ def encoding(*args, &block); end
151
+ def eql?(*args, &block); end
152
+ def lines(*args, &block); end
153
+ def source_encoding; end
154
+ def split(regex_or_string); end
155
+ def to_s; end
156
+ def to_str; end
157
+
158
+ private
159
+
160
+ def detect_source_encoding(string); end
161
+ def matching_encoding(string); end
162
+ def remove_invalid_bytes(string); end
163
+
164
+ class << self
165
+ def pick_encoding(source_a, source_b); end
166
+ end
167
+ end
168
+
169
+ RSpec::Support::EncodedString::REPLACE = T.let(T.unsafe(nil), String)
170
+ RSpec::Support::EncodedString::US_ASCII = T.let(T.unsafe(nil), String)
171
+ RSpec::Support::EncodedString::UTF_8 = T.let(T.unsafe(nil), String)
172
+
173
+ module RSpec::Support::FuzzyMatcher
174
+ class << self
175
+ def values_match?(expected, actual); end
176
+
177
+ private
178
+
179
+ def arrays_match?(expected_list, actual_list); end
180
+ def hashes_match?(expected_hash, actual_hash); end
181
+ end
182
+ end
183
+
184
+ class RSpec::Support::HunkGenerator
185
+ def initialize(actual, expected); end
186
+
187
+ def hunks; end
188
+
189
+ private
190
+
191
+ def actual_lines; end
192
+ def build_hunk(piece); end
193
+ def context_lines; end
194
+ def diffs; end
195
+ def expected_lines; end
196
+ end
197
+
198
+ RSpec::Support::KERNEL_METHOD_METHOD = T.let(T.unsafe(nil), UnboundMethod)
199
+
200
+ class RSpec::Support::LooseSignatureVerifier < ::RSpec::Support::MethodSignatureVerifier
201
+ private
202
+
203
+ def split_args(*args); end
204
+ end
205
+
206
+ class RSpec::Support::LooseSignatureVerifier::SignatureWithKeywordArgumentsMatcher
207
+ def initialize(signature); end
208
+
209
+ def has_kw_args_in?(args); end
210
+ def invalid_kw_args_from(_kw_args); end
211
+ def missing_kw_args_from(_kw_args); end
212
+ def non_kw_args_arity_description; end
213
+ def valid_non_kw_args?(*args); end
214
+ end
215
+
216
+ class RSpec::Support::MethodSignature
217
+ def initialize(method); end
218
+
219
+ def arbitrary_kw_args?; end
220
+ def classify_arity(arity = T.unsafe(nil)); end
221
+ def classify_parameters; end
222
+ def could_contain_kw_args?(args); end
223
+ def description; end
224
+ def has_kw_args_in?(args); end
225
+ def invalid_kw_args_from(given_kw_args); end
226
+ def max_non_kw_args; end
227
+ def min_non_kw_args; end
228
+ def missing_kw_args_from(given_kw_args); end
229
+ def non_kw_args_arity_description; end
230
+ def optional_kw_args; end
231
+ def required_kw_args; end
232
+ def unlimited_args?; end
233
+ def valid_non_kw_args?(positional_arg_count, optional_max_arg_count = T.unsafe(nil)); end
234
+ end
235
+
236
+ RSpec::Support::MethodSignature::INFINITY = T.let(T.unsafe(nil), Float)
237
+
238
+ class RSpec::Support::MethodSignatureExpectation
239
+ def initialize; end
240
+
241
+ def empty?; end
242
+ def expect_arbitrary_keywords; end
243
+ def expect_arbitrary_keywords=(_arg0); end
244
+ def expect_unlimited_arguments; end
245
+ def expect_unlimited_arguments=(_arg0); end
246
+ def keywords; end
247
+ def keywords=(values); end
248
+ def max_count; end
249
+ def max_count=(number); end
250
+ def min_count; end
251
+ def min_count=(number); end
252
+ end
253
+
254
+ class RSpec::Support::MethodSignatureVerifier
255
+ def initialize(signature, args = T.unsafe(nil)); end
256
+
257
+ def error_message; end
258
+ def kw_args; end
259
+ def max_non_kw_args; end
260
+ def min_non_kw_args; end
261
+ def non_kw_args; end
262
+ def valid?; end
263
+ def with_expectation(expectation); end
264
+
265
+ private
266
+
267
+ def arbitrary_kw_args?; end
268
+ def invalid_kw_args; end
269
+ def missing_kw_args; end
270
+ def split_args(*args); end
271
+ def unlimited_args?; end
272
+ def valid_non_kw_args?; end
273
+ end
274
+
275
+ class RSpec::Support::Mutex < ::Thread::Mutex
276
+ class << self
277
+ def new; end
278
+ end
279
+ end
280
+
281
+ RSpec::Support::Mutex::NEW_MUTEX_METHOD = T.let(T.unsafe(nil), Method)
282
+
283
+ module RSpec::Support::OS
284
+ private
285
+
286
+ def windows?; end
287
+ def windows_file_path?; end
288
+
289
+ class << self
290
+ def windows?; end
291
+ def windows_file_path?; end
292
+ end
293
+ end
294
+
295
+ class RSpec::Support::ObjectFormatter
296
+ def initialize(max_formatted_output_length = T.unsafe(nil)); end
297
+
298
+ def format(object); end
299
+ def max_formatted_output_length; end
300
+ def max_formatted_output_length=(_arg0); end
301
+ def prepare_array(array); end
302
+ def prepare_element(element); end
303
+ def prepare_for_inspection(object); end
304
+ def prepare_hash(input_hash); end
305
+ def recursive_structure?(object); end
306
+ def sort_hash_keys(input_hash); end
307
+ def with_entering_structure(structure); end
308
+
309
+ private
310
+
311
+ def truncate_string(str, start_index, end_index); end
312
+
313
+ class << self
314
+ def default_instance; end
315
+ def format(object); end
316
+ def prepare_for_inspection(object); end
317
+ end
318
+ end
319
+
320
+ class RSpec::Support::ObjectFormatter::BaseInspector < ::Struct
321
+ def formatter; end
322
+ def formatter=(_); end
323
+ def inspect; end
324
+ def object; end
325
+ def object=(_); end
326
+ def pretty_print(pp); end
327
+
328
+ class << self
329
+ def [](*_arg0); end
330
+ def can_inspect?(_object); end
331
+ def inspect; end
332
+ def members; end
333
+ def new(*_arg0); end
334
+ end
335
+ end
336
+
337
+ class RSpec::Support::ObjectFormatter::BigDecimalInspector < ::RSpec::Support::ObjectFormatter::BaseInspector
338
+ def inspect; end
339
+
340
+ class << self
341
+ def can_inspect?(object); end
342
+ end
343
+ end
344
+
345
+ class RSpec::Support::ObjectFormatter::DateTimeInspector < ::RSpec::Support::ObjectFormatter::BaseInspector
346
+ def inspect; end
347
+
348
+ class << self
349
+ def can_inspect?(object); end
350
+ end
351
+ end
352
+
353
+ RSpec::Support::ObjectFormatter::DateTimeInspector::FORMAT = T.let(T.unsafe(nil), String)
354
+
355
+ class RSpec::Support::ObjectFormatter::DelegatorInspector < ::RSpec::Support::ObjectFormatter::BaseInspector
356
+ def inspect; end
357
+
358
+ class << self
359
+ def can_inspect?(object); end
360
+ end
361
+ end
362
+
363
+ class RSpec::Support::ObjectFormatter::DescribableMatcherInspector < ::RSpec::Support::ObjectFormatter::BaseInspector
364
+ def inspect; end
365
+
366
+ class << self
367
+ def can_inspect?(object); end
368
+ end
369
+ end
370
+
371
+ RSpec::Support::ObjectFormatter::ELLIPSIS = T.let(T.unsafe(nil), String)
372
+ RSpec::Support::ObjectFormatter::INSPECTOR_CLASSES = T.let(T.unsafe(nil), Array)
373
+
374
+ class RSpec::Support::ObjectFormatter::InspectableItem < ::Struct
375
+ def inspect; end
376
+ def pretty_print(pp); end
377
+ def text; end
378
+ def text=(_); end
379
+
380
+ class << self
381
+ def [](*_arg0); end
382
+ def inspect; end
383
+ def members; end
384
+ def new(*_arg0); end
385
+ end
386
+ end
387
+
388
+ class RSpec::Support::ObjectFormatter::InspectableObjectInspector < ::RSpec::Support::ObjectFormatter::BaseInspector
389
+ def inspect; end
390
+
391
+ class << self
392
+ def can_inspect?(object); end
393
+ end
394
+ end
395
+
396
+ class RSpec::Support::ObjectFormatter::TimeInspector < ::RSpec::Support::ObjectFormatter::BaseInspector
397
+ def inspect; end
398
+
399
+ class << self
400
+ def can_inspect?(object); end
401
+ end
402
+ end
403
+
404
+ RSpec::Support::ObjectFormatter::TimeInspector::FORMAT = T.let(T.unsafe(nil), String)
405
+
406
+ class RSpec::Support::ObjectFormatter::UninspectableObjectInspector < ::RSpec::Support::ObjectFormatter::BaseInspector
407
+ def inspect; end
408
+ def klass; end
409
+ def native_object_id; end
410
+
411
+ class << self
412
+ def can_inspect?(object); end
413
+ end
414
+ end
415
+
416
+ RSpec::Support::ObjectFormatter::UninspectableObjectInspector::OBJECT_ID_FORMAT = T.let(T.unsafe(nil), String)
417
+
418
+ module RSpec::Support::RecursiveConstMethods
419
+ def const_defined_on?(mod, const_name); end
420
+ def constants_defined_on(mod); end
421
+ def get_const_defined_on(mod, const_name); end
422
+ def normalize_const_name(const_name); end
423
+ def recursive_const_defined?(const_name); end
424
+ def recursive_const_get(const_name); end
425
+ end
426
+
427
+ class RSpec::Support::ReentrantMutex
428
+ def initialize; end
429
+
430
+ def synchronize; end
431
+
432
+ private
433
+
434
+ def enter; end
435
+ def exit; end
436
+ end
437
+
438
+ module RSpec::Support::Ruby
439
+ private
440
+
441
+ def jruby?; end
442
+ def jruby_9000?; end
443
+ def jruby_version; end
444
+ def mri?; end
445
+ def non_mri?; end
446
+ def rbx?; end
447
+ def truffleruby?; end
448
+
449
+ class << self
450
+ def jruby?; end
451
+ def jruby_9000?; end
452
+ def jruby_version; end
453
+ def mri?; end
454
+ def non_mri?; end
455
+ def rbx?; end
456
+ def truffleruby?; end
457
+ end
458
+ end
459
+
460
+ module RSpec::Support::RubyFeatures
461
+ private
462
+
463
+ def caller_locations_supported?; end
464
+ def fork_supported?; end
465
+ def kw_args_supported?; end
466
+ def module_prepends_supported?; end
467
+ def module_refinement_supported?; end
468
+ def optional_and_splat_args_supported?; end
469
+ def required_kw_args_supported?; end
470
+ def ripper_supported?; end
471
+ def supports_exception_cause?; end
472
+ def supports_rebinding_module_methods?; end
473
+ def supports_taint?; end
474
+
475
+ class << self
476
+ def caller_locations_supported?; end
477
+ def fork_supported?; end
478
+ def kw_args_supported?; end
479
+ def module_prepends_supported?; end
480
+ def module_refinement_supported?; end
481
+ def optional_and_splat_args_supported?; end
482
+ def required_kw_args_supported?; end
483
+ def ripper_supported?; end
484
+ def supports_exception_cause?; end
485
+ def supports_rebinding_module_methods?; end
486
+ def supports_taint?; end
487
+ end
488
+ end
489
+
490
+ RSpec::Support::StrictSignatureVerifier = RSpec::Support::MethodSignatureVerifier
491
+ module RSpec::Support::Version; end
492
+ RSpec::Support::Version::STRING = T.let(T.unsafe(nil), String)
493
+
494
+ module RSpec::Support::Warnings
495
+ def deprecate(deprecated, options = T.unsafe(nil)); end
496
+ def warn_deprecation(message, options = T.unsafe(nil)); end
497
+ def warn_with(message, options = T.unsafe(nil)); end
498
+ def warning(text, options = T.unsafe(nil)); end
499
+ end
500
+
501
+ module RSpec::Support::WithKeywordsWhenNeeded
502
+ private
503
+
504
+ def class_exec(klass, *args, &block); end
505
+
506
+ class << self
507
+ def class_exec(klass, *args, &block); end
508
+ end
509
+ end
@@ -0,0 +1,38 @@
1
+ # DO NOT EDIT MANUALLY
2
+ # This is an autogenerated file for types exported from the `rspec` gem.
3
+ # Please instead update this file by running `bin/tapioca gem rspec`.
4
+
5
+ # typed: true
6
+
7
+ module RSpec
8
+ extend ::RSpec::Support::Warnings
9
+ extend ::RSpec::Core::Warnings
10
+
11
+ class << self
12
+ def clear_examples; end
13
+ def configuration; end
14
+ def configuration=(_arg0); end
15
+ def configure; end
16
+ def const_missing(name); end
17
+ def context(*args, &example_group_block); end
18
+ def current_example; end
19
+ def current_example=(example); end
20
+ def describe(*args, &example_group_block); end
21
+ def example_group(*args, &example_group_block); end
22
+ def fcontext(*args, &example_group_block); end
23
+ def fdescribe(*args, &example_group_block); end
24
+ def reset; end
25
+ def shared_context(name, *args, &block); end
26
+ def shared_examples(name, *args, &block); end
27
+ def shared_examples_for(name, *args, &block); end
28
+ def world; end
29
+ def world=(_arg0); end
30
+ def xcontext(*args, &example_group_block); end
31
+ def xdescribe(*args, &example_group_block); end
32
+ end
33
+ end
34
+
35
+ RSpec::MODULES_TO_AUTOLOAD = T.let(T.unsafe(nil), Hash)
36
+ RSpec::SharedContext = RSpec::Core::SharedContext
37
+ module RSpec::Version; end
38
+ RSpec::Version::STRING = T.let(T.unsafe(nil), String)
@@ -0,0 +1,89 @@
1
+ # DO NOT EDIT MANUALLY
2
+ # This is an autogenerated file for types exported from the `simplecov-html` gem.
3
+ # Please instead update this file by running `bin/tapioca gem simplecov-html`.
4
+
5
+ # typed: true
6
+
7
+ module SimpleCov
8
+ extend ::SimpleCov::Configuration
9
+
10
+ class << self
11
+ def at_exit_behavior; end
12
+ def clear_result; end
13
+ def collate(result_filenames, profile = T.unsafe(nil), ignore_timeout: T.unsafe(nil), &block); end
14
+ def exit_and_report_previous_error(exit_status); end
15
+ def exit_status_from_exception; end
16
+ def external_at_exit; end
17
+ def external_at_exit=(_arg0); end
18
+ def external_at_exit?; end
19
+ def filtered(files); end
20
+ def final_result_process?; end
21
+ def grouped(files); end
22
+ def load_adapter(name); end
23
+ def load_profile(name); end
24
+ def pid; end
25
+ def pid=(_arg0); end
26
+ def previous_error?(error_exit_status); end
27
+ def process_result(result); end
28
+ def process_results_and_report_error; end
29
+ def ready_to_process_results?; end
30
+ def result; end
31
+ def result?; end
32
+ def result_exit_status(result); end
33
+ def round_coverage(coverage); end
34
+ def run_exit_tasks!; end
35
+ def running; end
36
+ def running=(_arg0); end
37
+ def start(profile = T.unsafe(nil), &block); end
38
+ def wait_for_other_processes; end
39
+ def write_last_run(result); end
40
+
41
+ private
42
+
43
+ def adapt_coverage_result; end
44
+ def add_not_loaded_files(result); end
45
+ def initial_setup(profile, &block); end
46
+ def lookup_corresponding_ruby_coverage_name(criterion); end
47
+ def make_parallel_tests_available; end
48
+ def probably_running_parallel_tests?; end
49
+ def process_coverage_result; end
50
+ def remove_useless_results; end
51
+ def result_with_not_loaded_files; end
52
+ def start_coverage_measurement; end
53
+ def start_coverage_with_criteria; end
54
+ end
55
+ end
56
+
57
+ module SimpleCov::Formatter
58
+ class << self
59
+ def from_env(env); end
60
+ end
61
+ end
62
+
63
+ class SimpleCov::Formatter::HTMLFormatter
64
+ def initialize; end
65
+
66
+ def branchable_result?; end
67
+ def format(result); end
68
+ def line_status?(source_file, line); end
69
+ def output_message(result); end
70
+
71
+ private
72
+
73
+ def asset_output_path; end
74
+ def assets_path(name); end
75
+ def coverage_css_class(covered_percent); end
76
+ def covered_percent(percent); end
77
+ def formatted_file_list(title, source_files); end
78
+ def formatted_source_file(source_file); end
79
+ def id(source_file); end
80
+ def link_to_source_file(source_file); end
81
+ def output_path; end
82
+ def shortened_filename(source_file); end
83
+ def strength_css_class(covered_strength); end
84
+ def template(name); end
85
+ def timeago(time); end
86
+ end
87
+
88
+ SimpleCov::Formatter::HTMLFormatter::VERSION = T.let(T.unsafe(nil), String)
89
+ SimpleCov::VERSION = T.let(T.unsafe(nil), String)