optimistic-json 0.1.1 → 0.1.3

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 (60) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +6 -0
  3. data/.ruby-version +1 -0
  4. data/CHANGELOG.md +10 -0
  5. data/README.md +4 -0
  6. data/Rakefile +5 -1
  7. data/lib/optimistic/json/parser.rb +28 -7
  8. data/lib/optimistic/json/version.rb +2 -1
  9. data/lib/optimistic/json.rb +1 -1
  10. data/sorbet/config +4 -0
  11. data/sorbet/rbi/annotations/.gitattributes +1 -0
  12. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  13. data/sorbet/rbi/gems/.gitattributes +1 -0
  14. data/sorbet/rbi/gems/ast@2.4.2.rbi +550 -0
  15. data/sorbet/rbi/gems/benchmark@0.5.0.rbi +621 -0
  16. data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +1068 -0
  17. data/sorbet/rbi/gems/erubi@1.13.1.rbi +155 -0
  18. data/sorbet/rbi/gems/gem-release@2.2.2.rbi +1335 -0
  19. data/sorbet/rbi/gems/io-console@0.6.0.rbi +9 -0
  20. data/sorbet/rbi/gems/json@2.7.0.rbi +1797 -0
  21. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +12986 -0
  22. data/sorbet/rbi/gems/logger@1.6.0.rbi +845 -0
  23. data/sorbet/rbi/gems/multi_json@1.15.0.rbi +218 -0
  24. data/sorbet/rbi/gems/netrc@0.11.0.rbi +147 -0
  25. data/sorbet/rbi/gems/parallel@1.28.0.rbi +270 -0
  26. data/sorbet/rbi/gems/parser@3.2.2.4.rbi +5154 -0
  27. data/sorbet/rbi/gems/prism@1.9.0.rbi +42224 -0
  28. data/sorbet/rbi/gems/psych@5.1.1.1.rbi +2321 -0
  29. data/sorbet/rbi/gems/racc@1.7.3.rbi +169 -0
  30. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +362 -0
  31. data/sorbet/rbi/gems/rake@13.1.0.rbi +3025 -0
  32. data/sorbet/rbi/gems/rbi@0.3.11.rbi +5505 -0
  33. data/sorbet/rbi/gems/rbs@4.0.2.rbi +6908 -0
  34. data/sorbet/rbi/gems/rdoc@6.6.0.rbi +9 -0
  35. data/sorbet/rbi/gems/regexp_parser@2.8.2.rbi +3268 -0
  36. data/sorbet/rbi/gems/reline@0.4.1.rbi +9 -0
  37. data/sorbet/rbi/gems/require-hooks@0.4.0.rbi +152 -0
  38. data/sorbet/rbi/gems/rexml@3.2.6.rbi +4798 -0
  39. data/sorbet/rbi/gems/rspec-core@3.12.2.rbi +9405 -0
  40. data/sorbet/rbi/gems/rspec-expectations@3.12.3.rbi +6013 -0
  41. data/sorbet/rbi/gems/rspec-mocks@3.12.6.rbi +4750 -0
  42. data/sorbet/rbi/gems/rspec-support@3.12.1.rbi +1261 -0
  43. data/sorbet/rbi/gems/rspec@3.12.0.rbi +15 -0
  44. data/sorbet/rbi/gems/rubocop-ast@1.30.0.rbi +6750 -0
  45. data/sorbet/rbi/gems/rubocop-capybara@2.19.0.rbi +1058 -0
  46. data/sorbet/rbi/gems/rubocop-factory_bot@2.24.0.rbi +875 -0
  47. data/sorbet/rbi/gems/rubocop-rspec@2.25.0.rbi +7696 -0
  48. data/sorbet/rbi/gems/rubocop@1.58.0.rbi +53790 -0
  49. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +988 -0
  50. data/sorbet/rbi/gems/rubydex@0.2.3.rbi +787 -0
  51. data/sorbet/rbi/gems/spoom@1.7.14.rbi +6151 -0
  52. data/sorbet/rbi/gems/stringio@3.1.0.rbi +9 -0
  53. data/sorbet/rbi/gems/tapioca@0.19.1.rbi +3558 -0
  54. data/sorbet/rbi/gems/thor@1.5.0.rbi +3870 -0
  55. data/sorbet/rbi/gems/tsort@0.2.0.rbi +387 -0
  56. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +64 -0
  57. data/sorbet/tapioca/config.yml +13 -0
  58. data/sorbet/tapioca/require.rb +4 -0
  59. metadata +55 -23
  60. data/sig/optimistic/json.rbs +0 -6
@@ -0,0 +1,988 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `ruby-progressbar` gem.
5
+ # Please instead update this file by running `bin/tapioca gem ruby-progressbar`.
6
+
7
+
8
+ # UPA = Unknown Progress Animation
9
+ #
10
+ #
11
+ # OOB = 'Out of Bounds'
12
+ #
13
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:4
14
+ class ProgressBar
15
+ class << self
16
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar.rb:9
17
+ def create(*args); end
18
+ end
19
+ end
20
+
21
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:17
22
+ class ProgressBar::Base
23
+ extend ::Forwardable
24
+
25
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:45
26
+ def initialize(options = T.unsafe(nil)); end
27
+
28
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:36
29
+ def clear(*args, **_arg1, &block); end
30
+
31
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:137
32
+ def decrement; end
33
+
34
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:92
35
+ def finish; end
36
+
37
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:129
38
+ def finished?; end
39
+
40
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:209
41
+ def format(other); end
42
+
43
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:203
44
+ def format=(other); end
45
+
46
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:141
47
+ def increment; end
48
+
49
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:199
50
+ def inspect; end
51
+
52
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:36
53
+ def log(*args, **_arg1, &block); end
54
+
55
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:102
56
+ def pause; end
57
+
58
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:127
59
+ def paused?; end
60
+
61
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:41
62
+ def progress(*args, **_arg1, &block); end
63
+
64
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:145
65
+ def progress=(new_progress); end
66
+
67
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:153
68
+ def progress_mark=(mark); end
69
+
70
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:36
71
+ def refresh(*args, **_arg1, &block); end
72
+
73
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:157
74
+ def remainder_mark=(mark); end
75
+
76
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:114
77
+ def reset; end
78
+
79
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:110
80
+ def resume; end
81
+
82
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:87
83
+ def start(options = T.unsafe(nil)); end
84
+
85
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:133
86
+ def started?; end
87
+
88
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:106
89
+ def stop; end
90
+
91
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:123
92
+ def stopped?; end
93
+
94
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:161
95
+ def title; end
96
+
97
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:165
98
+ def title=(title); end
99
+
100
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:176
101
+ def to_h; end
102
+
103
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:169
104
+ def to_s(new_format = T.unsafe(nil)); end
105
+
106
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:41
107
+ def total(*args, **_arg1, &block); end
108
+
109
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:149
110
+ def total=(new_total); end
111
+
112
+ protected
113
+
114
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
115
+ def autofinish; end
116
+
117
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
118
+ def autofinish=(_arg0); end
119
+
120
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
121
+ def autostart; end
122
+
123
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
124
+ def autostart=(_arg0); end
125
+
126
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
127
+ def bar_component; end
128
+
129
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
130
+ def bar_component=(_arg0); end
131
+
132
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
133
+ def finished; end
134
+
135
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
136
+ def finished=(_arg0); end
137
+
138
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
139
+ def output; end
140
+
141
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
142
+ def output=(_arg0); end
143
+
144
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
145
+ def percentage_component; end
146
+
147
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
148
+ def percentage_component=(_arg0); end
149
+
150
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
151
+ def progressable; end
152
+
153
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
154
+ def progressable=(_arg0); end
155
+
156
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
157
+ def projector; end
158
+
159
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
160
+ def projector=(_arg0); end
161
+
162
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
163
+ def rate_component; end
164
+
165
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
166
+ def rate_component=(_arg0); end
167
+
168
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
169
+ def time_component; end
170
+
171
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
172
+ def time_component=(_arg0); end
173
+
174
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
175
+ def timer; end
176
+
177
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
178
+ def timer=(_arg0); end
179
+
180
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
181
+ def title_component; end
182
+
183
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
184
+ def title_component=(_arg0); end
185
+
186
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:226
187
+ def update_progress(*args); end
188
+ end
189
+
190
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:28
191
+ ProgressBar::Base::RUNNING_AVERAGE_RATE_DEPRECATION_WARNING = T.let(T.unsafe(nil), String)
192
+
193
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:21
194
+ ProgressBar::Base::SMOOTHING_DEPRECATION_WARNING = T.let(T.unsafe(nil), String)
195
+
196
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:2
197
+ module ProgressBar::Calculators; end
198
+
199
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:3
200
+ class ProgressBar::Calculators::Length
201
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:8
202
+ def initialize(options = T.unsafe(nil)); end
203
+
204
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:25
205
+ def calculate_length; end
206
+
207
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:5
208
+ def current_length; end
209
+
210
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:5
211
+ def current_length=(_arg0); end
212
+
213
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:14
214
+ def length; end
215
+
216
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:18
217
+ def length_changed?; end
218
+
219
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:4
220
+ def length_override; end
221
+
222
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:33
223
+ def length_override=(other); end
224
+
225
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:5
226
+ def output; end
227
+
228
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:5
229
+ def output=(_arg0); end
230
+
231
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:29
232
+ def reset_length; end
233
+
234
+ private
235
+
236
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:56
237
+ def dynamic_width; end
238
+
239
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:85
240
+ def dynamic_width_stty; end
241
+
242
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:89
243
+ def dynamic_width_tput; end
244
+
245
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:76
246
+ def dynamic_width_via_io_object; end
247
+
248
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:71
249
+ def dynamic_width_via_output_stream_object; end
250
+
251
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:81
252
+ def dynamic_width_via_system_calls; end
253
+
254
+ # This code was copied and modified from Rake, available under MIT-LICENSE
255
+ # Copyright (c) 2003, 2004 Jim Weirich
256
+ #
257
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:43
258
+ def terminal_width; end
259
+
260
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:93
261
+ def unix?; end
262
+ end
263
+
264
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:5
265
+ module ProgressBar::Components; end
266
+
267
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:6
268
+ class ProgressBar::Components::Bar
269
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:17
270
+ def initialize(options = T.unsafe(nil)); end
271
+
272
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:35
273
+ def bar(length); end
274
+
275
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:63
276
+ def bar_with_percentage(length); end
277
+
278
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:41
279
+ def complete_bar(length); end
280
+
281
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:47
282
+ def complete_bar_with_percentage(length); end
283
+
284
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:53
285
+ def incomplete_space(length); end
286
+
287
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
288
+ def length; end
289
+
290
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
291
+ def length=(_arg0); end
292
+
293
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
294
+ def progress; end
295
+
296
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
297
+ def progress=(_arg0); end
298
+
299
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
300
+ def progress_mark; end
301
+
302
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
303
+ def progress_mark=(_arg0); end
304
+
305
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
306
+ def remainder_mark; end
307
+
308
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
309
+ def remainder_mark=(_arg0); end
310
+
311
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:25
312
+ def to_s(options = T.unsafe(nil)); end
313
+
314
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
315
+ def upa_steps; end
316
+
317
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
318
+ def upa_steps=(_arg0); end
319
+
320
+ private
321
+
322
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:91
323
+ def completed_length; end
324
+
325
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:81
326
+ def incomplete_string; end
327
+
328
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:71
329
+ def integrated_percentage_complete_string; end
330
+
331
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:77
332
+ def standard_complete_string; end
333
+
334
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:95
335
+ def unknown_progress_frame; end
336
+
337
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:85
338
+ def unknown_string; end
339
+ end
340
+
341
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:7
342
+ ProgressBar::Components::Bar::DEFAULT_PROGRESS_MARK = T.let(T.unsafe(nil), String)
343
+
344
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:8
345
+ ProgressBar::Components::Bar::DEFAULT_REMAINDER_MARK = T.let(T.unsafe(nil), String)
346
+
347
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:9
348
+ ProgressBar::Components::Bar::DEFAULT_UPA_STEPS = T.let(T.unsafe(nil), Array)
349
+
350
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:3
351
+ class ProgressBar::Components::Percentage
352
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:6
353
+ def initialize(options = T.unsafe(nil)); end
354
+
355
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:14
356
+ def justified_percentage; end
357
+
358
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:22
359
+ def justified_percentage_with_precision; end
360
+
361
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:10
362
+ def percentage; end
363
+
364
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:18
365
+ def percentage_with_precision; end
366
+
367
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:4
368
+ def progress; end
369
+
370
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:4
371
+ def progress=(_arg0); end
372
+ end
373
+
374
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:3
375
+ class ProgressBar::Components::Rate
376
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:8
377
+ def initialize(options = T.unsafe(nil)); end
378
+
379
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
380
+ def progress; end
381
+
382
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
383
+ def progress=(_arg0); end
384
+
385
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:14
386
+ def rate_of_change(format_string = T.unsafe(nil)); end
387
+
388
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:20
389
+ def rate_of_change_with_precision; end
390
+
391
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
392
+ def rate_scale; end
393
+
394
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
395
+ def rate_scale=(_arg0); end
396
+
397
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
398
+ def timer; end
399
+
400
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
401
+ def timer=(_arg0); end
402
+
403
+ private
404
+
405
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:30
406
+ def base_rate; end
407
+
408
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:34
409
+ def elapsed_seconds; end
410
+
411
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:26
412
+ def scaled_rate; end
413
+ end
414
+
415
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:6
416
+ class ProgressBar::Components::Time
417
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:21
418
+ def initialize(options = T.unsafe(nil)); end
419
+
420
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:31
421
+ def elapsed_with_label; end
422
+
423
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:47
424
+ def estimated_wall_clock; end
425
+
426
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:43
427
+ def estimated_with_friendly_oob; end
428
+
429
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:27
430
+ def estimated_with_label(out_of_bounds_time_format = T.unsafe(nil)); end
431
+
432
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:35
433
+ def estimated_with_no_oob; end
434
+
435
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:39
436
+ def estimated_with_unknown_oob; end
437
+
438
+ protected
439
+
440
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
441
+ def progress; end
442
+
443
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
444
+ def progress=(_arg0); end
445
+
446
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
447
+ def projector; end
448
+
449
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
450
+ def projector=(_arg0); end
451
+
452
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
453
+ def timer; end
454
+
455
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
456
+ def timer=(_arg0); end
457
+
458
+ private
459
+
460
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:80
461
+ def elapsed; end
462
+
463
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:66
464
+ def estimated(out_of_bounds_time_format); end
465
+
466
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:94
467
+ def estimated_seconds_remaining; end
468
+
469
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:88
470
+ def estimated_with_elapsed_fallback(out_of_bounds_time_format); end
471
+ end
472
+
473
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:14
474
+ ProgressBar::Components::Time::ELAPSED_LABEL = T.let(T.unsafe(nil), String)
475
+
476
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:13
477
+ ProgressBar::Components::Time::ESTIMATED_LABEL = T.let(T.unsafe(nil), String)
478
+
479
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:12
480
+ ProgressBar::Components::Time::NO_TIME_ELAPSED_TEXT = T.let(T.unsafe(nil), String)
481
+
482
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:11
483
+ ProgressBar::Components::Time::OOB_FRIENDLY_TIME_TEXT = T.let(T.unsafe(nil), String)
484
+
485
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:9
486
+ ProgressBar::Components::Time::OOB_LIMIT_IN_HOURS = T.let(T.unsafe(nil), Integer)
487
+
488
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:16
489
+ ProgressBar::Components::Time::OOB_TEXT_TO_FORMAT = T.let(T.unsafe(nil), Hash)
490
+
491
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:8
492
+ ProgressBar::Components::Time::OOB_TIME_FORMATS = T.let(T.unsafe(nil), Array)
493
+
494
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:10
495
+ ProgressBar::Components::Time::OOB_UNKNOWN_TIME_TEXT = T.let(T.unsafe(nil), String)
496
+
497
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:7
498
+ ProgressBar::Components::Time::TIME_FORMAT = T.let(T.unsafe(nil), String)
499
+
500
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:15
501
+ ProgressBar::Components::Time::WALL_CLOCK_FORMAT = T.let(T.unsafe(nil), String)
502
+
503
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:3
504
+ class ProgressBar::Components::Title
505
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:8
506
+ def initialize(options = T.unsafe(nil)); end
507
+
508
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:6
509
+ def title; end
510
+
511
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:6
512
+ def title=(_arg0); end
513
+ end
514
+
515
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:4
516
+ ProgressBar::Components::Title::DEFAULT_TITLE = T.let(T.unsafe(nil), String)
517
+
518
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/formatter.rb:2
519
+ module ProgressBar::Format; end
520
+
521
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/formatter.rb:3
522
+ class ProgressBar::Format::Formatter
523
+ class << self
524
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/formatter.rb:4
525
+ def process(format_string, max_length, bar); end
526
+ end
527
+ end
528
+
529
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:3
530
+ class ProgressBar::Format::Molecule
531
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:33
532
+ def initialize(letter); end
533
+
534
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:38
535
+ def bar_molecule?; end
536
+
537
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:46
538
+ def full_key; end
539
+
540
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:30
541
+ def key; end
542
+
543
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:30
544
+ def key=(_arg0); end
545
+
546
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:50
547
+ def lookup_value(environment, length = T.unsafe(nil)); end
548
+
549
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:30
550
+ def method_name; end
551
+
552
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:30
553
+ def method_name=(_arg0); end
554
+
555
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:42
556
+ def non_bar_molecule?; end
557
+ end
558
+
559
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:28
560
+ ProgressBar::Format::Molecule::BAR_MOLECULES = T.let(T.unsafe(nil), Array)
561
+
562
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:4
563
+ ProgressBar::Format::Molecule::MOLECULES = T.let(T.unsafe(nil), Hash)
564
+
565
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:5
566
+ class ProgressBar::Format::String < ::String
567
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:13
568
+ def bar_molecule_placeholder_length; end
569
+
570
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:21
571
+ def bar_molecules; end
572
+
573
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:9
574
+ def displayable_length; end
575
+
576
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:25
577
+ def molecules; end
578
+
579
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:17
580
+ def non_bar_molecules; end
581
+ end
582
+
583
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:7
584
+ ProgressBar::Format::String::ANSI_SGR_PATTERN = T.let(T.unsafe(nil), Regexp)
585
+
586
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:6
587
+ ProgressBar::Format::String::MOLECULE_PATTERN = T.let(T.unsafe(nil), Regexp)
588
+
589
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/errors/invalid_progress_error.rb:2
590
+ class ProgressBar::InvalidProgressError < ::RuntimeError; end
591
+
592
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:5
593
+ class ProgressBar::Output
594
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:10
595
+ def initialize(options = T.unsafe(nil)); end
596
+
597
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:37
598
+ def clear_string; end
599
+
600
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:41
601
+ def length; end
602
+
603
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:30
604
+ def log(string); end
605
+
606
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:50
607
+ def refresh(options = T.unsafe(nil)); end
608
+
609
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:8
610
+ def stream; end
611
+
612
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:8
613
+ def stream=(_arg0); end
614
+
615
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:45
616
+ def with_refresh; end
617
+
618
+ protected
619
+
620
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
621
+ def bar; end
622
+
623
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
624
+ def bar=(_arg0); end
625
+
626
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
627
+ def length_calculator; end
628
+
629
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
630
+ def length_calculator=(_arg0); end
631
+
632
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
633
+ def throttle; end
634
+
635
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
636
+ def throttle=(_arg0); end
637
+
638
+ private
639
+
640
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:66
641
+ def print_and_flush; end
642
+
643
+ class << self
644
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:20
645
+ def detect(options = T.unsafe(nil)); end
646
+ end
647
+ end
648
+
649
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:6
650
+ ProgressBar::Output::DEFAULT_OUTPUT_STREAM = T.let(T.unsafe(nil), IO)
651
+
652
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:4
653
+ module ProgressBar::Outputs; end
654
+
655
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:5
656
+ class ProgressBar::Outputs::NonTty < ::ProgressBar::Output
657
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:18
658
+ def bar_update_string; end
659
+
660
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:8
661
+ def clear; end
662
+
663
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:28
664
+ def default_format; end
665
+
666
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:38
667
+ def eol; end
668
+
669
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:14
670
+ def last_update_length; end
671
+
672
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:36
673
+ def refresh_with_format_change(*_arg0); end
674
+
675
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:32
676
+ def resolve_format(*_arg0); end
677
+
678
+ protected
679
+
680
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:44
681
+ def last_update_length=(_arg0); end
682
+ end
683
+
684
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:6
685
+ ProgressBar::Outputs::NonTty::DEFAULT_FORMAT_STRING = T.let(T.unsafe(nil), String)
686
+
687
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:5
688
+ class ProgressBar::Outputs::Tty < ::ProgressBar::Output
689
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:15
690
+ def bar_update_string; end
691
+
692
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:10
693
+ def clear; end
694
+
695
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:19
696
+ def default_format; end
697
+
698
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:27
699
+ def eol; end
700
+
701
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:8
702
+ def refresh_with_format_change; end
703
+
704
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:23
705
+ def resolve_format(other_format); end
706
+ end
707
+
708
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:6
709
+ ProgressBar::Outputs::Tty::DEFAULT_FORMAT_STRING = T.let(T.unsafe(nil), String)
710
+
711
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:4
712
+ class ProgressBar::Progress
713
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:12
714
+ def initialize(options = T.unsafe(nil)); end
715
+
716
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:104
717
+ def absolute; end
718
+
719
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:41
720
+ def decrement; end
721
+
722
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:23
723
+ def finish; end
724
+
725
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:27
726
+ def finished?; end
727
+
728
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:31
729
+ def increment; end
730
+
731
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:85
732
+ def none?; end
733
+
734
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:73
735
+ def percentage_completed; end
736
+
737
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:97
738
+ def percentage_completed_with_precision; end
739
+
740
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:8
741
+ def progress; end
742
+
743
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:55
744
+ def progress=(new_progress); end
745
+
746
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:51
747
+ def reset; end
748
+
749
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:18
750
+ def start(options = T.unsafe(nil)); end
751
+
752
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:10
753
+ def starting_position; end
754
+
755
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:10
756
+ def starting_position=(_arg0); end
757
+
758
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:8
759
+ def total; end
760
+
761
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:64
762
+ def total=(new_total); end
763
+
764
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:93
765
+ def total_with_unknown_indicator; end
766
+
767
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:89
768
+ def unknown?; end
769
+ end
770
+
771
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:6
772
+ ProgressBar::Progress::DEFAULT_BEGINNING_POSITION = T.let(T.unsafe(nil), Integer)
773
+
774
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:5
775
+ ProgressBar::Progress::DEFAULT_TOTAL = T.let(T.unsafe(nil), Integer)
776
+
777
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projector.rb:4
778
+ class ProgressBar::Projector
779
+ class << self
780
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projector.rb:10
781
+ def from_type(name); end
782
+ end
783
+ end
784
+
785
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projector.rb:5
786
+ ProgressBar::Projector::DEFAULT_PROJECTOR = ProgressBar::Projectors::SmoothedAverage
787
+
788
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projector.rb:6
789
+ ProgressBar::Projector::NAME_TO_PROJECTOR_MAP = T.let(T.unsafe(nil), Hash)
790
+
791
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:2
792
+ module ProgressBar::Projectors; end
793
+
794
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:3
795
+ class ProgressBar::Projectors::SmoothedAverage
796
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:11
797
+ def initialize(options = T.unsafe(nil)); end
798
+
799
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:24
800
+ def decrement; end
801
+
802
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:28
803
+ def increment; end
804
+
805
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:52
806
+ def none?; end
807
+
808
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:32
809
+ def progress; end
810
+
811
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:42
812
+ def progress=(new_progress); end
813
+
814
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:9
815
+ def projection; end
816
+
817
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:38
818
+ def reset; end
819
+
820
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:7
821
+ def samples; end
822
+
823
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:7
824
+ def samples=(_arg0); end
825
+
826
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:19
827
+ def start(options = T.unsafe(nil)); end
828
+
829
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:7
830
+ def strength; end
831
+
832
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:7
833
+ def strength=(_arg0); end
834
+
835
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:36
836
+ def total=(_new_total); end
837
+
838
+ protected
839
+
840
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:62
841
+ def projection=(_arg0); end
842
+
843
+ private
844
+
845
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:66
846
+ def absolute; end
847
+
848
+ class << self
849
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:56
850
+ def calculate(current_projection, new_value, rate); end
851
+ end
852
+ end
853
+
854
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:5
855
+ ProgressBar::Projectors::SmoothedAverage::DEFAULT_BEGINNING_POSITION = T.let(T.unsafe(nil), Integer)
856
+
857
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:4
858
+ ProgressBar::Projectors::SmoothedAverage::DEFAULT_STRENGTH = T.let(T.unsafe(nil), Float)
859
+
860
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/refinements/progress_enumerator.rb:2
861
+ module ProgressBar::Refinements; end
862
+
863
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/refinements/progress_enumerator.rb:3
864
+ module ProgressBar::Refinements::Enumerator; end
865
+
866
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/refinements/progress_enumerator.rb:4
867
+ ProgressBar::Refinements::Enumerator::ARITY_ERROR_MESSAGE = T.let(T.unsafe(nil), String)
868
+
869
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:2
870
+ class ProgressBar::Throttle
871
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:8
872
+ def initialize(options = T.unsafe(nil)); end
873
+
874
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:15
875
+ def choke(options = T.unsafe(nil)); end
876
+
877
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
878
+ def rate; end
879
+
880
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
881
+ def rate=(_arg0); end
882
+
883
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
884
+ def started_at; end
885
+
886
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
887
+ def started_at=(_arg0); end
888
+
889
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
890
+ def stopped_at; end
891
+
892
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
893
+ def stopped_at=(_arg0); end
894
+
895
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
896
+ def timer; end
897
+
898
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
899
+ def timer=(_arg0); end
900
+ end
901
+
902
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:3
903
+ class ProgressBar::Time
904
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:11
905
+ def initialize(time = T.unsafe(nil)); end
906
+
907
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:15
908
+ def now; end
909
+
910
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:19
911
+ def unmocked_time_method; end
912
+
913
+ protected
914
+
915
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:27
916
+ def time; end
917
+
918
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:27
919
+ def time=(_arg0); end
920
+ end
921
+
922
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:4
923
+ ProgressBar::Time::TIME_MOCKING_LIBRARY_METHODS = T.let(T.unsafe(nil), Array)
924
+
925
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:4
926
+ class ProgressBar::Timer
927
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:8
928
+ def initialize(options = T.unsafe(nil)); end
929
+
930
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:67
931
+ def divide_seconds(seconds); end
932
+
933
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:57
934
+ def elapsed_seconds; end
935
+
936
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:63
937
+ def elapsed_whole_seconds; end
938
+
939
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:31
940
+ def now; end
941
+
942
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:23
943
+ def pause; end
944
+
945
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:43
946
+ def reset; end
947
+
948
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:48
949
+ def reset?; end
950
+
951
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:52
952
+ def restart; end
953
+
954
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:27
955
+ def resume; end
956
+
957
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:12
958
+ def start; end
959
+
960
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:35
961
+ def started?; end
962
+
963
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:5
964
+ def started_at; end
965
+
966
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:5
967
+ def started_at=(_arg0); end
968
+
969
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:17
970
+ def stop; end
971
+
972
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:39
973
+ def stopped?; end
974
+
975
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:5
976
+ def stopped_at; end
977
+
978
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:5
979
+ def stopped_at=(_arg0); end
980
+
981
+ protected
982
+
983
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:76
984
+ def time; end
985
+
986
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:76
987
+ def time=(_arg0); end
988
+ end