tsumanne 0.0.2 → 0.0.4

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 (99) hide show
  1. checksums.yaml +4 -4
  2. data/.dockerignore +8 -0
  3. data/.mdlrc +6 -0
  4. data/.rubocop.yml +20 -12
  5. data/Dockerfile +24 -0
  6. data/README.md +0 -4
  7. data/Rakefile +19 -16
  8. data/exe/tsumanne +2 -1
  9. data/lib/tsumanne/api.rb +22 -21
  10. data/lib/tsumanne/cli.rb +153 -2
  11. data/lib/tsumanne/models/get_threads.rb +8 -3
  12. data/lib/tsumanne/models/register_thread.rb +5 -1
  13. data/lib/tsumanne/models/search_indexes.rb +7 -2
  14. data/lib/tsumanne/models/search_thread_from_uri.rb +14 -2
  15. data/lib/tsumanne/version.rb +1 -1
  16. data/mise.toml +42 -0
  17. data/sorbet/rbi/gems/.gitattributes +1 -0
  18. data/sorbet/rbi/gems/{ast@2.4.2.rbi → ast@2.4.3.rbi} +45 -79
  19. data/sorbet/rbi/gems/benchmark@0.5.0.rbi +621 -0
  20. data/sorbet/rbi/gems/{chef-utils@18.2.7.rbi → chef-utils@18.8.54.rbi} +1 -0
  21. data/sorbet/rbi/gems/{concurrent-ruby@1.2.2.rbi → concurrent-ruby@1.3.5.rbi} +1 -0
  22. data/sorbet/rbi/gems/{diff-lcs@1.5.0.rbi → diff-lcs@1.6.2.rbi} +183 -199
  23. data/sorbet/rbi/gems/docile@1.4.0.rbi +147 -147
  24. data/sorbet/rbi/gems/{erubi@1.12.0.rbi → erubi@1.13.1.rbi} +36 -26
  25. data/sorbet/rbi/gems/{json@2.6.3.rbi → json@2.19.4.rbi} +920 -251
  26. data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +32 -63
  27. data/sorbet/rbi/gems/{kramdown@2.4.0.rbi → kramdown@2.5.1.rbi} +896 -711
  28. data/sorbet/rbi/gems/language_server-protocol@3.17.0.5.rbi +9 -0
  29. data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +189 -0
  30. data/sorbet/rbi/gems/logger@1.7.0.rbi +896 -0
  31. data/sorbet/rbi/gems/{mdl@0.12.0.rbi → mdl@0.15.0.rbi} +109 -113
  32. data/sorbet/rbi/gems/mixlib-cli@2.1.8.rbi +35 -41
  33. data/sorbet/rbi/gems/mixlib-config@3.0.27.rbi +147 -142
  34. data/sorbet/rbi/gems/{mixlib-shellout@3.2.7.rbi → mixlib-shellout@3.3.9.rbi} +127 -150
  35. data/sorbet/rbi/gems/netrc@0.11.0.rbi +45 -56
  36. data/sorbet/rbi/gems/optimist@3.2.1.rbi +895 -0
  37. data/sorbet/rbi/gems/parallel@1.28.0.rbi +270 -0
  38. data/sorbet/rbi/gems/parser@3.3.11.1.rbi +5229 -0
  39. data/sorbet/rbi/gems/prism@1.9.0.rbi +42224 -0
  40. data/sorbet/rbi/gems/{racc@1.7.1.rbi → racc@1.8.1.rbi} +48 -44
  41. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +101 -141
  42. data/sorbet/rbi/gems/{rake@13.0.6.rbi → rake@13.4.2.rbi} +867 -761
  43. data/sorbet/rbi/gems/rbi@0.3.10.rbi +5520 -0
  44. data/sorbet/rbi/gems/rbs@4.0.2.rbi +6908 -0
  45. data/sorbet/rbi/gems/regexp_parser@2.12.0.rbi +3398 -0
  46. data/sorbet/rbi/gems/require-hooks@0.4.0.rbi +152 -0
  47. data/sorbet/rbi/gems/{rexml@3.2.6.rbi → rexml@3.4.4.rbi} +1032 -908
  48. data/sorbet/rbi/gems/{rspec-core@3.12.2.rbi → rspec-core@3.13.6.rbi} +2860 -4206
  49. data/sorbet/rbi/gems/rspec-expectations@3.13.5.rbi +6108 -0
  50. data/sorbet/rbi/gems/{rspec-mocks@3.12.6.rbi → rspec-mocks@3.13.7.rbi} +1264 -1787
  51. data/sorbet/rbi/gems/rspec-support@3.13.6.rbi +1274 -0
  52. data/sorbet/rbi/gems/rspec@3.13.2.rbi +15 -0
  53. data/sorbet/rbi/gems/rubocop-ast@1.49.1.rbi +7212 -0
  54. data/sorbet/rbi/gems/rubocop-performance@1.26.1.rbi +3403 -0
  55. data/sorbet/rbi/gems/{rubocop-rake@0.6.0.rbi → rubocop-rake@0.7.1.rbi} +89 -103
  56. data/sorbet/rbi/gems/rubocop-rspec@3.9.0.rbi +7606 -0
  57. data/sorbet/rbi/gems/rubocop-sorbet@0.12.0.rbi +2448 -0
  58. data/sorbet/rbi/gems/rubocop@1.86.1.rbi +62232 -0
  59. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +326 -655
  60. data/sorbet/rbi/gems/rubydex@0.1.0.beta14.rbi +655 -0
  61. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +24 -158
  62. data/sorbet/rbi/gems/simplecov@0.22.0.rbi +450 -606
  63. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +32 -166
  64. data/sorbet/rbi/gems/spoom@1.7.13.rbi +6151 -0
  65. data/sorbet/rbi/gems/{tapioca@0.11.8.rbi → tapioca@0.19.1.rbi} +1609 -1379
  66. data/sorbet/rbi/gems/{thor@1.2.2.rbi → thor@1.5.0.rbi} +1075 -1170
  67. data/sorbet/rbi/gems/tomlrb@2.0.3.rbi +1 -0
  68. data/sorbet/rbi/gems/tsort@0.2.0.rbi +389 -0
  69. data/sorbet/rbi/gems/unicode-display_width@3.2.0.rbi +130 -0
  70. data/sorbet/rbi/gems/unicode-emoji@4.2.0.rbi +332 -0
  71. metadata +69 -66
  72. data/.ruby-version +0 -1
  73. data/sorbet/rbi/gems/base64@0.1.1.rbi +0 -172
  74. data/sorbet/rbi/gems/ffi-compiler@1.0.1.rbi +0 -206
  75. data/sorbet/rbi/gems/ffi@1.15.5.rbi +0 -1994
  76. data/sorbet/rbi/gems/http-parser@1.2.3.rbi +0 -422
  77. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +0 -14237
  78. data/sorbet/rbi/gems/mhtml@0.1.6.rbi +0 -353
  79. data/sorbet/rbi/gems/parallel@1.23.0.rbi +0 -273
  80. data/sorbet/rbi/gems/parser@3.2.2.3.rbi +0 -7253
  81. data/sorbet/rbi/gems/prettier_print@1.2.1.rbi +0 -951
  82. data/sorbet/rbi/gems/rbi@0.0.17.rbi +0 -2967
  83. data/sorbet/rbi/gems/regexp_parser@2.8.1.rbi +0 -3749
  84. data/sorbet/rbi/gems/rspec-expectations@3.12.3.rbi +0 -8100
  85. data/sorbet/rbi/gems/rspec-support@3.12.1.rbi +0 -1609
  86. data/sorbet/rbi/gems/rspec@3.12.0.rbi +0 -82
  87. data/sorbet/rbi/gems/rubocop-ast@1.29.0.rbi +0 -7144
  88. data/sorbet/rbi/gems/rubocop-capybara@2.18.0.rbi +0 -827
  89. data/sorbet/rbi/gems/rubocop-factory_bot@2.23.1.rbi +0 -812
  90. data/sorbet/rbi/gems/rubocop-performance@1.19.0.rbi +0 -3157
  91. data/sorbet/rbi/gems/rubocop-rspec@2.23.2.rbi +0 -7691
  92. data/sorbet/rbi/gems/rubocop-sorbet@0.7.3.rbi +0 -1226
  93. data/sorbet/rbi/gems/rubocop@1.56.2.rbi +0 -56541
  94. data/sorbet/rbi/gems/spoom@1.2.3.rbi +0 -3199
  95. data/sorbet/rbi/gems/syntax_tree@6.1.1.rbi +0 -22855
  96. data/sorbet/rbi/gems/unicode-display_width@2.4.2.rbi +0 -65
  97. data/sorbet/rbi/gems/unparser@0.6.8.rbi +0 -4525
  98. data/sorbet/rbi/gems/yard-sorbet@0.8.1.rbi +0 -425
  99. data/sorbet/rbi/gems/yard@0.9.34.rbi +0 -18219
@@ -4,1314 +4,985 @@
4
4
  # This is an autogenerated file for types exported from the `ruby-progressbar` gem.
5
5
  # Please instead update this file by running `bin/tapioca gem ruby-progressbar`.
6
6
 
7
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#4
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
8
14
  class ProgressBar
9
15
  class << self
10
- # source://ruby-progressbar//lib/ruby-progressbar.rb#9
16
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar.rb:9
11
17
  def create(*args); end
12
18
  end
13
19
  end
14
20
 
15
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#17
21
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:17
16
22
  class ProgressBar::Base
17
23
  extend ::Forwardable
18
24
 
19
- # @return [Base] a new instance of Base
20
- #
21
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#45
25
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:45
22
26
  def initialize(options = T.unsafe(nil)); end
23
27
 
24
- # source://forwardable/1.3.3/forwardable.rb#231
25
- def clear(*args, **_arg1, &block); end
28
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:36
29
+ def clear(*_arg0, **_arg1, &_arg2); end
26
30
 
27
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#137
31
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:137
28
32
  def decrement; end
29
33
 
30
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#92
34
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:92
31
35
  def finish; end
32
36
 
33
- # @return [Boolean]
34
- #
35
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#129
37
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:129
36
38
  def finished?; end
37
39
 
38
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#203
40
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:209
39
41
  def format(other); end
40
42
 
41
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#203
43
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:203
42
44
  def format=(other); end
43
45
 
44
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#141
46
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:141
45
47
  def increment; end
46
48
 
47
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#199
49
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:199
48
50
  def inspect; end
49
51
 
50
- # source://forwardable/1.3.3/forwardable.rb#231
51
- def log(*args, **_arg1, &block); end
52
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:36
53
+ def log(*_arg0, **_arg1, &_arg2); end
52
54
 
53
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#102
55
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:102
54
56
  def pause; end
55
57
 
56
- # @return [Boolean]
57
- #
58
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#123
58
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:127
59
59
  def paused?; end
60
60
 
61
- # source://forwardable/1.3.3/forwardable.rb#231
62
- def progress(*args, **_arg1, &block); end
61
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:41
62
+ def progress(*_arg0, **_arg1, &_arg2); end
63
63
 
64
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#145
64
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:145
65
65
  def progress=(new_progress); end
66
66
 
67
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#153
67
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:153
68
68
  def progress_mark=(mark); end
69
69
 
70
- # source://forwardable/1.3.3/forwardable.rb#231
71
- def refresh(*args, **_arg1, &block); end
70
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:36
71
+ def refresh(*_arg0, **_arg1, &_arg2); end
72
72
 
73
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#157
73
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:157
74
74
  def remainder_mark=(mark); end
75
75
 
76
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#114
76
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:114
77
77
  def reset; end
78
78
 
79
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#110
79
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:110
80
80
  def resume; end
81
81
 
82
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#87
82
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:87
83
83
  def start(options = T.unsafe(nil)); end
84
84
 
85
- # @return [Boolean]
86
- #
87
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#133
85
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:133
88
86
  def started?; end
89
87
 
90
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#106
88
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:106
91
89
  def stop; end
92
90
 
93
- # @return [Boolean]
94
- #
95
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#123
91
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:123
96
92
  def stopped?; end
97
93
 
98
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#161
94
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:161
99
95
  def title; end
100
96
 
101
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#165
97
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:165
102
98
  def title=(title); end
103
99
 
104
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#176
100
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:176
105
101
  def to_h; end
106
102
 
107
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#169
103
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:169
108
104
  def to_s(new_format = T.unsafe(nil)); end
109
105
 
110
- # source://forwardable/1.3.3/forwardable.rb#231
111
- def total(*args, **_arg1, &block); end
106
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:41
107
+ def total(*_arg0, **_arg1, &_arg2); end
112
108
 
113
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#149
109
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:149
114
110
  def total=(new_total); end
115
111
 
116
112
  protected
117
113
 
118
- # Returns the value of attribute autofinish.
119
- #
120
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
114
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
121
115
  def autofinish; end
122
116
 
123
- # Sets the attribute autofinish
124
- #
125
- # @param value the value to set the attribute autofinish to.
126
- #
127
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
117
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
128
118
  def autofinish=(_arg0); end
129
119
 
130
- # Returns the value of attribute autostart.
131
- #
132
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
120
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
133
121
  def autostart; end
134
122
 
135
- # Sets the attribute autostart
136
- #
137
- # @param value the value to set the attribute autostart to.
138
- #
139
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
123
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
140
124
  def autostart=(_arg0); end
141
125
 
142
- # Returns the value of attribute bar_component.
143
- #
144
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
126
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
145
127
  def bar_component; end
146
128
 
147
- # Sets the attribute bar_component
148
- #
149
- # @param value the value to set the attribute bar_component to.
150
- #
151
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
129
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
152
130
  def bar_component=(_arg0); end
153
131
 
154
- # Returns the value of attribute finished.
155
- #
156
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
132
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
157
133
  def finished; end
158
134
 
159
- # Sets the attribute finished
160
- #
161
- # @param value the value to set the attribute finished to.
162
- #
163
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
135
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
164
136
  def finished=(_arg0); end
165
137
 
166
- # Returns the value of attribute output.
167
- #
168
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
138
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
169
139
  def output; end
170
140
 
171
- # Sets the attribute output
172
- #
173
- # @param value the value to set the attribute output to.
174
- #
175
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
141
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
176
142
  def output=(_arg0); end
177
143
 
178
- # Returns the value of attribute percentage_component.
179
- #
180
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
144
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
181
145
  def percentage_component; end
182
146
 
183
- # Sets the attribute percentage_component
184
- #
185
- # @param value the value to set the attribute percentage_component to.
186
- #
187
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
147
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
188
148
  def percentage_component=(_arg0); end
189
149
 
190
- # Returns the value of attribute progressable.
191
- #
192
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
150
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
193
151
  def progressable; end
194
152
 
195
- # Sets the attribute progressable
196
- #
197
- # @param value the value to set the attribute progressable to.
198
- #
199
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
153
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
200
154
  def progressable=(_arg0); end
201
155
 
202
- # Returns the value of attribute projector.
203
- #
204
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
156
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
205
157
  def projector; end
206
158
 
207
- # Sets the attribute projector
208
- #
209
- # @param value the value to set the attribute projector to.
210
- #
211
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
159
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
212
160
  def projector=(_arg0); end
213
161
 
214
- # Returns the value of attribute rate_component.
215
- #
216
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
162
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
217
163
  def rate_component; end
218
164
 
219
- # Sets the attribute rate_component
220
- #
221
- # @param value the value to set the attribute rate_component to.
222
- #
223
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
165
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
224
166
  def rate_component=(_arg0); end
225
167
 
226
- # Returns the value of attribute time_component.
227
- #
228
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
168
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
229
169
  def time_component; end
230
170
 
231
- # Sets the attribute time_component
232
- #
233
- # @param value the value to set the attribute time_component to.
234
- #
235
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
171
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
236
172
  def time_component=(_arg0); end
237
173
 
238
- # Returns the value of attribute timer.
239
- #
240
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
174
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
241
175
  def timer; end
242
176
 
243
- # Sets the attribute timer
244
- #
245
- # @param value the value to set the attribute timer to.
246
- #
247
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
177
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
248
178
  def timer=(_arg0); end
249
179
 
250
- # Returns the value of attribute title_component.
251
- #
252
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
180
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
253
181
  def title_component; end
254
182
 
255
- # Sets the attribute title_component
256
- #
257
- # @param value the value to set the attribute title_component to.
258
- #
259
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#213
183
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:213
260
184
  def title_component=(_arg0); end
261
185
 
262
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#226
186
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:226
263
187
  def update_progress(*args); end
264
188
  end
265
189
 
266
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#28
190
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:28
267
191
  ProgressBar::Base::RUNNING_AVERAGE_RATE_DEPRECATION_WARNING = T.let(T.unsafe(nil), String)
268
192
 
269
- # source://ruby-progressbar//lib/ruby-progressbar/base.rb#21
193
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:21
270
194
  ProgressBar::Base::SMOOTHING_DEPRECATION_WARNING = T.let(T.unsafe(nil), String)
271
195
 
272
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#2
196
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:2
273
197
  module ProgressBar::Calculators; end
274
198
 
275
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#3
199
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:3
276
200
  class ProgressBar::Calculators::Length
277
- # @return [Length] a new instance of Length
278
- #
279
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#8
201
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:8
280
202
  def initialize(options = T.unsafe(nil)); end
281
203
 
282
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#25
204
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:25
283
205
  def calculate_length; end
284
206
 
285
- # Returns the value of attribute current_length.
286
- #
287
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#5
207
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:5
288
208
  def current_length; end
289
209
 
290
- # Sets the attribute current_length
291
- #
292
- # @param value the value to set the attribute current_length to.
293
- #
294
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#5
210
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:5
295
211
  def current_length=(_arg0); end
296
212
 
297
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#14
213
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:14
298
214
  def length; end
299
215
 
300
- # @return [Boolean]
301
- #
302
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#18
216
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:18
303
217
  def length_changed?; end
304
218
 
305
- # Returns the value of attribute length_override.
306
- #
307
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#4
219
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:4
308
220
  def length_override; end
309
221
 
310
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#33
222
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:33
311
223
  def length_override=(other); end
312
224
 
313
- # Returns the value of attribute output.
314
- #
315
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#5
225
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:5
316
226
  def output; end
317
227
 
318
- # Sets the attribute output
319
- #
320
- # @param value the value to set the attribute output to.
321
- #
322
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#5
228
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:5
323
229
  def output=(_arg0); end
324
230
 
325
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#29
231
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:29
326
232
  def reset_length; end
327
233
 
328
234
  private
329
235
 
330
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#56
236
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:56
331
237
  def dynamic_width; end
332
238
 
333
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#85
239
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:85
334
240
  def dynamic_width_stty; end
335
241
 
336
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#89
242
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:89
337
243
  def dynamic_width_tput; end
338
244
 
339
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#76
245
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:76
340
246
  def dynamic_width_via_io_object; end
341
247
 
342
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#71
248
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:71
343
249
  def dynamic_width_via_output_stream_object; end
344
250
 
345
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#81
251
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:81
346
252
  def dynamic_width_via_system_calls; end
347
253
 
348
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#43
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
349
258
  def terminal_width; end
350
259
 
351
- # @return [Boolean]
352
- #
353
- # source://ruby-progressbar//lib/ruby-progressbar/calculators/length.rb#93
260
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:93
354
261
  def unix?; end
355
262
  end
356
263
 
357
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#5
264
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:5
358
265
  module ProgressBar::Components; end
359
266
 
360
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#6
267
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:6
361
268
  class ProgressBar::Components::Bar
362
- # @return [Bar] a new instance of Bar
363
- #
364
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#17
269
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:17
365
270
  def initialize(options = T.unsafe(nil)); end
366
271
 
367
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#35
272
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:35
368
273
  def bar(length); end
369
274
 
370
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#63
275
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:63
371
276
  def bar_with_percentage(length); end
372
277
 
373
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#41
278
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:41
374
279
  def complete_bar(length); end
375
280
 
376
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#47
281
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:47
377
282
  def complete_bar_with_percentage(length); end
378
283
 
379
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#53
284
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:53
380
285
  def incomplete_space(length); end
381
286
 
382
- # Returns the value of attribute length.
383
- #
384
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#11
287
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
385
288
  def length; end
386
289
 
387
- # Sets the attribute length
388
- #
389
- # @param value the value to set the attribute length to.
390
- #
391
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#11
290
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
392
291
  def length=(_arg0); end
393
292
 
394
- # Returns the value of attribute progress.
395
- #
396
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#11
293
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
397
294
  def progress; end
398
295
 
399
- # Sets the attribute progress
400
- #
401
- # @param value the value to set the attribute progress to.
402
- #
403
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#11
296
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
404
297
  def progress=(_arg0); end
405
298
 
406
- # Returns the value of attribute progress_mark.
407
- #
408
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#11
299
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
409
300
  def progress_mark; end
410
301
 
411
- # Sets the attribute progress_mark
412
- #
413
- # @param value the value to set the attribute progress_mark to.
414
- #
415
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#11
302
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
416
303
  def progress_mark=(_arg0); end
417
304
 
418
- # Returns the value of attribute remainder_mark.
419
- #
420
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#11
305
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
421
306
  def remainder_mark; end
422
307
 
423
- # Sets the attribute remainder_mark
424
- #
425
- # @param value the value to set the attribute remainder_mark to.
426
- #
427
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#11
308
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
428
309
  def remainder_mark=(_arg0); end
429
310
 
430
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#25
311
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:25
431
312
  def to_s(options = T.unsafe(nil)); end
432
313
 
433
- # Returns the value of attribute upa_steps.
434
- #
435
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#11
314
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
436
315
  def upa_steps; end
437
316
 
438
- # Sets the attribute upa_steps
439
- #
440
- # @param value the value to set the attribute upa_steps to.
441
- #
442
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#11
317
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:11
443
318
  def upa_steps=(_arg0); end
444
319
 
445
320
  private
446
321
 
447
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#91
322
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:91
448
323
  def completed_length; end
449
324
 
450
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#81
325
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:81
451
326
  def incomplete_string; end
452
327
 
453
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#71
328
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:71
454
329
  def integrated_percentage_complete_string; end
455
330
 
456
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#77
331
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:77
457
332
  def standard_complete_string; end
458
333
 
459
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#95
334
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:95
460
335
  def unknown_progress_frame; end
461
336
 
462
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#85
337
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:85
463
338
  def unknown_string; end
464
339
  end
465
340
 
466
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#7
341
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:7
467
342
  ProgressBar::Components::Bar::DEFAULT_PROGRESS_MARK = T.let(T.unsafe(nil), String)
468
343
 
469
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#8
344
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:8
470
345
  ProgressBar::Components::Bar::DEFAULT_REMAINDER_MARK = T.let(T.unsafe(nil), String)
471
346
 
472
- # source://ruby-progressbar//lib/ruby-progressbar/components/bar.rb#9
347
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:9
473
348
  ProgressBar::Components::Bar::DEFAULT_UPA_STEPS = T.let(T.unsafe(nil), Array)
474
349
 
475
- # source://ruby-progressbar//lib/ruby-progressbar/components/percentage.rb#3
350
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:3
476
351
  class ProgressBar::Components::Percentage
477
- # @return [Percentage] a new instance of Percentage
478
- #
479
- # source://ruby-progressbar//lib/ruby-progressbar/components/percentage.rb#6
352
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:6
480
353
  def initialize(options = T.unsafe(nil)); end
481
354
 
482
- # source://ruby-progressbar//lib/ruby-progressbar/components/percentage.rb#14
355
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:14
483
356
  def justified_percentage; end
484
357
 
485
- # source://ruby-progressbar//lib/ruby-progressbar/components/percentage.rb#22
358
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:22
486
359
  def justified_percentage_with_precision; end
487
360
 
488
- # source://ruby-progressbar//lib/ruby-progressbar/components/percentage.rb#10
361
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:10
489
362
  def percentage; end
490
363
 
491
- # source://ruby-progressbar//lib/ruby-progressbar/components/percentage.rb#18
364
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:18
492
365
  def percentage_with_precision; end
493
366
 
494
- # Returns the value of attribute progress.
495
- #
496
- # source://ruby-progressbar//lib/ruby-progressbar/components/percentage.rb#4
367
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:4
497
368
  def progress; end
498
369
 
499
- # Sets the attribute progress
500
- #
501
- # @param value the value to set the attribute progress to.
502
- #
503
- # source://ruby-progressbar//lib/ruby-progressbar/components/percentage.rb#4
370
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:4
504
371
  def progress=(_arg0); end
505
372
  end
506
373
 
507
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#3
374
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:3
508
375
  class ProgressBar::Components::Rate
509
- # @return [Rate] a new instance of Rate
510
- #
511
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#8
376
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:8
512
377
  def initialize(options = T.unsafe(nil)); end
513
378
 
514
- # Returns the value of attribute progress.
515
- #
516
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#4
379
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
517
380
  def progress; end
518
381
 
519
- # Sets the attribute progress
520
- #
521
- # @param value the value to set the attribute progress to.
522
- #
523
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#4
382
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
524
383
  def progress=(_arg0); end
525
384
 
526
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#14
385
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:14
527
386
  def rate_of_change(format_string = T.unsafe(nil)); end
528
387
 
529
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#20
388
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:20
530
389
  def rate_of_change_with_precision; end
531
390
 
532
- # Returns the value of attribute rate_scale.
533
- #
534
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#4
391
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
535
392
  def rate_scale; end
536
393
 
537
- # Sets the attribute rate_scale
538
- #
539
- # @param value the value to set the attribute rate_scale to.
540
- #
541
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#4
394
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
542
395
  def rate_scale=(_arg0); end
543
396
 
544
- # Returns the value of attribute timer.
545
- #
546
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#4
397
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
547
398
  def timer; end
548
399
 
549
- # Sets the attribute timer
550
- #
551
- # @param value the value to set the attribute timer to.
552
- #
553
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#4
400
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:4
554
401
  def timer=(_arg0); end
555
402
 
556
403
  private
557
404
 
558
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#30
405
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:30
559
406
  def base_rate; end
560
407
 
561
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#34
408
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:34
562
409
  def elapsed_seconds; end
563
410
 
564
- # source://ruby-progressbar//lib/ruby-progressbar/components/rate.rb#26
411
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:26
565
412
  def scaled_rate; end
566
413
  end
567
414
 
568
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#6
415
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:6
569
416
  class ProgressBar::Components::Time
570
- # @return [Time] a new instance of Time
571
- #
572
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#21
417
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:21
573
418
  def initialize(options = T.unsafe(nil)); end
574
419
 
575
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#31
420
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:31
576
421
  def elapsed_with_label; end
577
422
 
578
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#47
423
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:47
579
424
  def estimated_wall_clock; end
580
425
 
581
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#43
426
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:43
582
427
  def estimated_with_friendly_oob; end
583
428
 
584
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#27
429
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:27
585
430
  def estimated_with_label(out_of_bounds_time_format = T.unsafe(nil)); end
586
431
 
587
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#35
432
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:35
588
433
  def estimated_with_no_oob; end
589
434
 
590
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#39
435
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:39
591
436
  def estimated_with_unknown_oob; end
592
437
 
593
438
  protected
594
439
 
595
- # Returns the value of attribute progress.
596
- #
597
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#60
440
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
598
441
  def progress; end
599
442
 
600
- # Sets the attribute progress
601
- #
602
- # @param value the value to set the attribute progress to.
603
- #
604
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#60
443
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
605
444
  def progress=(_arg0); end
606
445
 
607
- # Returns the value of attribute projector.
608
- #
609
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#60
446
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
610
447
  def projector; end
611
448
 
612
- # Sets the attribute projector
613
- #
614
- # @param value the value to set the attribute projector to.
615
- #
616
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#60
449
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
617
450
  def projector=(_arg0); end
618
451
 
619
- # Returns the value of attribute timer.
620
- #
621
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#60
452
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
622
453
  def timer; end
623
454
 
624
- # Sets the attribute timer
625
- #
626
- # @param value the value to set the attribute timer to.
627
- #
628
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#60
455
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:60
629
456
  def timer=(_arg0); end
630
457
 
631
458
  private
632
459
 
633
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#80
460
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:80
634
461
  def elapsed; end
635
462
 
636
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#66
463
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:66
637
464
  def estimated(out_of_bounds_time_format); end
638
465
 
639
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#94
466
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:94
640
467
  def estimated_seconds_remaining; end
641
468
 
642
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#88
469
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:88
643
470
  def estimated_with_elapsed_fallback(out_of_bounds_time_format); end
644
471
  end
645
472
 
646
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#14
473
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:14
647
474
  ProgressBar::Components::Time::ELAPSED_LABEL = T.let(T.unsafe(nil), String)
648
475
 
649
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#13
476
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:13
650
477
  ProgressBar::Components::Time::ESTIMATED_LABEL = T.let(T.unsafe(nil), String)
651
478
 
652
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#12
479
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:12
653
480
  ProgressBar::Components::Time::NO_TIME_ELAPSED_TEXT = T.let(T.unsafe(nil), String)
654
481
 
655
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#11
482
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:11
656
483
  ProgressBar::Components::Time::OOB_FRIENDLY_TIME_TEXT = T.let(T.unsafe(nil), String)
657
484
 
658
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#9
485
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:9
659
486
  ProgressBar::Components::Time::OOB_LIMIT_IN_HOURS = T.let(T.unsafe(nil), Integer)
660
487
 
661
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#16
488
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:16
662
489
  ProgressBar::Components::Time::OOB_TEXT_TO_FORMAT = T.let(T.unsafe(nil), Hash)
663
490
 
664
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#8
491
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:8
665
492
  ProgressBar::Components::Time::OOB_TIME_FORMATS = T.let(T.unsafe(nil), Array)
666
493
 
667
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#10
494
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:10
668
495
  ProgressBar::Components::Time::OOB_UNKNOWN_TIME_TEXT = T.let(T.unsafe(nil), String)
669
496
 
670
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#7
497
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:7
671
498
  ProgressBar::Components::Time::TIME_FORMAT = T.let(T.unsafe(nil), String)
672
499
 
673
- # source://ruby-progressbar//lib/ruby-progressbar/components/time.rb#15
500
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:15
674
501
  ProgressBar::Components::Time::WALL_CLOCK_FORMAT = T.let(T.unsafe(nil), String)
675
502
 
676
- # source://ruby-progressbar//lib/ruby-progressbar/components/title.rb#3
503
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:3
677
504
  class ProgressBar::Components::Title
678
- # @return [Title] a new instance of Title
679
- #
680
- # source://ruby-progressbar//lib/ruby-progressbar/components/title.rb#8
505
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:8
681
506
  def initialize(options = T.unsafe(nil)); end
682
507
 
683
- # Returns the value of attribute title.
684
- #
685
- # source://ruby-progressbar//lib/ruby-progressbar/components/title.rb#6
508
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:6
686
509
  def title; end
687
510
 
688
- # Sets the attribute title
689
- #
690
- # @param value the value to set the attribute title to.
691
- #
692
- # source://ruby-progressbar//lib/ruby-progressbar/components/title.rb#6
511
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:6
693
512
  def title=(_arg0); end
694
513
  end
695
514
 
696
- # source://ruby-progressbar//lib/ruby-progressbar/components/title.rb#4
515
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:4
697
516
  ProgressBar::Components::Title::DEFAULT_TITLE = T.let(T.unsafe(nil), String)
698
517
 
699
- # source://ruby-progressbar//lib/ruby-progressbar/format/formatter.rb#2
518
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/formatter.rb:2
700
519
  module ProgressBar::Format; end
701
520
 
702
- # source://ruby-progressbar//lib/ruby-progressbar/format/formatter.rb#3
521
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/formatter.rb:3
703
522
  class ProgressBar::Format::Formatter
704
523
  class << self
705
- # source://ruby-progressbar//lib/ruby-progressbar/format/formatter.rb#4
524
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/formatter.rb:4
706
525
  def process(format_string, max_length, bar); end
707
526
  end
708
527
  end
709
528
 
710
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#3
529
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:3
711
530
  class ProgressBar::Format::Molecule
712
- # @return [Molecule] a new instance of Molecule
713
- #
714
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#33
531
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:33
715
532
  def initialize(letter); end
716
533
 
717
- # @return [Boolean]
718
- #
719
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#38
534
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:38
720
535
  def bar_molecule?; end
721
536
 
722
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#46
537
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:46
723
538
  def full_key; end
724
539
 
725
- # Returns the value of attribute key.
726
- #
727
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#30
540
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:30
728
541
  def key; end
729
542
 
730
- # Sets the attribute key
731
- #
732
- # @param value the value to set the attribute key to.
733
- #
734
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#30
543
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:30
735
544
  def key=(_arg0); end
736
545
 
737
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#50
546
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:50
738
547
  def lookup_value(environment, length = T.unsafe(nil)); end
739
548
 
740
- # Returns the value of attribute method_name.
741
- #
742
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#30
549
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:30
743
550
  def method_name; end
744
551
 
745
- # Sets the attribute method_name
746
- #
747
- # @param value the value to set the attribute method_name to.
748
- #
749
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#30
552
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:30
750
553
  def method_name=(_arg0); end
751
554
 
752
- # @return [Boolean]
753
- #
754
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#42
555
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:42
755
556
  def non_bar_molecule?; end
756
557
  end
757
558
 
758
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#28
559
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:28
759
560
  ProgressBar::Format::Molecule::BAR_MOLECULES = T.let(T.unsafe(nil), Array)
760
561
 
761
- # source://ruby-progressbar//lib/ruby-progressbar/format/molecule.rb#4
562
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:4
762
563
  ProgressBar::Format::Molecule::MOLECULES = T.let(T.unsafe(nil), Hash)
763
564
 
764
- # source://ruby-progressbar//lib/ruby-progressbar/format/string.rb#5
565
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:5
765
566
  class ProgressBar::Format::String < ::String
766
- # source://ruby-progressbar//lib/ruby-progressbar/format/string.rb#13
567
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:13
767
568
  def bar_molecule_placeholder_length; end
768
569
 
769
- # source://ruby-progressbar//lib/ruby-progressbar/format/string.rb#21
570
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:21
770
571
  def bar_molecules; end
771
572
 
772
- # source://ruby-progressbar//lib/ruby-progressbar/format/string.rb#9
573
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:9
773
574
  def displayable_length; end
774
575
 
775
- # source://ruby-progressbar//lib/ruby-progressbar/format/string.rb#25
576
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:25
776
577
  def molecules; end
777
578
 
778
- # source://ruby-progressbar//lib/ruby-progressbar/format/string.rb#17
579
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:17
779
580
  def non_bar_molecules; end
780
581
  end
781
582
 
782
- # source://ruby-progressbar//lib/ruby-progressbar/format/string.rb#7
583
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:7
783
584
  ProgressBar::Format::String::ANSI_SGR_PATTERN = T.let(T.unsafe(nil), Regexp)
784
585
 
785
- # source://ruby-progressbar//lib/ruby-progressbar/format/string.rb#6
586
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:6
786
587
  ProgressBar::Format::String::MOLECULE_PATTERN = T.let(T.unsafe(nil), Regexp)
787
588
 
788
- # source://ruby-progressbar//lib/ruby-progressbar/errors/invalid_progress_error.rb#2
589
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/errors/invalid_progress_error.rb:2
789
590
  class ProgressBar::InvalidProgressError < ::RuntimeError; end
790
591
 
791
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#5
592
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:5
792
593
  class ProgressBar::Output
793
- # @return [Output] a new instance of Output
794
- #
795
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#10
594
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:10
796
595
  def initialize(options = T.unsafe(nil)); end
797
596
 
798
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#37
597
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:37
799
598
  def clear_string; end
800
599
 
801
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#41
600
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:41
802
601
  def length; end
803
602
 
804
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#30
603
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:30
805
604
  def log(string); end
806
605
 
807
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#50
606
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:50
808
607
  def refresh(options = T.unsafe(nil)); end
809
608
 
810
- # Returns the value of attribute stream.
811
- #
812
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#8
609
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:8
813
610
  def stream; end
814
611
 
815
- # Sets the attribute stream
816
- #
817
- # @param value the value to set the attribute stream to.
818
- #
819
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#8
612
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:8
820
613
  def stream=(_arg0); end
821
614
 
822
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#45
615
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:45
823
616
  def with_refresh; end
824
617
 
825
618
  protected
826
619
 
827
- # Returns the value of attribute bar.
828
- #
829
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#60
620
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
830
621
  def bar; end
831
622
 
832
- # Sets the attribute bar
833
- #
834
- # @param value the value to set the attribute bar to.
835
- #
836
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#60
623
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
837
624
  def bar=(_arg0); end
838
625
 
839
- # Returns the value of attribute length_calculator.
840
- #
841
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#60
626
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
842
627
  def length_calculator; end
843
628
 
844
- # Sets the attribute length_calculator
845
- #
846
- # @param value the value to set the attribute length_calculator to.
847
- #
848
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#60
629
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
849
630
  def length_calculator=(_arg0); end
850
631
 
851
- # Returns the value of attribute throttle.
852
- #
853
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#60
632
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
854
633
  def throttle; end
855
634
 
856
- # Sets the attribute throttle
857
- #
858
- # @param value the value to set the attribute throttle to.
859
- #
860
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#60
635
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:60
861
636
  def throttle=(_arg0); end
862
637
 
863
638
  private
864
639
 
865
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#66
640
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:66
866
641
  def print_and_flush; end
867
642
 
868
643
  class << self
869
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#20
644
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:20
870
645
  def detect(options = T.unsafe(nil)); end
871
646
  end
872
647
  end
873
648
 
874
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#6
649
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:6
875
650
  ProgressBar::Output::DEFAULT_OUTPUT_STREAM = T.let(T.unsafe(nil), IO)
876
651
 
877
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#4
652
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:4
878
653
  module ProgressBar::Outputs; end
879
654
 
880
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#5
655
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:5
881
656
  class ProgressBar::Outputs::NonTty < ::ProgressBar::Output
882
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#18
657
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:18
883
658
  def bar_update_string; end
884
659
 
885
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#8
660
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:8
886
661
  def clear; end
887
662
 
888
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#28
663
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:28
889
664
  def default_format; end
890
665
 
891
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#38
666
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:38
892
667
  def eol; end
893
668
 
894
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#14
669
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:14
895
670
  def last_update_length; end
896
671
 
897
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#36
672
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:36
898
673
  def refresh_with_format_change(*_arg0); end
899
674
 
900
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#32
675
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:32
901
676
  def resolve_format(*_arg0); end
902
677
 
903
678
  protected
904
679
 
905
- # Sets the attribute last_update_length
906
- #
907
- # @param value the value to set the attribute last_update_length to.
908
- #
909
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#44
680
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:44
910
681
  def last_update_length=(_arg0); end
911
682
  end
912
683
 
913
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/non_tty.rb#6
684
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:6
914
685
  ProgressBar::Outputs::NonTty::DEFAULT_FORMAT_STRING = T.let(T.unsafe(nil), String)
915
686
 
916
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/tty.rb#5
687
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:5
917
688
  class ProgressBar::Outputs::Tty < ::ProgressBar::Output
918
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/tty.rb#15
689
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:15
919
690
  def bar_update_string; end
920
691
 
921
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/tty.rb#10
692
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:10
922
693
  def clear; end
923
694
 
924
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/tty.rb#19
695
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:19
925
696
  def default_format; end
926
697
 
927
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/tty.rb#27
698
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:27
928
699
  def eol; end
929
700
 
930
- # source://ruby-progressbar//lib/ruby-progressbar/output.rb#45
701
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:8
931
702
  def refresh_with_format_change; end
932
703
 
933
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/tty.rb#23
704
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:23
934
705
  def resolve_format(other_format); end
935
706
  end
936
707
 
937
- # source://ruby-progressbar//lib/ruby-progressbar/outputs/tty.rb#6
708
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:6
938
709
  ProgressBar::Outputs::Tty::DEFAULT_FORMAT_STRING = T.let(T.unsafe(nil), String)
939
710
 
940
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#4
711
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:4
941
712
  class ProgressBar::Progress
942
- # @return [Progress] a new instance of Progress
943
- #
944
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#12
713
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:12
945
714
  def initialize(options = T.unsafe(nil)); end
946
715
 
947
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#104
716
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:104
948
717
  def absolute; end
949
718
 
950
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#41
719
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:41
951
720
  def decrement; end
952
721
 
953
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#23
722
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:23
954
723
  def finish; end
955
724
 
956
- # @return [Boolean]
957
- #
958
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#27
725
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:27
959
726
  def finished?; end
960
727
 
961
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#31
728
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:31
962
729
  def increment; end
963
730
 
964
- # @return [Boolean]
965
- #
966
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#85
731
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:85
967
732
  def none?; end
968
733
 
969
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#73
734
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:73
970
735
  def percentage_completed; end
971
736
 
972
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#97
737
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:97
973
738
  def percentage_completed_with_precision; end
974
739
 
975
- # Returns the value of attribute progress.
976
- #
977
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#8
740
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:8
978
741
  def progress; end
979
742
 
980
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#55
743
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:55
981
744
  def progress=(new_progress); end
982
745
 
983
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#51
746
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:51
984
747
  def reset; end
985
748
 
986
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#18
749
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:18
987
750
  def start(options = T.unsafe(nil)); end
988
751
 
989
- # Returns the value of attribute starting_position.
990
- #
991
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#10
752
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:10
992
753
  def starting_position; end
993
754
 
994
- # Sets the attribute starting_position
995
- #
996
- # @param value the value to set the attribute starting_position to.
997
- #
998
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#10
755
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:10
999
756
  def starting_position=(_arg0); end
1000
757
 
1001
- # Returns the value of attribute total.
1002
- #
1003
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#8
758
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:8
1004
759
  def total; end
1005
760
 
1006
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#64
761
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:64
1007
762
  def total=(new_total); end
1008
763
 
1009
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#93
764
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:93
1010
765
  def total_with_unknown_indicator; end
1011
766
 
1012
- # @return [Boolean]
1013
- #
1014
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#89
767
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:89
1015
768
  def unknown?; end
1016
769
  end
1017
770
 
1018
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#6
771
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:6
1019
772
  ProgressBar::Progress::DEFAULT_BEGINNING_POSITION = T.let(T.unsafe(nil), Integer)
1020
773
 
1021
- # source://ruby-progressbar//lib/ruby-progressbar/progress.rb#5
774
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:5
1022
775
  ProgressBar::Progress::DEFAULT_TOTAL = T.let(T.unsafe(nil), Integer)
1023
776
 
1024
- # source://ruby-progressbar//lib/ruby-progressbar/projector.rb#4
777
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projector.rb:4
1025
778
  class ProgressBar::Projector
1026
779
  class << self
1027
- # source://ruby-progressbar//lib/ruby-progressbar/projector.rb#10
780
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projector.rb:10
1028
781
  def from_type(name); end
1029
782
  end
1030
783
  end
1031
784
 
1032
- # source://ruby-progressbar//lib/ruby-progressbar/projector.rb#5
785
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projector.rb:5
1033
786
  ProgressBar::Projector::DEFAULT_PROJECTOR = ProgressBar::Projectors::SmoothedAverage
1034
787
 
1035
- # source://ruby-progressbar//lib/ruby-progressbar/projector.rb#6
788
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projector.rb:6
1036
789
  ProgressBar::Projector::NAME_TO_PROJECTOR_MAP = T.let(T.unsafe(nil), Hash)
1037
790
 
1038
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#2
791
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:2
1039
792
  module ProgressBar::Projectors; end
1040
793
 
1041
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#3
794
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:3
1042
795
  class ProgressBar::Projectors::SmoothedAverage
1043
- # @return [SmoothedAverage] a new instance of SmoothedAverage
1044
- #
1045
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#11
796
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:11
1046
797
  def initialize(options = T.unsafe(nil)); end
1047
798
 
1048
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#24
799
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:24
1049
800
  def decrement; end
1050
801
 
1051
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#28
802
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:28
1052
803
  def increment; end
1053
804
 
1054
- # @return [Boolean]
1055
- #
1056
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#52
805
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:52
1057
806
  def none?; end
1058
807
 
1059
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#32
808
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:32
1060
809
  def progress; end
1061
810
 
1062
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#42
811
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:42
1063
812
  def progress=(new_progress); end
1064
813
 
1065
- # Returns the value of attribute projection.
1066
- #
1067
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#9
814
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:9
1068
815
  def projection; end
1069
816
 
1070
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#38
817
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:38
1071
818
  def reset; end
1072
819
 
1073
- # Returns the value of attribute samples.
1074
- #
1075
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#7
820
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:7
1076
821
  def samples; end
1077
822
 
1078
- # Sets the attribute samples
1079
- #
1080
- # @param value the value to set the attribute samples to.
1081
- #
1082
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#7
823
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:7
1083
824
  def samples=(_arg0); end
1084
825
 
1085
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#19
826
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:19
1086
827
  def start(options = T.unsafe(nil)); end
1087
828
 
1088
- # Returns the value of attribute strength.
1089
- #
1090
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#7
829
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:7
1091
830
  def strength; end
1092
831
 
1093
- # Sets the attribute strength
1094
- #
1095
- # @param value the value to set the attribute strength to.
1096
- #
1097
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#7
832
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:7
1098
833
  def strength=(_arg0); end
1099
834
 
1100
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#36
835
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:36
1101
836
  def total=(_new_total); end
1102
837
 
1103
838
  protected
1104
839
 
1105
- # Sets the attribute projection
1106
- #
1107
- # @param value the value to set the attribute projection to.
1108
- #
1109
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#62
840
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:62
1110
841
  def projection=(_arg0); end
1111
842
 
1112
843
  private
1113
844
 
1114
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#66
845
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:66
1115
846
  def absolute; end
1116
847
 
1117
848
  class << self
1118
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#56
849
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:56
1119
850
  def calculate(current_projection, new_value, rate); end
1120
851
  end
1121
852
  end
1122
853
 
1123
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#5
854
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:5
1124
855
  ProgressBar::Projectors::SmoothedAverage::DEFAULT_BEGINNING_POSITION = T.let(T.unsafe(nil), Integer)
1125
856
 
1126
- # source://ruby-progressbar//lib/ruby-progressbar/projectors/smoothed_average.rb#4
857
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:4
1127
858
  ProgressBar::Projectors::SmoothedAverage::DEFAULT_STRENGTH = T.let(T.unsafe(nil), Float)
1128
859
 
1129
- # source://ruby-progressbar//lib/ruby-progressbar/refinements/progress_enumerator.rb#2
860
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/refinements/progress_enumerator.rb:2
1130
861
  module ProgressBar::Refinements; end
1131
862
 
1132
- # source://ruby-progressbar//lib/ruby-progressbar/refinements/progress_enumerator.rb#3
863
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/refinements/progress_enumerator.rb:3
1133
864
  module ProgressBar::Refinements::Enumerator; end
1134
865
 
1135
- # source://ruby-progressbar//lib/ruby-progressbar/refinements/progress_enumerator.rb#4
866
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/refinements/progress_enumerator.rb:4
1136
867
  ProgressBar::Refinements::Enumerator::ARITY_ERROR_MESSAGE = T.let(T.unsafe(nil), String)
1137
868
 
1138
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#2
869
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:2
1139
870
  class ProgressBar::Throttle
1140
- # @return [Throttle] a new instance of Throttle
1141
- #
1142
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#8
871
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:8
1143
872
  def initialize(options = T.unsafe(nil)); end
1144
873
 
1145
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#15
874
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:15
1146
875
  def choke(options = T.unsafe(nil)); end
1147
876
 
1148
- # Returns the value of attribute rate.
1149
- #
1150
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#3
877
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
1151
878
  def rate; end
1152
879
 
1153
- # Sets the attribute rate
1154
- #
1155
- # @param value the value to set the attribute rate to.
1156
- #
1157
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#3
880
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
1158
881
  def rate=(_arg0); end
1159
882
 
1160
- # Returns the value of attribute started_at.
1161
- #
1162
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#3
883
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
1163
884
  def started_at; end
1164
885
 
1165
- # Sets the attribute started_at
1166
- #
1167
- # @param value the value to set the attribute started_at to.
1168
- #
1169
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#3
886
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
1170
887
  def started_at=(_arg0); end
1171
888
 
1172
- # Returns the value of attribute stopped_at.
1173
- #
1174
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#3
889
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
1175
890
  def stopped_at; end
1176
891
 
1177
- # Sets the attribute stopped_at
1178
- #
1179
- # @param value the value to set the attribute stopped_at to.
1180
- #
1181
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#3
892
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
1182
893
  def stopped_at=(_arg0); end
1183
894
 
1184
- # Returns the value of attribute timer.
1185
- #
1186
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#3
895
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
1187
896
  def timer; end
1188
897
 
1189
- # Sets the attribute timer
1190
- #
1191
- # @param value the value to set the attribute timer to.
1192
- #
1193
- # source://ruby-progressbar//lib/ruby-progressbar/throttle.rb#3
898
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:3
1194
899
  def timer=(_arg0); end
1195
900
  end
1196
901
 
1197
- # source://ruby-progressbar//lib/ruby-progressbar/time.rb#3
902
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:3
1198
903
  class ProgressBar::Time
1199
- # @return [Time] a new instance of Time
1200
- #
1201
- # source://ruby-progressbar//lib/ruby-progressbar/time.rb#11
904
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:11
1202
905
  def initialize(time = T.unsafe(nil)); end
1203
906
 
1204
- # source://ruby-progressbar//lib/ruby-progressbar/time.rb#15
907
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:15
1205
908
  def now; end
1206
909
 
1207
- # source://ruby-progressbar//lib/ruby-progressbar/time.rb#19
910
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:19
1208
911
  def unmocked_time_method; end
1209
912
 
1210
913
  protected
1211
914
 
1212
- # Returns the value of attribute time.
1213
- #
1214
- # source://ruby-progressbar//lib/ruby-progressbar/time.rb#27
915
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:27
1215
916
  def time; end
1216
917
 
1217
- # Sets the attribute time
1218
- #
1219
- # @param value the value to set the attribute time to.
1220
- #
1221
- # source://ruby-progressbar//lib/ruby-progressbar/time.rb#27
918
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:27
1222
919
  def time=(_arg0); end
1223
920
  end
1224
921
 
1225
- # source://ruby-progressbar//lib/ruby-progressbar/time.rb#4
922
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:4
1226
923
  ProgressBar::Time::TIME_MOCKING_LIBRARY_METHODS = T.let(T.unsafe(nil), Array)
1227
924
 
1228
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#4
925
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:4
1229
926
  class ProgressBar::Timer
1230
- # @return [Timer] a new instance of Timer
1231
- #
1232
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#8
927
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:8
1233
928
  def initialize(options = T.unsafe(nil)); end
1234
929
 
1235
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#67
930
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:67
1236
931
  def divide_seconds(seconds); end
1237
932
 
1238
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#57
933
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:57
1239
934
  def elapsed_seconds; end
1240
935
 
1241
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#63
936
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:63
1242
937
  def elapsed_whole_seconds; end
1243
938
 
1244
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#31
939
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:31
1245
940
  def now; end
1246
941
 
1247
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#23
942
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:23
1248
943
  def pause; end
1249
944
 
1250
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#43
945
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:43
1251
946
  def reset; end
1252
947
 
1253
- # @return [Boolean]
1254
- #
1255
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#48
948
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:48
1256
949
  def reset?; end
1257
950
 
1258
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#52
951
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:52
1259
952
  def restart; end
1260
953
 
1261
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#27
954
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:27
1262
955
  def resume; end
1263
956
 
1264
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#12
957
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:12
1265
958
  def start; end
1266
959
 
1267
- # @return [Boolean]
1268
- #
1269
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#35
960
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:35
1270
961
  def started?; end
1271
962
 
1272
- # Returns the value of attribute started_at.
1273
- #
1274
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#5
963
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:5
1275
964
  def started_at; end
1276
965
 
1277
- # Sets the attribute started_at
1278
- #
1279
- # @param value the value to set the attribute started_at to.
1280
- #
1281
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#5
966
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:5
1282
967
  def started_at=(_arg0); end
1283
968
 
1284
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#17
969
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:17
1285
970
  def stop; end
1286
971
 
1287
- # @return [Boolean]
1288
- #
1289
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#39
972
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:39
1290
973
  def stopped?; end
1291
974
 
1292
- # Returns the value of attribute stopped_at.
1293
- #
1294
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#5
975
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:5
1295
976
  def stopped_at; end
1296
977
 
1297
- # Sets the attribute stopped_at
1298
- #
1299
- # @param value the value to set the attribute stopped_at to.
1300
- #
1301
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#5
978
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:5
1302
979
  def stopped_at=(_arg0); end
1303
980
 
1304
981
  protected
1305
982
 
1306
- # Returns the value of attribute time.
1307
- #
1308
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#76
983
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:76
1309
984
  def time; end
1310
985
 
1311
- # Sets the attribute time
1312
- #
1313
- # @param value the value to set the attribute time to.
1314
- #
1315
- # source://ruby-progressbar//lib/ruby-progressbar/timer.rb#76
986
+ # pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:76
1316
987
  def time=(_arg0); end
1317
988
  end