rspec-sorbet 1.8.1 → 1.8.2

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 (58) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/rspec/sorbet/version.rb +1 -1
  4. data/rspec-sorbet.gemspec +1 -1
  5. metadata +1 -54
  6. data/sorbet/config +0 -4
  7. data/sorbet/rbi/gems/ast@2.4.2.rbi +0 -54
  8. data/sorbet/rbi/gems/byebug@11.1.3.rbi +0 -1568
  9. data/sorbet/rbi/gems/coderay@1.1.3.rbi +0 -1005
  10. data/sorbet/rbi/gems/diff-lcs@1.4.4.rbi +0 -9
  11. data/sorbet/rbi/gems/docile@1.4.0.rbi +0 -54
  12. data/sorbet/rbi/gems/em-websocket@0.5.2.rbi +0 -8
  13. data/sorbet/rbi/gems/eventmachine@1.2.7.rbi +0 -45
  14. data/sorbet/rbi/gems/ffaker@2.20.0.rbi +0 -3171
  15. data/sorbet/rbi/gems/ffi@1.15.4.rbi +0 -8
  16. data/sorbet/rbi/gems/formatador@0.3.0.rbi +0 -8
  17. data/sorbet/rbi/gems/guard-compat@1.2.1.rbi +0 -31
  18. data/sorbet/rbi/gems/guard-livereload@2.5.2.rbi +0 -8
  19. data/sorbet/rbi/gems/guard-rspec@4.7.3.rbi +0 -211
  20. data/sorbet/rbi/gems/guard@2.18.0.rbi +0 -8
  21. data/sorbet/rbi/gems/http_parser.rb@0.6.0.rbi +0 -8
  22. data/sorbet/rbi/gems/listen@3.7.0.rbi +0 -8
  23. data/sorbet/rbi/gems/lumberjack@1.2.8.rbi +0 -8
  24. data/sorbet/rbi/gems/method_source@1.0.0.rbi +0 -72
  25. data/sorbet/rbi/gems/multi_json@1.15.0.rbi +0 -8
  26. data/sorbet/rbi/gems/nenv@0.3.0.rbi +0 -8
  27. data/sorbet/rbi/gems/notiffany@0.1.3.rbi +0 -8
  28. data/sorbet/rbi/gems/parallel@1.21.0.rbi +0 -113
  29. data/sorbet/rbi/gems/parser@3.0.2.0.rbi +0 -1189
  30. data/sorbet/rbi/gems/pry-byebug@3.8.0.rbi +0 -458
  31. data/sorbet/rbi/gems/pry@0.14.1.rbi +0 -2486
  32. data/sorbet/rbi/gems/rainbow@3.0.0.rbi +0 -153
  33. data/sorbet/rbi/gems/rake@13.0.6.rbi +0 -795
  34. data/sorbet/rbi/gems/rb-fsevent@0.11.0.rbi +0 -8
  35. data/sorbet/rbi/gems/rb-inotify@0.10.1.rbi +0 -8
  36. data/sorbet/rbi/gems/rbi@0.0.6.rbi +0 -1405
  37. data/sorbet/rbi/gems/regexp_parser@2.1.1.rbi +0 -1120
  38. data/sorbet/rbi/gems/rexml@3.2.5.rbi +0 -672
  39. data/sorbet/rbi/gems/rspec-core@3.10.1.rbi +0 -2455
  40. data/sorbet/rbi/gems/rspec-expectations@3.10.1.rbi +0 -1574
  41. data/sorbet/rbi/gems/rspec-mocks@3.10.2.rbi +0 -1462
  42. data/sorbet/rbi/gems/rspec-support@3.10.2.rbi +0 -509
  43. data/sorbet/rbi/gems/rspec@3.10.0.rbi +0 -38
  44. data/sorbet/rbi/gems/rubocop-ast@1.12.0.rbi +0 -1938
  45. data/sorbet/rbi/gems/rubocop-rspec@2.5.0.rbi +0 -1786
  46. data/sorbet/rbi/gems/rubocop@1.22.1.rbi +0 -13252
  47. data/sorbet/rbi/gems/ruby-progressbar@1.11.0.rbi +0 -405
  48. data/sorbet/rbi/gems/shellany@0.0.1.rbi +0 -8
  49. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +0 -89
  50. data/sorbet/rbi/gems/simplecov@0.21.2.rbi +0 -577
  51. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.3.rbi +0 -8
  52. data/sorbet/rbi/gems/spoom@1.1.5.rbi +0 -1241
  53. data/sorbet/rbi/gems/stackprof@0.2.17.rbi +0 -98
  54. data/sorbet/rbi/gems/tapioca@0.5.2.rbi +0 -949
  55. data/sorbet/rbi/gems/thor@1.1.0.rbi +0 -839
  56. data/sorbet/rbi/gems/unicode-display_width@2.1.0.rbi +0 -26
  57. data/sorbet/rbi/gems/unparser@0.6.0.rbi +0 -8
  58. data/sorbet/tapioca/require.rb +0 -4
@@ -1,458 +0,0 @@
1
- # DO NOT EDIT MANUALLY
2
- # This is an autogenerated file for types exported from the `pry-byebug` gem.
3
- # Please instead update this file by running `bin/tapioca gem pry-byebug`.
4
-
5
- # typed: true
6
-
7
- module Byebug
8
- include ::Byebug::Helpers::ReflectionHelper
9
- extend ::Byebug::Helpers::ReflectionHelper
10
- extend ::Byebug
11
-
12
- def displays; end
13
- def displays=(_arg0); end
14
- def init_file; end
15
- def init_file=(_arg0); end
16
- def mode; end
17
- def mode=(_arg0); end
18
- def run_init_script; end
19
-
20
- private
21
-
22
- def add_catchpoint(_arg0); end
23
- def breakpoints; end
24
- def catchpoints; end
25
- def contexts; end
26
- def current_context; end
27
- def debug_load(*_arg0); end
28
- def lock; end
29
- def post_mortem=(_arg0); end
30
- def post_mortem?; end
31
- def raised_exception; end
32
- def rc_dirs; end
33
- def run_rc_file(rc_file); end
34
- def start; end
35
- def started?; end
36
- def stop; end
37
- def stoppable?; end
38
- def thread_context(_arg0); end
39
- def tracing=(_arg0); end
40
- def tracing?; end
41
- def unlock; end
42
- def verbose=(_arg0); end
43
- def verbose?; end
44
-
45
- class << self
46
- def actual_control_port; end
47
- def actual_port; end
48
- def add_catchpoint(_arg0); end
49
- def attach; end
50
- def breakpoints; end
51
- def catchpoints; end
52
- def contexts; end
53
- def current_context; end
54
- def debug_load(*_arg0); end
55
- def handle_post_mortem; end
56
- def interrupt; end
57
- def load_settings; end
58
- def lock; end
59
- def parse_host_and_port(host_port_spec); end
60
- def post_mortem=(_arg0); end
61
- def post_mortem?; end
62
- def raised_exception; end
63
- def spawn(host = T.unsafe(nil), port = T.unsafe(nil)); end
64
- def start; end
65
- def start_client(host = T.unsafe(nil), port = T.unsafe(nil)); end
66
- def start_control(host = T.unsafe(nil), port = T.unsafe(nil)); end
67
- def start_server(host = T.unsafe(nil), port = T.unsafe(nil)); end
68
- def started?; end
69
- def stop; end
70
- def stoppable?; end
71
- def thread_context(_arg0); end
72
- def tracing=(_arg0); end
73
- def tracing?; end
74
- def unlock; end
75
- def verbose=(_arg0); end
76
- def verbose?; end
77
- def wait_connection; end
78
- def wait_connection=(_arg0); end
79
-
80
- private
81
-
82
- def client; end
83
- def control; end
84
- def server; end
85
- end
86
- end
87
-
88
- class Byebug::DebugThread < ::Thread
89
- class << self
90
- def inherited; end
91
- end
92
- end
93
-
94
- Byebug::PORT = T.let(T.unsafe(nil), Integer)
95
-
96
- class Byebug::PryProcessor < ::Byebug::CommandProcessor
97
- def at_breakpoint(breakpoint); end
98
- def at_end; end
99
- def at_line; end
100
- def at_return(_return_value); end
101
- def bold(*args, &block); end
102
- def output(*args, &block); end
103
- def perform(action, options = T.unsafe(nil)); end
104
- def pry; end
105
- def pry=(_arg0); end
106
- def run(&_block); end
107
-
108
- private
109
-
110
- def n_hits(breakpoint); end
111
- def perform_backtrace(_options); end
112
- def perform_down(options); end
113
- def perform_finish(*_arg0); end
114
- def perform_frame(options); end
115
- def perform_next(options); end
116
- def perform_step(options); end
117
- def perform_up(options); end
118
- def resume_pry; end
119
-
120
- class << self
121
- def start; end
122
- end
123
- end
124
-
125
- class Byebug::ThreadsTable; end
126
-
127
- class Pry
128
- extend ::Forwardable
129
- extend ::Pry::Forwardable
130
-
131
- def initialize(options = T.unsafe(nil)); end
132
-
133
- def add_sticky_local(name, &block); end
134
- def backtrace; end
135
- def backtrace=(_arg0); end
136
- def binding_stack; end
137
- def binding_stack=(_arg0); end
138
- def color(*args, &block); end
139
- def color=(*args, &block); end
140
- def commands(*args, &block); end
141
- def commands=(*args, &block); end
142
- def complete(str); end
143
- def config; end
144
- def current_binding; end
145
- def current_context; end
146
- def custom_completions; end
147
- def custom_completions=(_arg0); end
148
- def editor(*args, &block); end
149
- def editor=(*args, &block); end
150
- def eval(line, options = T.unsafe(nil)); end
151
- def eval_string; end
152
- def eval_string=(_arg0); end
153
- def evaluate_ruby(code); end
154
- def exception_handler(*args, &block); end
155
- def exception_handler=(*args, &block); end
156
- def exec_hook(name, *args, &block); end
157
- def exit_value; end
158
- def extra_sticky_locals(*args, &block); end
159
- def extra_sticky_locals=(*args, &block); end
160
- def hooks(*args, &block); end
161
- def hooks=(*args, &block); end
162
- def inject_local(name, value, binding); end
163
- def inject_sticky_locals!; end
164
- def input(*args, &block); end
165
- def input=(*args, &block); end
166
- def input_ring; end
167
- def last_dir; end
168
- def last_dir=(_arg0); end
169
- def last_exception; end
170
- def last_exception=(exception); end
171
- def last_file; end
172
- def last_file=(_arg0); end
173
- def last_result; end
174
- def last_result=(_arg0); end
175
- def last_result_is_exception?; end
176
- def memory_size; end
177
- def memory_size=(size); end
178
- def output; end
179
- def output=(*args, &block); end
180
- def output_ring; end
181
- def pager; end
182
- def pager=(*args, &block); end
183
- def pop_prompt; end
184
- def print(*args, &block); end
185
- def print=(*args, &block); end
186
- def process_command(val); end
187
- def process_command_safely(val); end
188
- def prompt; end
189
- def prompt=(new_prompt); end
190
- def push_binding(object); end
191
- def push_initial_binding(target = T.unsafe(nil)); end
192
- def push_prompt(new_prompt); end
193
- def quiet?; end
194
- def raise_up(*args); end
195
- def raise_up!(*args); end
196
- def raise_up_common(force, *args); end
197
- def repl(target = T.unsafe(nil)); end
198
- def reset_eval_string; end
199
- def run_command(val); end
200
- def select_prompt; end
201
- def set_last_result(result, code = T.unsafe(nil)); end
202
- def should_print?; end
203
- def show_result(result); end
204
- def sticky_locals; end
205
- def suppress_output; end
206
- def suppress_output=(_arg0); end
207
- def update_input_history(code); end
208
-
209
- private
210
-
211
- def ensure_correct_encoding!(val); end
212
- def generate_prompt(prompt_proc, conf); end
213
- def handle_line(line, options); end
214
- def prompt_stack; end
215
-
216
- class << self
217
- def Code(obj); end
218
- def Method(obj); end
219
- def WrappedModule(obj); end
220
- def auto_resize!; end
221
- def binding_for(target); end
222
- def cli; end
223
- def cli=(_arg0); end
224
- def color(*args, &block); end
225
- def color=(*args, &block); end
226
- def commands(*args, &block); end
227
- def commands=(*args, &block); end
228
- def config; end
229
- def config=(_arg0); end
230
- def configure; end
231
- def critical_section; end
232
- def current; end
233
- def current_line; end
234
- def current_line=(_arg0); end
235
- def custom_completions; end
236
- def custom_completions=(_arg0); end
237
- def editor(*args, &block); end
238
- def editor=(*args, &block); end
239
- def eval_path; end
240
- def eval_path=(_arg0); end
241
- def exception_handler(*args, &block); end
242
- def exception_handler=(*args, &block); end
243
- def extra_sticky_locals(*args, &block); end
244
- def extra_sticky_locals=(*args, &block); end
245
- def final_session_setup; end
246
- def history(*args, &block); end
247
- def history=(*args, &block); end
248
- def hooks(*args, &block); end
249
- def hooks=(*args, &block); end
250
- def in_critical_section?; end
251
- def init; end
252
- def initial_session?; end
253
- def initial_session_setup; end
254
- def input(*args, &block); end
255
- def input=(*args, &block); end
256
- def last_internal_error; end
257
- def last_internal_error=(_arg0); end
258
- def line_buffer; end
259
- def line_buffer=(_arg0); end
260
- def load_file_at_toplevel(file); end
261
- def load_file_through_repl(file_name); end
262
- def load_history; end
263
- def load_rc_files; end
264
- def load_requires; end
265
- def load_traps; end
266
- def load_win32console; end
267
- def main; end
268
- def memory_size(*args, &block); end
269
- def memory_size=(*args, &block); end
270
- def output(*args, &block); end
271
- def output=(*args, &block); end
272
- def pager(*args, &block); end
273
- def pager=(*args, &block); end
274
- def print(*args, &block); end
275
- def print=(*args, &block); end
276
- def prompt(*args, &block); end
277
- def prompt=(*args, &block); end
278
- def quiet; end
279
- def quiet=(_arg0); end
280
- def rc_files_to_load; end
281
- def real_path_to(file); end
282
- def reset_defaults; end
283
- def run_command(command_string, options = T.unsafe(nil)); end
284
- def start(target = T.unsafe(nil), options = T.unsafe(nil)); end
285
- def start_with_pry_byebug(target = T.unsafe(nil), options = T.unsafe(nil)); end
286
- def start_without_pry_byebug(target = T.unsafe(nil), options = T.unsafe(nil)); end
287
- def toplevel_binding; end
288
- def toplevel_binding=(_arg0); end
289
- def view_clip(obj, options = T.unsafe(nil)); end
290
- end
291
- end
292
-
293
- Pry::BINDING_METHOD_IMPL = T.let(T.unsafe(nil), Array)
294
- module Pry::Byebug; end
295
-
296
- module Pry::Byebug::Breakpoints
297
- extend ::Enumerable
298
- extend ::Pry::Byebug::Breakpoints
299
-
300
- def add_file(file, line, expression = T.unsafe(nil)); end
301
- def add_method(method, expression = T.unsafe(nil)); end
302
- def breakpoints; end
303
- def change(id, expression = T.unsafe(nil)); end
304
- def delete(id); end
305
- def delete_all; end
306
- def disable(id); end
307
- def disable_all; end
308
- def each(&block); end
309
- def enable(id); end
310
- def find_by_id(id); end
311
- def last; end
312
- def size; end
313
- def to_a; end
314
-
315
- private
316
-
317
- def change_status(id, enabled = T.unsafe(nil)); end
318
- def validate_expression(exp); end
319
- end
320
-
321
- class Pry::Byebug::Breakpoints::FileBreakpoint < ::SimpleDelegator
322
- def source_code; end
323
- def to_s; end
324
- end
325
-
326
- class Pry::Byebug::Breakpoints::MethodBreakpoint < ::SimpleDelegator
327
- def initialize(byebug_bp, method); end
328
-
329
- def source_code; end
330
- def to_s; end
331
- end
332
-
333
- Pry::Commands = T.let(T.unsafe(nil), Pry::CommandSet)
334
- Pry::EMPTY_COMPLETIONS = T.let(T.unsafe(nil), Array)
335
- Pry::LOCAL_RC_FILE = T.let(T.unsafe(nil), String)
336
- Pry::VERSION = T.let(T.unsafe(nil), String)
337
-
338
- module PryByebug
339
- def current_remote_server; end
340
- def current_remote_server=(_arg0); end
341
-
342
- private
343
-
344
- def check_file_context(target, msg = T.unsafe(nil)); end
345
- def file_context?(target); end
346
-
347
- class << self
348
- def check_file_context(target, msg = T.unsafe(nil)); end
349
- def file_context?(target); end
350
- end
351
- end
352
-
353
- class PryByebug::BacktraceCommand < ::Pry::ClassCommand
354
- include ::PryByebug::Helpers::Navigation
355
-
356
- def process; end
357
- end
358
-
359
- class PryByebug::BreakCommand < ::Pry::ClassCommand
360
- include ::PryByebug::Helpers::Breakpoints
361
- include ::PryByebug::Helpers::Location
362
- include ::PryByebug::Helpers::Multiline
363
-
364
- def options(opt); end
365
- def process; end
366
-
367
- private
368
-
369
- def add_breakpoint(place, condition); end
370
- def new_breakpoint; end
371
- def option_to_method(option); end
372
- def print_all; end
373
- def process_condition; end
374
- def process_delete; end
375
- def process_delete_all; end
376
- def process_disable; end
377
- def process_disable_all; end
378
- def process_enable; end
379
- def process_show; end
380
- end
381
-
382
- class PryByebug::ContinueCommand < ::Pry::ClassCommand
383
- include ::PryByebug::Helpers::Navigation
384
- include ::PryByebug::Helpers::Breakpoints
385
- include ::PryByebug::Helpers::Location
386
-
387
- def process; end
388
- end
389
-
390
- class PryByebug::DownCommand < ::Pry::ClassCommand
391
- include ::PryByebug::Helpers::Navigation
392
-
393
- def process; end
394
- end
395
-
396
- class PryByebug::ExitAllCommand < ::Pry::Command::ExitAll
397
- def process; end
398
- end
399
-
400
- class PryByebug::FinishCommand < ::Pry::ClassCommand
401
- include ::PryByebug::Helpers::Navigation
402
-
403
- def process; end
404
- end
405
-
406
- class PryByebug::FrameCommand < ::Pry::ClassCommand
407
- include ::PryByebug::Helpers::Navigation
408
-
409
- def process; end
410
- end
411
-
412
- module PryByebug::Helpers; end
413
-
414
- module PryByebug::Helpers::Breakpoints
415
- def bold_puts(msg); end
416
- def breakpoints; end
417
- def max_width; end
418
- def print_breakpoints_header; end
419
- def print_full_breakpoint(breakpoint); end
420
- def print_short_breakpoint(breakpoint); end
421
- end
422
-
423
- module PryByebug::Helpers::Location
424
- private
425
-
426
- def current_file(source = T.unsafe(nil)); end
427
-
428
- class << self
429
- def current_file(source = T.unsafe(nil)); end
430
- end
431
- end
432
-
433
- module PryByebug::Helpers::Multiline
434
- def check_multiline_context; end
435
- end
436
-
437
- module PryByebug::Helpers::Navigation
438
- def breakout_navigation(action, options = T.unsafe(nil)); end
439
- end
440
-
441
- class PryByebug::NextCommand < ::Pry::ClassCommand
442
- include ::PryByebug::Helpers::Navigation
443
- include ::PryByebug::Helpers::Multiline
444
-
445
- def process; end
446
- end
447
-
448
- class PryByebug::StepCommand < ::Pry::ClassCommand
449
- include ::PryByebug::Helpers::Navigation
450
-
451
- def process; end
452
- end
453
-
454
- class PryByebug::UpCommand < ::Pry::ClassCommand
455
- include ::PryByebug::Helpers::Navigation
456
-
457
- def process; end
458
- end