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.
- checksums.yaml +4 -4
- data/.dockerignore +8 -0
- data/.mdlrc +6 -0
- data/.rubocop.yml +20 -12
- data/Dockerfile +24 -0
- data/README.md +0 -4
- data/Rakefile +19 -16
- data/exe/tsumanne +2 -1
- data/lib/tsumanne/api.rb +22 -21
- data/lib/tsumanne/cli.rb +153 -2
- data/lib/tsumanne/models/get_threads.rb +8 -3
- data/lib/tsumanne/models/register_thread.rb +5 -1
- data/lib/tsumanne/models/search_indexes.rb +7 -2
- data/lib/tsumanne/models/search_thread_from_uri.rb +14 -2
- data/lib/tsumanne/version.rb +1 -1
- data/mise.toml +42 -0
- data/sorbet/rbi/gems/.gitattributes +1 -0
- data/sorbet/rbi/gems/{ast@2.4.2.rbi → ast@2.4.3.rbi} +45 -79
- data/sorbet/rbi/gems/benchmark@0.5.0.rbi +621 -0
- data/sorbet/rbi/gems/{chef-utils@18.2.7.rbi → chef-utils@18.8.54.rbi} +1 -0
- data/sorbet/rbi/gems/{concurrent-ruby@1.2.2.rbi → concurrent-ruby@1.3.5.rbi} +1 -0
- data/sorbet/rbi/gems/{diff-lcs@1.5.0.rbi → diff-lcs@1.6.2.rbi} +183 -199
- data/sorbet/rbi/gems/docile@1.4.0.rbi +147 -147
- data/sorbet/rbi/gems/{erubi@1.12.0.rbi → erubi@1.13.1.rbi} +36 -26
- data/sorbet/rbi/gems/{json@2.6.3.rbi → json@2.19.4.rbi} +920 -251
- data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +32 -63
- data/sorbet/rbi/gems/{kramdown@2.4.0.rbi → kramdown@2.5.1.rbi} +896 -711
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.5.rbi +9 -0
- data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +189 -0
- data/sorbet/rbi/gems/logger@1.7.0.rbi +896 -0
- data/sorbet/rbi/gems/{mdl@0.12.0.rbi → mdl@0.15.0.rbi} +109 -113
- data/sorbet/rbi/gems/mixlib-cli@2.1.8.rbi +35 -41
- data/sorbet/rbi/gems/mixlib-config@3.0.27.rbi +147 -142
- data/sorbet/rbi/gems/{mixlib-shellout@3.2.7.rbi → mixlib-shellout@3.3.9.rbi} +127 -150
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +45 -56
- data/sorbet/rbi/gems/optimist@3.2.1.rbi +895 -0
- data/sorbet/rbi/gems/parallel@1.28.0.rbi +270 -0
- data/sorbet/rbi/gems/parser@3.3.11.1.rbi +5229 -0
- data/sorbet/rbi/gems/prism@1.9.0.rbi +42224 -0
- data/sorbet/rbi/gems/{racc@1.7.1.rbi → racc@1.8.1.rbi} +48 -44
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +101 -141
- data/sorbet/rbi/gems/{rake@13.0.6.rbi → rake@13.4.2.rbi} +867 -761
- data/sorbet/rbi/gems/rbi@0.3.10.rbi +5520 -0
- data/sorbet/rbi/gems/rbs@4.0.2.rbi +6908 -0
- data/sorbet/rbi/gems/regexp_parser@2.12.0.rbi +3398 -0
- data/sorbet/rbi/gems/require-hooks@0.4.0.rbi +152 -0
- data/sorbet/rbi/gems/{rexml@3.2.6.rbi → rexml@3.4.4.rbi} +1032 -908
- data/sorbet/rbi/gems/{rspec-core@3.12.2.rbi → rspec-core@3.13.6.rbi} +2860 -4206
- data/sorbet/rbi/gems/rspec-expectations@3.13.5.rbi +6108 -0
- data/sorbet/rbi/gems/{rspec-mocks@3.12.6.rbi → rspec-mocks@3.13.7.rbi} +1264 -1787
- data/sorbet/rbi/gems/rspec-support@3.13.6.rbi +1274 -0
- data/sorbet/rbi/gems/rspec@3.13.2.rbi +15 -0
- data/sorbet/rbi/gems/rubocop-ast@1.49.1.rbi +7212 -0
- data/sorbet/rbi/gems/rubocop-performance@1.26.1.rbi +3403 -0
- data/sorbet/rbi/gems/{rubocop-rake@0.6.0.rbi → rubocop-rake@0.7.1.rbi} +89 -103
- data/sorbet/rbi/gems/rubocop-rspec@3.9.0.rbi +7606 -0
- data/sorbet/rbi/gems/rubocop-sorbet@0.12.0.rbi +2448 -0
- data/sorbet/rbi/gems/rubocop@1.86.1.rbi +62232 -0
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +326 -655
- data/sorbet/rbi/gems/rubydex@0.1.0.beta14.rbi +655 -0
- data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +24 -158
- data/sorbet/rbi/gems/simplecov@0.22.0.rbi +450 -606
- data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +32 -166
- data/sorbet/rbi/gems/spoom@1.7.13.rbi +6151 -0
- data/sorbet/rbi/gems/{tapioca@0.11.8.rbi → tapioca@0.19.1.rbi} +1609 -1379
- data/sorbet/rbi/gems/{thor@1.2.2.rbi → thor@1.5.0.rbi} +1075 -1170
- data/sorbet/rbi/gems/tomlrb@2.0.3.rbi +1 -0
- data/sorbet/rbi/gems/tsort@0.2.0.rbi +389 -0
- data/sorbet/rbi/gems/unicode-display_width@3.2.0.rbi +130 -0
- data/sorbet/rbi/gems/unicode-emoji@4.2.0.rbi +332 -0
- metadata +69 -66
- data/.ruby-version +0 -1
- data/sorbet/rbi/gems/base64@0.1.1.rbi +0 -172
- data/sorbet/rbi/gems/ffi-compiler@1.0.1.rbi +0 -206
- data/sorbet/rbi/gems/ffi@1.15.5.rbi +0 -1994
- data/sorbet/rbi/gems/http-parser@1.2.3.rbi +0 -422
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +0 -14237
- data/sorbet/rbi/gems/mhtml@0.1.6.rbi +0 -353
- data/sorbet/rbi/gems/parallel@1.23.0.rbi +0 -273
- data/sorbet/rbi/gems/parser@3.2.2.3.rbi +0 -7253
- data/sorbet/rbi/gems/prettier_print@1.2.1.rbi +0 -951
- data/sorbet/rbi/gems/rbi@0.0.17.rbi +0 -2967
- data/sorbet/rbi/gems/regexp_parser@2.8.1.rbi +0 -3749
- data/sorbet/rbi/gems/rspec-expectations@3.12.3.rbi +0 -8100
- data/sorbet/rbi/gems/rspec-support@3.12.1.rbi +0 -1609
- data/sorbet/rbi/gems/rspec@3.12.0.rbi +0 -82
- data/sorbet/rbi/gems/rubocop-ast@1.29.0.rbi +0 -7144
- data/sorbet/rbi/gems/rubocop-capybara@2.18.0.rbi +0 -827
- data/sorbet/rbi/gems/rubocop-factory_bot@2.23.1.rbi +0 -812
- data/sorbet/rbi/gems/rubocop-performance@1.19.0.rbi +0 -3157
- data/sorbet/rbi/gems/rubocop-rspec@2.23.2.rbi +0 -7691
- data/sorbet/rbi/gems/rubocop-sorbet@0.7.3.rbi +0 -1226
- data/sorbet/rbi/gems/rubocop@1.56.2.rbi +0 -56541
- data/sorbet/rbi/gems/spoom@1.2.3.rbi +0 -3199
- data/sorbet/rbi/gems/syntax_tree@6.1.1.rbi +0 -22855
- data/sorbet/rbi/gems/unicode-display_width@2.4.2.rbi +0 -65
- data/sorbet/rbi/gems/unparser@0.6.8.rbi +0 -4525
- data/sorbet/rbi/gems/yard-sorbet@0.8.1.rbi +0 -425
- 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
|
-
|
|
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
|
-
#
|
|
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
|
-
#
|
|
21
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:17
|
|
16
22
|
class ProgressBar::Base
|
|
17
23
|
extend ::Forwardable
|
|
18
24
|
|
|
19
|
-
#
|
|
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
|
-
#
|
|
25
|
-
def clear(*
|
|
28
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:36
|
|
29
|
+
def clear(*_arg0, **_arg1, &_arg2); end
|
|
26
30
|
|
|
27
|
-
#
|
|
31
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:137
|
|
28
32
|
def decrement; end
|
|
29
33
|
|
|
30
|
-
#
|
|
34
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:92
|
|
31
35
|
def finish; end
|
|
32
36
|
|
|
33
|
-
#
|
|
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
|
-
#
|
|
40
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:209
|
|
39
41
|
def format(other); end
|
|
40
42
|
|
|
41
|
-
#
|
|
43
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:203
|
|
42
44
|
def format=(other); end
|
|
43
45
|
|
|
44
|
-
#
|
|
46
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:141
|
|
45
47
|
def increment; end
|
|
46
48
|
|
|
47
|
-
#
|
|
49
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:199
|
|
48
50
|
def inspect; end
|
|
49
51
|
|
|
50
|
-
#
|
|
51
|
-
def log(*
|
|
52
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:36
|
|
53
|
+
def log(*_arg0, **_arg1, &_arg2); end
|
|
52
54
|
|
|
53
|
-
#
|
|
55
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:102
|
|
54
56
|
def pause; end
|
|
55
57
|
|
|
56
|
-
#
|
|
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
|
-
#
|
|
62
|
-
def progress(*
|
|
61
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:41
|
|
62
|
+
def progress(*_arg0, **_arg1, &_arg2); end
|
|
63
63
|
|
|
64
|
-
#
|
|
64
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:145
|
|
65
65
|
def progress=(new_progress); end
|
|
66
66
|
|
|
67
|
-
#
|
|
67
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:153
|
|
68
68
|
def progress_mark=(mark); end
|
|
69
69
|
|
|
70
|
-
#
|
|
71
|
-
def refresh(*
|
|
70
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:36
|
|
71
|
+
def refresh(*_arg0, **_arg1, &_arg2); end
|
|
72
72
|
|
|
73
|
-
#
|
|
73
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:157
|
|
74
74
|
def remainder_mark=(mark); end
|
|
75
75
|
|
|
76
|
-
#
|
|
76
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:114
|
|
77
77
|
def reset; end
|
|
78
78
|
|
|
79
|
-
#
|
|
79
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:110
|
|
80
80
|
def resume; end
|
|
81
81
|
|
|
82
|
-
#
|
|
82
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:87
|
|
83
83
|
def start(options = T.unsafe(nil)); end
|
|
84
84
|
|
|
85
|
-
#
|
|
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
|
-
#
|
|
88
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:106
|
|
91
89
|
def stop; end
|
|
92
90
|
|
|
93
|
-
#
|
|
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
|
-
#
|
|
94
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:161
|
|
99
95
|
def title; end
|
|
100
96
|
|
|
101
|
-
#
|
|
97
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:165
|
|
102
98
|
def title=(title); end
|
|
103
99
|
|
|
104
|
-
#
|
|
100
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:176
|
|
105
101
|
def to_h; end
|
|
106
102
|
|
|
107
|
-
#
|
|
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
|
-
#
|
|
111
|
-
def total(*
|
|
106
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:41
|
|
107
|
+
def total(*_arg0, **_arg1, &_arg2); end
|
|
112
108
|
|
|
113
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
186
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/base.rb:226
|
|
263
187
|
def update_progress(*args); end
|
|
264
188
|
end
|
|
265
189
|
|
|
266
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
196
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:2
|
|
273
197
|
module ProgressBar::Calculators; end
|
|
274
198
|
|
|
275
|
-
#
|
|
199
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:3
|
|
276
200
|
class ProgressBar::Calculators::Length
|
|
277
|
-
#
|
|
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
|
-
#
|
|
204
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:25
|
|
283
205
|
def calculate_length; end
|
|
284
206
|
|
|
285
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
213
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:14
|
|
298
214
|
def length; end
|
|
299
215
|
|
|
300
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
222
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:33
|
|
311
223
|
def length_override=(other); end
|
|
312
224
|
|
|
313
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
236
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:56
|
|
331
237
|
def dynamic_width; end
|
|
332
238
|
|
|
333
|
-
#
|
|
239
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:85
|
|
334
240
|
def dynamic_width_stty; end
|
|
335
241
|
|
|
336
|
-
#
|
|
242
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:89
|
|
337
243
|
def dynamic_width_tput; end
|
|
338
244
|
|
|
339
|
-
#
|
|
245
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:76
|
|
340
246
|
def dynamic_width_via_io_object; end
|
|
341
247
|
|
|
342
|
-
#
|
|
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
|
-
#
|
|
251
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/calculators/length.rb:81
|
|
346
252
|
def dynamic_width_via_system_calls; end
|
|
347
253
|
|
|
348
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
264
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:5
|
|
358
265
|
module ProgressBar::Components; end
|
|
359
266
|
|
|
360
|
-
#
|
|
267
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:6
|
|
361
268
|
class ProgressBar::Components::Bar
|
|
362
|
-
#
|
|
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
|
-
#
|
|
272
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:35
|
|
368
273
|
def bar(length); end
|
|
369
274
|
|
|
370
|
-
#
|
|
275
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:63
|
|
371
276
|
def bar_with_percentage(length); end
|
|
372
277
|
|
|
373
|
-
#
|
|
278
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:41
|
|
374
279
|
def complete_bar(length); end
|
|
375
280
|
|
|
376
|
-
#
|
|
281
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:47
|
|
377
282
|
def complete_bar_with_percentage(length); end
|
|
378
283
|
|
|
379
|
-
#
|
|
284
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:53
|
|
380
285
|
def incomplete_space(length); end
|
|
381
286
|
|
|
382
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
322
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:91
|
|
448
323
|
def completed_length; end
|
|
449
324
|
|
|
450
|
-
#
|
|
325
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:81
|
|
451
326
|
def incomplete_string; end
|
|
452
327
|
|
|
453
|
-
#
|
|
328
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:71
|
|
454
329
|
def integrated_percentage_complete_string; end
|
|
455
330
|
|
|
456
|
-
#
|
|
331
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:77
|
|
457
332
|
def standard_complete_string; end
|
|
458
333
|
|
|
459
|
-
#
|
|
334
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:95
|
|
460
335
|
def unknown_progress_frame; end
|
|
461
336
|
|
|
462
|
-
#
|
|
337
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/bar.rb:85
|
|
463
338
|
def unknown_string; end
|
|
464
339
|
end
|
|
465
340
|
|
|
466
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
350
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:3
|
|
476
351
|
class ProgressBar::Components::Percentage
|
|
477
|
-
#
|
|
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
|
-
#
|
|
355
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:14
|
|
483
356
|
def justified_percentage; end
|
|
484
357
|
|
|
485
|
-
#
|
|
358
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:22
|
|
486
359
|
def justified_percentage_with_precision; end
|
|
487
360
|
|
|
488
|
-
#
|
|
361
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:10
|
|
489
362
|
def percentage; end
|
|
490
363
|
|
|
491
|
-
#
|
|
364
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/percentage.rb:18
|
|
492
365
|
def percentage_with_precision; end
|
|
493
366
|
|
|
494
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
374
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:3
|
|
508
375
|
class ProgressBar::Components::Rate
|
|
509
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
388
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:20
|
|
530
389
|
def rate_of_change_with_precision; end
|
|
531
390
|
|
|
532
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
405
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:30
|
|
559
406
|
def base_rate; end
|
|
560
407
|
|
|
561
|
-
#
|
|
408
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:34
|
|
562
409
|
def elapsed_seconds; end
|
|
563
410
|
|
|
564
|
-
#
|
|
411
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/rate.rb:26
|
|
565
412
|
def scaled_rate; end
|
|
566
413
|
end
|
|
567
414
|
|
|
568
|
-
#
|
|
415
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:6
|
|
569
416
|
class ProgressBar::Components::Time
|
|
570
|
-
#
|
|
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
|
-
#
|
|
420
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:31
|
|
576
421
|
def elapsed_with_label; end
|
|
577
422
|
|
|
578
|
-
#
|
|
423
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:47
|
|
579
424
|
def estimated_wall_clock; end
|
|
580
425
|
|
|
581
|
-
#
|
|
426
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:43
|
|
582
427
|
def estimated_with_friendly_oob; end
|
|
583
428
|
|
|
584
|
-
#
|
|
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
|
-
#
|
|
432
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:35
|
|
588
433
|
def estimated_with_no_oob; end
|
|
589
434
|
|
|
590
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
460
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:80
|
|
634
461
|
def elapsed; end
|
|
635
462
|
|
|
636
|
-
#
|
|
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
|
-
#
|
|
466
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/time.rb:94
|
|
640
467
|
def estimated_seconds_remaining; end
|
|
641
468
|
|
|
642
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
503
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/components/title.rb:3
|
|
677
504
|
class ProgressBar::Components::Title
|
|
678
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
518
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/formatter.rb:2
|
|
700
519
|
module ProgressBar::Format; end
|
|
701
520
|
|
|
702
|
-
#
|
|
521
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/formatter.rb:3
|
|
703
522
|
class ProgressBar::Format::Formatter
|
|
704
523
|
class << self
|
|
705
|
-
#
|
|
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
|
-
#
|
|
529
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:3
|
|
711
530
|
class ProgressBar::Format::Molecule
|
|
712
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
537
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/molecule.rb:46
|
|
723
538
|
def full_key; end
|
|
724
539
|
|
|
725
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
565
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:5
|
|
765
566
|
class ProgressBar::Format::String < ::String
|
|
766
|
-
#
|
|
567
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:13
|
|
767
568
|
def bar_molecule_placeholder_length; end
|
|
768
569
|
|
|
769
|
-
#
|
|
570
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:21
|
|
770
571
|
def bar_molecules; end
|
|
771
572
|
|
|
772
|
-
#
|
|
573
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:9
|
|
773
574
|
def displayable_length; end
|
|
774
575
|
|
|
775
|
-
#
|
|
576
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/format/string.rb:25
|
|
776
577
|
def molecules; end
|
|
777
578
|
|
|
778
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
589
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/errors/invalid_progress_error.rb:2
|
|
789
590
|
class ProgressBar::InvalidProgressError < ::RuntimeError; end
|
|
790
591
|
|
|
791
|
-
#
|
|
592
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:5
|
|
792
593
|
class ProgressBar::Output
|
|
793
|
-
#
|
|
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
|
-
#
|
|
597
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:37
|
|
799
598
|
def clear_string; end
|
|
800
599
|
|
|
801
|
-
#
|
|
600
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:41
|
|
802
601
|
def length; end
|
|
803
602
|
|
|
804
|
-
#
|
|
603
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:30
|
|
805
604
|
def log(string); end
|
|
806
605
|
|
|
807
|
-
#
|
|
606
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/output.rb:50
|
|
808
607
|
def refresh(options = T.unsafe(nil)); end
|
|
809
608
|
|
|
810
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
652
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:4
|
|
878
653
|
module ProgressBar::Outputs; end
|
|
879
654
|
|
|
880
|
-
#
|
|
655
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:5
|
|
881
656
|
class ProgressBar::Outputs::NonTty < ::ProgressBar::Output
|
|
882
|
-
#
|
|
657
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:18
|
|
883
658
|
def bar_update_string; end
|
|
884
659
|
|
|
885
|
-
#
|
|
660
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:8
|
|
886
661
|
def clear; end
|
|
887
662
|
|
|
888
|
-
#
|
|
663
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:28
|
|
889
664
|
def default_format; end
|
|
890
665
|
|
|
891
|
-
#
|
|
666
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:38
|
|
892
667
|
def eol; end
|
|
893
668
|
|
|
894
|
-
#
|
|
669
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/non_tty.rb:14
|
|
895
670
|
def last_update_length; end
|
|
896
671
|
|
|
897
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
687
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:5
|
|
917
688
|
class ProgressBar::Outputs::Tty < ::ProgressBar::Output
|
|
918
|
-
#
|
|
689
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:15
|
|
919
690
|
def bar_update_string; end
|
|
920
691
|
|
|
921
|
-
#
|
|
692
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:10
|
|
922
693
|
def clear; end
|
|
923
694
|
|
|
924
|
-
#
|
|
695
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:19
|
|
925
696
|
def default_format; end
|
|
926
697
|
|
|
927
|
-
#
|
|
698
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:27
|
|
928
699
|
def eol; end
|
|
929
700
|
|
|
930
|
-
#
|
|
701
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/outputs/tty.rb:8
|
|
931
702
|
def refresh_with_format_change; end
|
|
932
703
|
|
|
933
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
711
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:4
|
|
941
712
|
class ProgressBar::Progress
|
|
942
|
-
#
|
|
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
|
-
#
|
|
716
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:104
|
|
948
717
|
def absolute; end
|
|
949
718
|
|
|
950
|
-
#
|
|
719
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:41
|
|
951
720
|
def decrement; end
|
|
952
721
|
|
|
953
|
-
#
|
|
722
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:23
|
|
954
723
|
def finish; end
|
|
955
724
|
|
|
956
|
-
#
|
|
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
|
-
#
|
|
728
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:31
|
|
962
729
|
def increment; end
|
|
963
730
|
|
|
964
|
-
#
|
|
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
|
-
#
|
|
734
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:73
|
|
970
735
|
def percentage_completed; end
|
|
971
736
|
|
|
972
|
-
#
|
|
737
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:97
|
|
973
738
|
def percentage_completed_with_precision; end
|
|
974
739
|
|
|
975
|
-
#
|
|
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
|
-
#
|
|
743
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:55
|
|
981
744
|
def progress=(new_progress); end
|
|
982
745
|
|
|
983
|
-
#
|
|
746
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:51
|
|
984
747
|
def reset; end
|
|
985
748
|
|
|
986
|
-
#
|
|
749
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:18
|
|
987
750
|
def start(options = T.unsafe(nil)); end
|
|
988
751
|
|
|
989
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
761
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:64
|
|
1007
762
|
def total=(new_total); end
|
|
1008
763
|
|
|
1009
|
-
#
|
|
764
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/progress.rb:93
|
|
1010
765
|
def total_with_unknown_indicator; end
|
|
1011
766
|
|
|
1012
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
777
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/projector.rb:4
|
|
1025
778
|
class ProgressBar::Projector
|
|
1026
779
|
class << self
|
|
1027
|
-
#
|
|
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
|
-
#
|
|
785
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/projector.rb:5
|
|
1033
786
|
ProgressBar::Projector::DEFAULT_PROJECTOR = ProgressBar::Projectors::SmoothedAverage
|
|
1034
787
|
|
|
1035
|
-
#
|
|
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
|
-
#
|
|
791
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:2
|
|
1039
792
|
module ProgressBar::Projectors; end
|
|
1040
793
|
|
|
1041
|
-
#
|
|
794
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:3
|
|
1042
795
|
class ProgressBar::Projectors::SmoothedAverage
|
|
1043
|
-
#
|
|
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
|
-
#
|
|
799
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:24
|
|
1049
800
|
def decrement; end
|
|
1050
801
|
|
|
1051
|
-
#
|
|
802
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:28
|
|
1052
803
|
def increment; end
|
|
1053
804
|
|
|
1054
|
-
#
|
|
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
|
-
#
|
|
808
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:32
|
|
1060
809
|
def progress; end
|
|
1061
810
|
|
|
1062
|
-
#
|
|
811
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:42
|
|
1063
812
|
def progress=(new_progress); end
|
|
1064
813
|
|
|
1065
|
-
#
|
|
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
|
-
#
|
|
817
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/projectors/smoothed_average.rb:38
|
|
1071
818
|
def reset; end
|
|
1072
819
|
|
|
1073
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
860
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/refinements/progress_enumerator.rb:2
|
|
1130
861
|
module ProgressBar::Refinements; end
|
|
1131
862
|
|
|
1132
|
-
#
|
|
863
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/refinements/progress_enumerator.rb:3
|
|
1133
864
|
module ProgressBar::Refinements::Enumerator; end
|
|
1134
865
|
|
|
1135
|
-
#
|
|
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
|
-
#
|
|
869
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:2
|
|
1139
870
|
class ProgressBar::Throttle
|
|
1140
|
-
#
|
|
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
|
-
#
|
|
874
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/throttle.rb:15
|
|
1146
875
|
def choke(options = T.unsafe(nil)); end
|
|
1147
876
|
|
|
1148
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
902
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:3
|
|
1198
903
|
class ProgressBar::Time
|
|
1199
|
-
#
|
|
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
|
-
#
|
|
907
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/time.rb:15
|
|
1205
908
|
def now; end
|
|
1206
909
|
|
|
1207
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
925
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:4
|
|
1229
926
|
class ProgressBar::Timer
|
|
1230
|
-
#
|
|
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
|
-
#
|
|
930
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:67
|
|
1236
931
|
def divide_seconds(seconds); end
|
|
1237
932
|
|
|
1238
|
-
#
|
|
933
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:57
|
|
1239
934
|
def elapsed_seconds; end
|
|
1240
935
|
|
|
1241
|
-
#
|
|
936
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:63
|
|
1242
937
|
def elapsed_whole_seconds; end
|
|
1243
938
|
|
|
1244
|
-
#
|
|
939
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:31
|
|
1245
940
|
def now; end
|
|
1246
941
|
|
|
1247
|
-
#
|
|
942
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:23
|
|
1248
943
|
def pause; end
|
|
1249
944
|
|
|
1250
|
-
#
|
|
945
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:43
|
|
1251
946
|
def reset; end
|
|
1252
947
|
|
|
1253
|
-
#
|
|
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
|
-
#
|
|
951
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:52
|
|
1259
952
|
def restart; end
|
|
1260
953
|
|
|
1261
|
-
#
|
|
954
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:27
|
|
1262
955
|
def resume; end
|
|
1263
956
|
|
|
1264
|
-
#
|
|
957
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:12
|
|
1265
958
|
def start; end
|
|
1266
959
|
|
|
1267
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
969
|
+
# pkg:gem/ruby-progressbar#lib/ruby-progressbar/timer.rb:17
|
|
1285
970
|
def stop; end
|
|
1286
971
|
|
|
1287
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|