optimistic-json 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -0
  3. data/CHANGELOG.md +6 -0
  4. data/Rakefile +5 -1
  5. data/lib/optimistic/json/parser.rb +28 -7
  6. data/lib/optimistic/json/version.rb +2 -1
  7. data/lib/optimistic/json.rb +1 -0
  8. data/sorbet/config +4 -0
  9. data/sorbet/rbi/annotations/.gitattributes +1 -0
  10. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  11. data/sorbet/rbi/gems/.gitattributes +1 -0
  12. data/sorbet/rbi/gems/ast@2.4.2.rbi +550 -0
  13. data/sorbet/rbi/gems/benchmark@0.5.0.rbi +621 -0
  14. data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +1068 -0
  15. data/sorbet/rbi/gems/erubi@1.13.1.rbi +155 -0
  16. data/sorbet/rbi/gems/gem-release@2.2.2.rbi +1335 -0
  17. data/sorbet/rbi/gems/io-console@0.6.0.rbi +9 -0
  18. data/sorbet/rbi/gems/json@2.7.0.rbi +1797 -0
  19. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +12986 -0
  20. data/sorbet/rbi/gems/logger@1.6.0.rbi +845 -0
  21. data/sorbet/rbi/gems/multi_json@1.15.0.rbi +218 -0
  22. data/sorbet/rbi/gems/netrc@0.11.0.rbi +147 -0
  23. data/sorbet/rbi/gems/parallel@1.28.0.rbi +270 -0
  24. data/sorbet/rbi/gems/parser@3.2.2.4.rbi +5154 -0
  25. data/sorbet/rbi/gems/prism@1.9.0.rbi +42224 -0
  26. data/sorbet/rbi/gems/psych@5.1.1.1.rbi +2321 -0
  27. data/sorbet/rbi/gems/racc@1.7.3.rbi +169 -0
  28. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +362 -0
  29. data/sorbet/rbi/gems/rake@13.1.0.rbi +3025 -0
  30. data/sorbet/rbi/gems/rbi@0.3.11.rbi +5505 -0
  31. data/sorbet/rbi/gems/rbs@4.0.2.rbi +6908 -0
  32. data/sorbet/rbi/gems/rdoc@6.6.0.rbi +9 -0
  33. data/sorbet/rbi/gems/regexp_parser@2.8.2.rbi +3268 -0
  34. data/sorbet/rbi/gems/reline@0.4.1.rbi +9 -0
  35. data/sorbet/rbi/gems/require-hooks@0.4.0.rbi +152 -0
  36. data/sorbet/rbi/gems/rexml@3.2.6.rbi +4798 -0
  37. data/sorbet/rbi/gems/rspec-core@3.12.2.rbi +9405 -0
  38. data/sorbet/rbi/gems/rspec-expectations@3.12.3.rbi +6013 -0
  39. data/sorbet/rbi/gems/rspec-mocks@3.12.6.rbi +4750 -0
  40. data/sorbet/rbi/gems/rspec-support@3.12.1.rbi +1261 -0
  41. data/sorbet/rbi/gems/rspec@3.12.0.rbi +15 -0
  42. data/sorbet/rbi/gems/rubocop-ast@1.30.0.rbi +6750 -0
  43. data/sorbet/rbi/gems/rubocop-capybara@2.19.0.rbi +1058 -0
  44. data/sorbet/rbi/gems/rubocop-factory_bot@2.24.0.rbi +875 -0
  45. data/sorbet/rbi/gems/rubocop-rspec@2.25.0.rbi +7696 -0
  46. data/sorbet/rbi/gems/rubocop@1.58.0.rbi +53790 -0
  47. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +988 -0
  48. data/sorbet/rbi/gems/rubydex@0.2.3.rbi +787 -0
  49. data/sorbet/rbi/gems/spoom@1.7.14.rbi +6151 -0
  50. data/sorbet/rbi/gems/stringio@3.1.0.rbi +9 -0
  51. data/sorbet/rbi/gems/tapioca@0.19.1.rbi +3558 -0
  52. data/sorbet/rbi/gems/thor@1.5.0.rbi +3870 -0
  53. data/sorbet/rbi/gems/tsort@0.2.0.rbi +387 -0
  54. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +64 -0
  55. data/sorbet/tapioca/config.yml +13 -0
  56. data/sorbet/tapioca/require.rb +4 -0
  57. metadata +54 -22
  58. data/sig/optimistic/json.rbs +0 -6
@@ -0,0 +1,169 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `racc` gem.
5
+ # Please instead update this file by running `bin/tapioca gem racc`.
6
+
7
+
8
+ # pkg:gem/racc#lib/racc/parser.rb:23
9
+ ParseError = Racc::ParseError
10
+
11
+ # pkg:gem/racc#lib/racc/info.rb:17
12
+ Racc::Copyright = T.let(T.unsafe(nil), String)
13
+
14
+ # pkg:gem/racc#lib/racc/parser.rb:199
15
+ class Racc::CparseParams; end
16
+
17
+ # pkg:gem/racc#lib/racc/parser.rb:188
18
+ class Racc::Parser
19
+ # pkg:gem/racc#lib/racc/parser.rb:283
20
+ def _racc_do_parse_rb(arg, in_debug); end
21
+
22
+ # pkg:gem/racc#lib/racc/parser.rb:483
23
+ def _racc_do_reduce(arg, act); end
24
+
25
+ # common
26
+ #
27
+ # pkg:gem/racc#lib/racc/parser.rb:386
28
+ def _racc_evalact(act, arg); end
29
+
30
+ # pkg:gem/racc#lib/racc/parser.rb:236
31
+ def _racc_init_sysvars; end
32
+
33
+ # pkg:gem/racc#lib/racc/parser.rb:224
34
+ def _racc_setup; end
35
+
36
+ # pkg:gem/racc#lib/racc/parser.rb:333
37
+ def _racc_yyparse_rb(recv, mid, arg, c_debug); end
38
+
39
+ # pkg:gem/racc#lib/racc/parser.rb:265
40
+ def do_parse; end
41
+
42
+ # The method to fetch next token.
43
+ # If you use #do_parse method, you must implement #next_token.
44
+ #
45
+ # The format of return value is [TOKEN_SYMBOL, VALUE].
46
+ # +token-symbol+ is represented by Ruby's symbol by default, e.g. :IDENT
47
+ # for 'IDENT'. ";" (String) for ';'.
48
+ #
49
+ # The final symbol (End of file) must be false.
50
+ #
51
+ # pkg:gem/racc#lib/racc/parser.rb:279
52
+ def next_token; end
53
+
54
+ # This method is called when a parse error is found.
55
+ #
56
+ # ERROR_TOKEN_ID is an internal ID of token which caused error.
57
+ # You can get string representation of this ID by calling
58
+ # #token_to_str.
59
+ #
60
+ # ERROR_VALUE is a value of error token.
61
+ #
62
+ # value_stack is a stack of symbol values.
63
+ # DO NOT MODIFY this object.
64
+ #
65
+ # This method raises ParseError by default.
66
+ #
67
+ # If this method returns, parsers enter "error recovering mode".
68
+ #
69
+ # pkg:gem/racc#lib/racc/parser.rb:539
70
+ def on_error(t, val, vstack); end
71
+
72
+ # pkg:gem/racc#lib/racc/parser.rb:588
73
+ def racc_accept; end
74
+
75
+ # pkg:gem/racc#lib/racc/parser.rb:593
76
+ def racc_e_pop(state, tstack, vstack); end
77
+
78
+ # pkg:gem/racc#lib/racc/parser.rb:600
79
+ def racc_next_state(curstate, state); end
80
+
81
+ # pkg:gem/racc#lib/racc/parser.rb:606
82
+ def racc_print_stacks(t, v); end
83
+
84
+ # pkg:gem/racc#lib/racc/parser.rb:615
85
+ def racc_print_states(s); end
86
+
87
+ # For debugging output
88
+ #
89
+ # pkg:gem/racc#lib/racc/parser.rb:562
90
+ def racc_read_token(t, tok, val); end
91
+
92
+ # pkg:gem/racc#lib/racc/parser.rb:575
93
+ def racc_reduce(toks, sim, tstack, vstack); end
94
+
95
+ # pkg:gem/racc#lib/racc/parser.rb:569
96
+ def racc_shift(tok, tstack, vstack); end
97
+
98
+ # pkg:gem/racc#lib/racc/parser.rb:622
99
+ def racc_token2str(tok); end
100
+
101
+ # Convert internal ID of token symbol to the string.
102
+ #
103
+ # pkg:gem/racc#lib/racc/parser.rb:628
104
+ def token_to_str(t); end
105
+
106
+ # Exit parser.
107
+ # Return value is +Symbol_Value_Stack[0]+.
108
+ #
109
+ # pkg:gem/racc#lib/racc/parser.rb:552
110
+ def yyaccept; end
111
+
112
+ # Leave error recovering mode.
113
+ #
114
+ # pkg:gem/racc#lib/racc/parser.rb:557
115
+ def yyerrok; end
116
+
117
+ # Enter error recovering mode.
118
+ # This method does not call #on_error.
119
+ #
120
+ # pkg:gem/racc#lib/racc/parser.rb:546
121
+ def yyerror; end
122
+
123
+ # pkg:gem/racc#lib/racc/parser.rb:327
124
+ def yyparse(recv, mid); end
125
+
126
+ private
127
+
128
+ # pkg:gem/racc#lib/racc/parser.rb:199
129
+ def _racc_do_parse_c(_arg0, _arg1); end
130
+
131
+ # pkg:gem/racc#lib/racc/parser.rb:199
132
+ def _racc_yyparse_c(_arg0, _arg1, _arg2, _arg3); end
133
+
134
+ class << self
135
+ # pkg:gem/racc#lib/racc/parser.rb:220
136
+ def racc_runtime_type; end
137
+ end
138
+ end
139
+
140
+ # pkg:gem/racc#lib/racc/parser.rb:209
141
+ Racc::Parser::Racc_Main_Parsing_Routine = T.let(T.unsafe(nil), Symbol)
142
+
143
+ Racc::Parser::Racc_Runtime_Core_Id_C = T.let(T.unsafe(nil), String)
144
+
145
+ # pkg:gem/racc#lib/racc/parser.rb:211
146
+ Racc::Parser::Racc_Runtime_Core_Version = T.let(T.unsafe(nil), String)
147
+
148
+ Racc::Parser::Racc_Runtime_Core_Version_C = T.let(T.unsafe(nil), String)
149
+
150
+ # pkg:gem/racc#lib/racc/parser.rb:191
151
+ Racc::Parser::Racc_Runtime_Core_Version_R = T.let(T.unsafe(nil), String)
152
+
153
+ # pkg:gem/racc#lib/racc/parser.rb:212
154
+ Racc::Parser::Racc_Runtime_Type = T.let(T.unsafe(nil), String)
155
+
156
+ # pkg:gem/racc#lib/racc/parser.rb:190
157
+ Racc::Parser::Racc_Runtime_Version = T.let(T.unsafe(nil), String)
158
+
159
+ # pkg:gem/racc#lib/racc/parser.rb:210
160
+ Racc::Parser::Racc_YY_Parse_Method = T.let(T.unsafe(nil), Symbol)
161
+
162
+ # pkg:gem/racc#lib/racc/parser.rb:185
163
+ Racc::Racc_No_Extensions = T.let(T.unsafe(nil), FalseClass)
164
+
165
+ # pkg:gem/racc#lib/racc/info.rb:15
166
+ Racc::VERSION = T.let(T.unsafe(nil), String)
167
+
168
+ # pkg:gem/racc#lib/racc/info.rb:16
169
+ Racc::Version = T.let(T.unsafe(nil), String)
@@ -0,0 +1,362 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rainbow` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rainbow`.
6
+
7
+
8
+ class Object < ::BasicObject
9
+ include ::Kernel
10
+ include ::PP::ObjectMixin
11
+
12
+ private
13
+
14
+ # pkg:gem/rainbow#lib/rainbow/global.rb:23
15
+ def Rainbow(string); end
16
+ end
17
+
18
+ # pkg:gem/rainbow#lib/rainbow/string_utils.rb:3
19
+ module Rainbow
20
+ class << self
21
+ # pkg:gem/rainbow#lib/rainbow/global.rb:10
22
+ def enabled; end
23
+
24
+ # pkg:gem/rainbow#lib/rainbow/global.rb:14
25
+ def enabled=(value); end
26
+
27
+ # pkg:gem/rainbow#lib/rainbow/global.rb:6
28
+ def global; end
29
+
30
+ # pkg:gem/rainbow#lib/rainbow.rb:6
31
+ def new; end
32
+
33
+ # pkg:gem/rainbow#lib/rainbow/global.rb:18
34
+ def uncolor(string); end
35
+ end
36
+ end
37
+
38
+ # pkg:gem/rainbow#lib/rainbow/color.rb:4
39
+ class Rainbow::Color
40
+ # pkg:gem/rainbow#lib/rainbow/color.rb:5
41
+ def ground; end
42
+
43
+ class << self
44
+ # pkg:gem/rainbow#lib/rainbow/color.rb:7
45
+ def build(ground, values); end
46
+
47
+ # pkg:gem/rainbow#lib/rainbow/color.rb:40
48
+ def parse_hex_color(hex); end
49
+ end
50
+ end
51
+
52
+ # pkg:gem/rainbow#lib/rainbow/color.rb:54
53
+ class Rainbow::Color::Indexed < ::Rainbow::Color
54
+ # pkg:gem/rainbow#lib/rainbow/color.rb:57
55
+ def initialize(ground, num); end
56
+
57
+ # pkg:gem/rainbow#lib/rainbow/color.rb:62
58
+ def codes; end
59
+
60
+ # pkg:gem/rainbow#lib/rainbow/color.rb:55
61
+ def num; end
62
+ end
63
+
64
+ # pkg:gem/rainbow#lib/rainbow/color.rb:69
65
+ class Rainbow::Color::Named < ::Rainbow::Color::Indexed
66
+ # pkg:gem/rainbow#lib/rainbow/color.rb:90
67
+ def initialize(ground, name); end
68
+
69
+ class << self
70
+ # pkg:gem/rainbow#lib/rainbow/color.rb:82
71
+ def color_names; end
72
+
73
+ # pkg:gem/rainbow#lib/rainbow/color.rb:86
74
+ def valid_names; end
75
+ end
76
+ end
77
+
78
+ # pkg:gem/rainbow#lib/rainbow/color.rb:70
79
+ Rainbow::Color::Named::NAMES = T.let(T.unsafe(nil), Hash)
80
+
81
+ # pkg:gem/rainbow#lib/rainbow/color.rb:100
82
+ class Rainbow::Color::RGB < ::Rainbow::Color::Indexed
83
+ # pkg:gem/rainbow#lib/rainbow/color.rb:107
84
+ def initialize(ground, *values); end
85
+
86
+ # pkg:gem/rainbow#lib/rainbow/color.rb:101
87
+ def b; end
88
+
89
+ # pkg:gem/rainbow#lib/rainbow/color.rb:116
90
+ def codes; end
91
+
92
+ # pkg:gem/rainbow#lib/rainbow/color.rb:101
93
+ def g; end
94
+
95
+ # pkg:gem/rainbow#lib/rainbow/color.rb:101
96
+ def r; end
97
+
98
+ private
99
+
100
+ # pkg:gem/rainbow#lib/rainbow/color.rb:122
101
+ def code_from_rgb; end
102
+
103
+ class << self
104
+ # pkg:gem/rainbow#lib/rainbow/color.rb:103
105
+ def to_ansi_domain(value); end
106
+ end
107
+ end
108
+
109
+ # pkg:gem/rainbow#lib/rainbow/color.rb:129
110
+ class Rainbow::Color::X11Named < ::Rainbow::Color::RGB
111
+ include ::Rainbow::X11ColorNames
112
+
113
+ # pkg:gem/rainbow#lib/rainbow/color.rb:140
114
+ def initialize(ground, name); end
115
+
116
+ class << self
117
+ # pkg:gem/rainbow#lib/rainbow/color.rb:132
118
+ def color_names; end
119
+
120
+ # pkg:gem/rainbow#lib/rainbow/color.rb:136
121
+ def valid_names; end
122
+ end
123
+ end
124
+
125
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:4
126
+ class Rainbow::NullPresenter < ::String
127
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:9
128
+ def background(*_values); end
129
+
130
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:95
131
+ def bg(*_values); end
132
+
133
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:49
134
+ def black; end
135
+
136
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:33
137
+ def blink; end
138
+
139
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:65
140
+ def blue; end
141
+
142
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:96
143
+ def bold; end
144
+
145
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:17
146
+ def bright; end
147
+
148
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:5
149
+ def color(*_values); end
150
+
151
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:45
152
+ def cross_out; end
153
+
154
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:73
155
+ def cyan; end
156
+
157
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:97
158
+ def dark; end
159
+
160
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:21
161
+ def faint; end
162
+
163
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:94
164
+ def fg(*_values); end
165
+
166
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:93
167
+ def foreground(*_values); end
168
+
169
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:57
170
+ def green; end
171
+
172
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:41
173
+ def hide; end
174
+
175
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:37
176
+ def inverse; end
177
+
178
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:25
179
+ def italic; end
180
+
181
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:69
182
+ def magenta; end
183
+
184
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:81
185
+ def method_missing(method_name, *args); end
186
+
187
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:53
188
+ def red; end
189
+
190
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:13
191
+ def reset; end
192
+
193
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:98
194
+ def strike; end
195
+
196
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:29
197
+ def underline; end
198
+
199
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:77
200
+ def white; end
201
+
202
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:61
203
+ def yellow; end
204
+
205
+ private
206
+
207
+ # pkg:gem/rainbow#lib/rainbow/null_presenter.rb:89
208
+ def respond_to_missing?(method_name, *args); end
209
+ end
210
+
211
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:8
212
+ class Rainbow::Presenter < ::String
213
+ # Sets background color of this text.
214
+ #
215
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:30
216
+ def background(*values); end
217
+
218
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:34
219
+ def bg(*values); end
220
+
221
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:92
222
+ def black; end
223
+
224
+ # Turns on blinking attribute for this text (not well supported by terminal
225
+ # emulators).
226
+ #
227
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:72
228
+ def blink; end
229
+
230
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:108
231
+ def blue; end
232
+
233
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:49
234
+ def bold; end
235
+
236
+ # Turns on bright/bold for this text.
237
+ #
238
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:45
239
+ def bright; end
240
+
241
+ # Sets color of this text.
242
+ #
243
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:22
244
+ def color(*values); end
245
+
246
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:86
247
+ def cross_out; end
248
+
249
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:116
250
+ def cyan; end
251
+
252
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:57
253
+ def dark; end
254
+
255
+ # Turns on faint/dark for this text (not well supported by terminal
256
+ # emulators).
257
+ #
258
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:53
259
+ def faint; end
260
+
261
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:27
262
+ def fg(*values); end
263
+
264
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:26
265
+ def foreground(*values); end
266
+
267
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:100
268
+ def green; end
269
+
270
+ # Hides this text (set its color to the same as background).
271
+ #
272
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:82
273
+ def hide; end
274
+
275
+ # Inverses current foreground/background colors.
276
+ #
277
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:77
278
+ def inverse; end
279
+
280
+ # Turns on italic style for this text (not well supported by terminal
281
+ # emulators).
282
+ #
283
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:61
284
+ def italic; end
285
+
286
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:112
287
+ def magenta; end
288
+
289
+ # We take care of X11 color method call here.
290
+ # Such as #aqua, #ghostwhite.
291
+ #
292
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:126
293
+ def method_missing(method_name, *args); end
294
+
295
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:96
296
+ def red; end
297
+
298
+ # Resets terminal to default colors/backgrounds.
299
+ #
300
+ # It shouldn't be needed to use this method because all methods
301
+ # append terminal reset code to end of string.
302
+ #
303
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:40
304
+ def reset; end
305
+
306
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:90
307
+ def strike; end
308
+
309
+ # Turns on underline decoration for this text.
310
+ #
311
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:66
312
+ def underline; end
313
+
314
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:120
315
+ def white; end
316
+
317
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:104
318
+ def yellow; end
319
+
320
+ private
321
+
322
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:134
323
+ def respond_to_missing?(method_name, *args); end
324
+
325
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:140
326
+ def wrap_with_sgr(codes); end
327
+ end
328
+
329
+ # pkg:gem/rainbow#lib/rainbow/presenter.rb:9
330
+ Rainbow::Presenter::TERM_EFFECTS = T.let(T.unsafe(nil), Hash)
331
+
332
+ # pkg:gem/rainbow#lib/rainbow/string_utils.rb:4
333
+ class Rainbow::StringUtils
334
+ class << self
335
+ # pkg:gem/rainbow#lib/rainbow/string_utils.rb:17
336
+ def uncolor(string); end
337
+
338
+ # pkg:gem/rainbow#lib/rainbow/string_utils.rb:5
339
+ def wrap_with_sgr(string, codes); end
340
+ end
341
+ end
342
+
343
+ # pkg:gem/rainbow#lib/rainbow/wrapper.rb:7
344
+ class Rainbow::Wrapper
345
+ # pkg:gem/rainbow#lib/rainbow/wrapper.rb:10
346
+ def initialize(enabled = T.unsafe(nil)); end
347
+
348
+ # pkg:gem/rainbow#lib/rainbow/wrapper.rb:8
349
+ def enabled; end
350
+
351
+ # pkg:gem/rainbow#lib/rainbow/wrapper.rb:8
352
+ def enabled=(_arg0); end
353
+
354
+ # pkg:gem/rainbow#lib/rainbow/wrapper.rb:14
355
+ def wrap(string); end
356
+ end
357
+
358
+ # pkg:gem/rainbow#lib/rainbow/x11_color_names.rb:4
359
+ module Rainbow::X11ColorNames; end
360
+
361
+ # pkg:gem/rainbow#lib/rainbow/x11_color_names.rb:5
362
+ Rainbow::X11ColorNames::NAMES = T.let(T.unsafe(nil), Hash)