playoffs 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (123) hide show
  1. checksums.yaml +7 -0
  2. data/.bundle/config +2 -0
  3. data/.editorconfig +8 -0
  4. data/.github/workflows/ci.yaml +29 -0
  5. data/.gitignore +8 -0
  6. data/.rubocop.yml +34 -0
  7. data/.tool-versions +1 -0
  8. data/.vscode/settings.json +5 -0
  9. data/CHANGELOG.md +3 -0
  10. data/CODE_OF_CONDUCT.md +73 -0
  11. data/Gemfile +5 -0
  12. data/Guardfile +17 -0
  13. data/LICENSE +5 -0
  14. data/README.md +245 -0
  15. data/Rakefile +11 -0
  16. data/bin/_guard-core +27 -0
  17. data/bin/bundle +109 -0
  18. data/bin/bundle-audit +27 -0
  19. data/bin/bundler-audit +27 -0
  20. data/bin/coderay +27 -0
  21. data/bin/console +11 -0
  22. data/bin/guard +27 -0
  23. data/bin/htmldiff +27 -0
  24. data/bin/ldiff +27 -0
  25. data/bin/listen +27 -0
  26. data/bin/playoffs +27 -0
  27. data/bin/pry +27 -0
  28. data/bin/racc +27 -0
  29. data/bin/rake +27 -0
  30. data/bin/rspec +27 -0
  31. data/bin/rubocop +27 -0
  32. data/bin/ruby-parse +27 -0
  33. data/bin/ruby-rewrite +27 -0
  34. data/bin/spoom +27 -0
  35. data/bin/srb +27 -0
  36. data/bin/srb-rbi +27 -0
  37. data/bin/tapioca +27 -0
  38. data/bin/thor +27 -0
  39. data/bin/yard +27 -0
  40. data/bin/yardoc +27 -0
  41. data/bin/yri +27 -0
  42. data/exe/playoffs +7 -0
  43. data/lib/playoffs/basketball.rb +120 -0
  44. data/lib/playoffs/best_of.rb +38 -0
  45. data/lib/playoffs/cli.rb +201 -0
  46. data/lib/playoffs/contestant.rb +8 -0
  47. data/lib/playoffs/round.rb +42 -0
  48. data/lib/playoffs/series.rb +167 -0
  49. data/lib/playoffs/team.rb +7 -0
  50. data/lib/playoffs/tournament/bracketable.rb +93 -0
  51. data/lib/playoffs/tournament/roundable.rb +53 -0
  52. data/lib/playoffs/tournament.rb +61 -0
  53. data/lib/playoffs/version.rb +6 -0
  54. data/lib/playoffs.rb +26 -0
  55. data/playoffs.gemspec +49 -0
  56. data/sorbet/config +4 -0
  57. data/sorbet/rbi/annotations/.gitattributes +1 -0
  58. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  59. data/sorbet/rbi/gems/.gitattributes +1 -0
  60. data/sorbet/rbi/gems/ansi@1.5.0.rbi +688 -0
  61. data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
  62. data/sorbet/rbi/gems/bundler-audit@0.9.1.rbi +309 -0
  63. data/sorbet/rbi/gems/coderay@1.1.3.rbi +3426 -0
  64. data/sorbet/rbi/gems/diff-lcs@1.5.1.rbi +1131 -0
  65. data/sorbet/rbi/gems/docile@1.4.0.rbi +377 -0
  66. data/sorbet/rbi/gems/erubi@1.12.0.rbi +145 -0
  67. data/sorbet/rbi/gems/ffi@1.16.3.rbi +9 -0
  68. data/sorbet/rbi/gems/formatador@1.1.0.rbi +9 -0
  69. data/sorbet/rbi/gems/guard-compat@1.2.1.rbi +67 -0
  70. data/sorbet/rbi/gems/guard-rspec@4.7.3.rbi +563 -0
  71. data/sorbet/rbi/gems/guard@2.18.1.rbi +9 -0
  72. data/sorbet/rbi/gems/json@2.7.2.rbi +1562 -0
  73. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
  74. data/sorbet/rbi/gems/listen@3.9.0.rbi +9 -0
  75. data/sorbet/rbi/gems/lumberjack@1.2.10.rbi +9 -0
  76. data/sorbet/rbi/gems/method_source@1.1.0.rbi +304 -0
  77. data/sorbet/rbi/gems/nenv@0.3.0.rbi +9 -0
  78. data/sorbet/rbi/gems/netrc@0.11.0.rbi +158 -0
  79. data/sorbet/rbi/gems/notiffany@0.1.3.rbi +9 -0
  80. data/sorbet/rbi/gems/parallel@1.24.0.rbi +280 -0
  81. data/sorbet/rbi/gems/parser@3.3.1.0.rbi +7238 -0
  82. data/sorbet/rbi/gems/primitive@1.0.0.rbi +58 -0
  83. data/sorbet/rbi/gems/prism@0.29.0.rbi +37987 -0
  84. data/sorbet/rbi/gems/pry@0.14.2.rbi +10069 -0
  85. data/sorbet/rbi/gems/racc@1.7.3.rbi +162 -0
  86. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
  87. data/sorbet/rbi/gems/rake@13.2.1.rbi +3028 -0
  88. data/sorbet/rbi/gems/rb-fsevent@0.11.2.rbi +9 -0
  89. data/sorbet/rbi/gems/rb-inotify@0.10.1.rbi +9 -0
  90. data/sorbet/rbi/gems/rbi@0.1.13.rbi +3078 -0
  91. data/sorbet/rbi/gems/regexp_parser@2.9.2.rbi +3772 -0
  92. data/sorbet/rbi/gems/rexml@3.2.8.rbi +4794 -0
  93. data/sorbet/rbi/gems/rspec-core@3.13.0.rbi +10874 -0
  94. data/sorbet/rbi/gems/rspec-expectations@3.13.0.rbi +8154 -0
  95. data/sorbet/rbi/gems/rspec-mocks@3.13.1.rbi +5341 -0
  96. data/sorbet/rbi/gems/rspec-support@3.13.1.rbi +1630 -0
  97. data/sorbet/rbi/gems/rspec@3.13.0.rbi +83 -0
  98. data/sorbet/rbi/gems/rubocop-ast@1.31.3.rbi +7159 -0
  99. data/sorbet/rbi/gems/rubocop-capybara@2.20.0.rbi +1208 -0
  100. data/sorbet/rbi/gems/rubocop-factory_bot@2.25.1.rbi +928 -0
  101. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +329 -0
  102. data/sorbet/rbi/gems/rubocop-rspec@2.29.2.rbi +8247 -0
  103. data/sorbet/rbi/gems/rubocop-rspec_rails@2.28.3.rbi +911 -0
  104. data/sorbet/rbi/gems/rubocop-sorbet@0.8.3.rbi +1607 -0
  105. data/sorbet/rbi/gems/rubocop@1.63.5.rbi +57788 -0
  106. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
  107. data/sorbet/rbi/gems/shellany@0.0.1.rbi +9 -0
  108. data/sorbet/rbi/gems/simplecov-console@0.9.1.rbi +103 -0
  109. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +217 -0
  110. data/sorbet/rbi/gems/simplecov@0.22.0.rbi +2149 -0
  111. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +9 -0
  112. data/sorbet/rbi/gems/sorbet-runtime-stub@0.2.0.rbi +8 -0
  113. data/sorbet/rbi/gems/spoom@1.3.2.rbi +4420 -0
  114. data/sorbet/rbi/gems/strscan@3.1.0.rbi +9 -0
  115. data/sorbet/rbi/gems/tapioca@0.14.2.rbi +3539 -0
  116. data/sorbet/rbi/gems/terminal-table@3.0.2.rbi +9 -0
  117. data/sorbet/rbi/gems/thor@1.3.1.rbi +4318 -0
  118. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
  119. data/sorbet/rbi/gems/yard-sorbet@0.8.1.rbi +428 -0
  120. data/sorbet/rbi/gems/yard@0.9.36.rbi +18085 -0
  121. data/sorbet/tapioca/config.yml +13 -0
  122. data/sorbet/tapioca/require.rb +4 -0
  123. metadata +383 -0
@@ -0,0 +1,162 @@
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
+ # source://racc//lib/racc/parser.rb#23
9
+ ParseError = Racc::ParseError
10
+
11
+ # source://racc//lib/racc/info.rb#17
12
+ Racc::Copyright = T.let(T.unsafe(nil), String)
13
+
14
+ # source://racc//lib/racc/parser.rb#188
15
+ class Racc::Parser
16
+ # source://racc//lib/racc/parser.rb#283
17
+ def _racc_do_parse_rb(arg, in_debug); end
18
+
19
+ # source://racc//lib/racc/parser.rb#483
20
+ def _racc_do_reduce(arg, act); end
21
+
22
+ # common
23
+ #
24
+ # source://racc//lib/racc/parser.rb#386
25
+ def _racc_evalact(act, arg); end
26
+
27
+ # source://racc//lib/racc/parser.rb#236
28
+ def _racc_init_sysvars; end
29
+
30
+ # source://racc//lib/racc/parser.rb#224
31
+ def _racc_setup; end
32
+
33
+ # source://racc//lib/racc/parser.rb#333
34
+ def _racc_yyparse_rb(recv, mid, arg, c_debug); end
35
+
36
+ # source://racc//lib/racc/parser.rb#266
37
+ def do_parse; end
38
+
39
+ # The method to fetch next token.
40
+ # If you use #do_parse method, you must implement #next_token.
41
+ #
42
+ # The format of return value is [TOKEN_SYMBOL, VALUE].
43
+ # +token-symbol+ is represented by Ruby's symbol by default, e.g. :IDENT
44
+ # for 'IDENT'. ";" (String) for ';'.
45
+ #
46
+ # The final symbol (End of file) must be false.
47
+ #
48
+ # @raise [NotImplementedError]
49
+ #
50
+ # source://racc//lib/racc/parser.rb#279
51
+ def next_token; end
52
+
53
+ # This method is called when a parse error is found.
54
+ #
55
+ # ERROR_TOKEN_ID is an internal ID of token which caused error.
56
+ # You can get string representation of this ID by calling
57
+ # #token_to_str.
58
+ #
59
+ # ERROR_VALUE is a value of error token.
60
+ #
61
+ # value_stack is a stack of symbol values.
62
+ # DO NOT MODIFY this object.
63
+ #
64
+ # This method raises ParseError by default.
65
+ #
66
+ # If this method returns, parsers enter "error recovering mode".
67
+ #
68
+ # @raise [ParseError]
69
+ #
70
+ # source://racc//lib/racc/parser.rb#539
71
+ def on_error(t, val, vstack); end
72
+
73
+ # source://racc//lib/racc/parser.rb#588
74
+ def racc_accept; end
75
+
76
+ # source://racc//lib/racc/parser.rb#593
77
+ def racc_e_pop(state, tstack, vstack); end
78
+
79
+ # source://racc//lib/racc/parser.rb#600
80
+ def racc_next_state(curstate, state); end
81
+
82
+ # source://racc//lib/racc/parser.rb#606
83
+ def racc_print_stacks(t, v); end
84
+
85
+ # source://racc//lib/racc/parser.rb#615
86
+ def racc_print_states(s); end
87
+
88
+ # For debugging output
89
+ #
90
+ # source://racc//lib/racc/parser.rb#562
91
+ def racc_read_token(t, tok, val); end
92
+
93
+ # source://racc//lib/racc/parser.rb#575
94
+ def racc_reduce(toks, sim, tstack, vstack); end
95
+
96
+ # source://racc//lib/racc/parser.rb#569
97
+ def racc_shift(tok, tstack, vstack); end
98
+
99
+ # source://racc//lib/racc/parser.rb#622
100
+ def racc_token2str(tok); end
101
+
102
+ # Convert internal ID of token symbol to the string.
103
+ #
104
+ # source://racc//lib/racc/parser.rb#628
105
+ def token_to_str(t); end
106
+
107
+ # Exit parser.
108
+ # Return value is +Symbol_Value_Stack[0]+.
109
+ #
110
+ # source://racc//lib/racc/parser.rb#552
111
+ def yyaccept; end
112
+
113
+ # Leave error recovering mode.
114
+ #
115
+ # source://racc//lib/racc/parser.rb#557
116
+ def yyerrok; end
117
+
118
+ # Enter error recovering mode.
119
+ # This method does not call #on_error.
120
+ #
121
+ # source://racc//lib/racc/parser.rb#546
122
+ def yyerror; end
123
+
124
+ # source://racc//lib/racc/parser.rb#328
125
+ def yyparse(recv, mid); end
126
+
127
+ class << self
128
+ # source://racc//lib/racc/parser.rb#220
129
+ def racc_runtime_type; end
130
+ end
131
+ end
132
+
133
+ # source://racc//lib/racc/parser.rb#209
134
+ Racc::Parser::Racc_Main_Parsing_Routine = T.let(T.unsafe(nil), Symbol)
135
+
136
+ Racc::Parser::Racc_Runtime_Core_Id_C = T.let(T.unsafe(nil), String)
137
+
138
+ # source://racc//lib/racc/parser.rb#211
139
+ Racc::Parser::Racc_Runtime_Core_Version = T.let(T.unsafe(nil), String)
140
+
141
+ Racc::Parser::Racc_Runtime_Core_Version_C = T.let(T.unsafe(nil), String)
142
+
143
+ # source://racc//lib/racc/parser.rb#191
144
+ Racc::Parser::Racc_Runtime_Core_Version_R = T.let(T.unsafe(nil), String)
145
+
146
+ # source://racc//lib/racc/parser.rb#212
147
+ Racc::Parser::Racc_Runtime_Type = T.let(T.unsafe(nil), String)
148
+
149
+ # source://racc//lib/racc/parser.rb#190
150
+ Racc::Parser::Racc_Runtime_Version = T.let(T.unsafe(nil), String)
151
+
152
+ # source://racc//lib/racc/parser.rb#210
153
+ Racc::Parser::Racc_YY_Parse_Method = T.let(T.unsafe(nil), Symbol)
154
+
155
+ # source://racc//lib/racc/parser.rb#185
156
+ Racc::Racc_No_Extensions = T.let(T.unsafe(nil), FalseClass)
157
+
158
+ # source://racc//lib/racc/info.rb#15
159
+ Racc::VERSION = T.let(T.unsafe(nil), String)
160
+
161
+ # source://racc//lib/racc/info.rb#16
162
+ Racc::Version = T.let(T.unsafe(nil), String)
@@ -0,0 +1,403 @@
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
+ # source://rainbow//lib/rainbow/global.rb#23
15
+ def Rainbow(string); end
16
+ end
17
+
18
+ # source://rainbow//lib/rainbow/string_utils.rb#3
19
+ module Rainbow
20
+ class << self
21
+ # source://rainbow//lib/rainbow/global.rb#10
22
+ def enabled; end
23
+
24
+ # source://rainbow//lib/rainbow/global.rb#14
25
+ def enabled=(value); end
26
+
27
+ # source://rainbow//lib/rainbow/global.rb#6
28
+ def global; end
29
+
30
+ # source://rainbow//lib/rainbow.rb#6
31
+ def new; end
32
+
33
+ # source://rainbow//lib/rainbow/global.rb#18
34
+ def uncolor(string); end
35
+ end
36
+ end
37
+
38
+ # source://rainbow//lib/rainbow/color.rb#4
39
+ class Rainbow::Color
40
+ # Returns the value of attribute ground.
41
+ #
42
+ # source://rainbow//lib/rainbow/color.rb#5
43
+ def ground; end
44
+
45
+ class << self
46
+ # source://rainbow//lib/rainbow/color.rb#7
47
+ def build(ground, values); end
48
+
49
+ # source://rainbow//lib/rainbow/color.rb#40
50
+ def parse_hex_color(hex); end
51
+ end
52
+ end
53
+
54
+ # source://rainbow//lib/rainbow/color.rb#54
55
+ class Rainbow::Color::Indexed < ::Rainbow::Color
56
+ # @return [Indexed] a new instance of Indexed
57
+ #
58
+ # source://rainbow//lib/rainbow/color.rb#57
59
+ def initialize(ground, num); end
60
+
61
+ # source://rainbow//lib/rainbow/color.rb#62
62
+ def codes; end
63
+
64
+ # Returns the value of attribute num.
65
+ #
66
+ # source://rainbow//lib/rainbow/color.rb#55
67
+ def num; end
68
+ end
69
+
70
+ # source://rainbow//lib/rainbow/color.rb#69
71
+ class Rainbow::Color::Named < ::Rainbow::Color::Indexed
72
+ # @return [Named] a new instance of Named
73
+ #
74
+ # source://rainbow//lib/rainbow/color.rb#90
75
+ def initialize(ground, name); end
76
+
77
+ class << self
78
+ # source://rainbow//lib/rainbow/color.rb#82
79
+ def color_names; end
80
+
81
+ # source://rainbow//lib/rainbow/color.rb#86
82
+ def valid_names; end
83
+ end
84
+ end
85
+
86
+ # source://rainbow//lib/rainbow/color.rb#70
87
+ Rainbow::Color::Named::NAMES = T.let(T.unsafe(nil), Hash)
88
+
89
+ # source://rainbow//lib/rainbow/color.rb#100
90
+ class Rainbow::Color::RGB < ::Rainbow::Color::Indexed
91
+ # @return [RGB] a new instance of RGB
92
+ #
93
+ # source://rainbow//lib/rainbow/color.rb#107
94
+ def initialize(ground, *values); end
95
+
96
+ # Returns the value of attribute b.
97
+ #
98
+ # source://rainbow//lib/rainbow/color.rb#101
99
+ def b; end
100
+
101
+ # source://rainbow//lib/rainbow/color.rb#116
102
+ def codes; end
103
+
104
+ # Returns the value of attribute g.
105
+ #
106
+ # source://rainbow//lib/rainbow/color.rb#101
107
+ def g; end
108
+
109
+ # Returns the value of attribute r.
110
+ #
111
+ # source://rainbow//lib/rainbow/color.rb#101
112
+ def r; end
113
+
114
+ private
115
+
116
+ # source://rainbow//lib/rainbow/color.rb#122
117
+ def code_from_rgb; end
118
+
119
+ class << self
120
+ # source://rainbow//lib/rainbow/color.rb#103
121
+ def to_ansi_domain(value); end
122
+ end
123
+ end
124
+
125
+ # source://rainbow//lib/rainbow/color.rb#129
126
+ class Rainbow::Color::X11Named < ::Rainbow::Color::RGB
127
+ include ::Rainbow::X11ColorNames
128
+
129
+ # @return [X11Named] a new instance of X11Named
130
+ #
131
+ # source://rainbow//lib/rainbow/color.rb#140
132
+ def initialize(ground, name); end
133
+
134
+ class << self
135
+ # source://rainbow//lib/rainbow/color.rb#132
136
+ def color_names; end
137
+
138
+ # source://rainbow//lib/rainbow/color.rb#136
139
+ def valid_names; end
140
+ end
141
+ end
142
+
143
+ # source://rainbow//lib/rainbow/null_presenter.rb#4
144
+ class Rainbow::NullPresenter < ::String
145
+ # source://rainbow//lib/rainbow/null_presenter.rb#9
146
+ def background(*_values); end
147
+
148
+ # source://rainbow//lib/rainbow/null_presenter.rb#9
149
+ def bg(*_values); end
150
+
151
+ # source://rainbow//lib/rainbow/null_presenter.rb#49
152
+ def black; end
153
+
154
+ # source://rainbow//lib/rainbow/null_presenter.rb#33
155
+ def blink; end
156
+
157
+ # source://rainbow//lib/rainbow/null_presenter.rb#65
158
+ def blue; end
159
+
160
+ # source://rainbow//lib/rainbow/null_presenter.rb#17
161
+ def bold; end
162
+
163
+ # source://rainbow//lib/rainbow/null_presenter.rb#17
164
+ def bright; end
165
+
166
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
167
+ def color(*_values); end
168
+
169
+ # source://rainbow//lib/rainbow/null_presenter.rb#45
170
+ def cross_out; end
171
+
172
+ # source://rainbow//lib/rainbow/null_presenter.rb#73
173
+ def cyan; end
174
+
175
+ # source://rainbow//lib/rainbow/null_presenter.rb#21
176
+ def dark; end
177
+
178
+ # source://rainbow//lib/rainbow/null_presenter.rb#21
179
+ def faint; end
180
+
181
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
182
+ def fg(*_values); end
183
+
184
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
185
+ def foreground(*_values); end
186
+
187
+ # source://rainbow//lib/rainbow/null_presenter.rb#57
188
+ def green; end
189
+
190
+ # source://rainbow//lib/rainbow/null_presenter.rb#41
191
+ def hide; end
192
+
193
+ # source://rainbow//lib/rainbow/null_presenter.rb#37
194
+ def inverse; end
195
+
196
+ # source://rainbow//lib/rainbow/null_presenter.rb#25
197
+ def italic; end
198
+
199
+ # source://rainbow//lib/rainbow/null_presenter.rb#69
200
+ def magenta; end
201
+
202
+ # source://rainbow//lib/rainbow/null_presenter.rb#81
203
+ def method_missing(method_name, *args); end
204
+
205
+ # source://rainbow//lib/rainbow/null_presenter.rb#53
206
+ def red; end
207
+
208
+ # source://rainbow//lib/rainbow/null_presenter.rb#13
209
+ def reset; end
210
+
211
+ # source://rainbow//lib/rainbow/null_presenter.rb#45
212
+ def strike; end
213
+
214
+ # source://rainbow//lib/rainbow/null_presenter.rb#29
215
+ def underline; end
216
+
217
+ # source://rainbow//lib/rainbow/null_presenter.rb#77
218
+ def white; end
219
+
220
+ # source://rainbow//lib/rainbow/null_presenter.rb#61
221
+ def yellow; end
222
+
223
+ private
224
+
225
+ # @return [Boolean]
226
+ #
227
+ # source://rainbow//lib/rainbow/null_presenter.rb#89
228
+ def respond_to_missing?(method_name, *args); end
229
+ end
230
+
231
+ # source://rainbow//lib/rainbow/presenter.rb#8
232
+ class Rainbow::Presenter < ::String
233
+ # Sets background color of this text.
234
+ #
235
+ # source://rainbow//lib/rainbow/presenter.rb#30
236
+ def background(*values); end
237
+
238
+ # Sets background color of this text.
239
+ #
240
+ # source://rainbow//lib/rainbow/presenter.rb#30
241
+ def bg(*values); end
242
+
243
+ # source://rainbow//lib/rainbow/presenter.rb#92
244
+ def black; end
245
+
246
+ # Turns on blinking attribute for this text (not well supported by terminal
247
+ # emulators).
248
+ #
249
+ # source://rainbow//lib/rainbow/presenter.rb#72
250
+ def blink; end
251
+
252
+ # source://rainbow//lib/rainbow/presenter.rb#108
253
+ def blue; end
254
+
255
+ # Turns on bright/bold for this text.
256
+ #
257
+ # source://rainbow//lib/rainbow/presenter.rb#45
258
+ def bold; end
259
+
260
+ # Turns on bright/bold for this text.
261
+ #
262
+ # source://rainbow//lib/rainbow/presenter.rb#45
263
+ def bright; end
264
+
265
+ # Sets color of this text.
266
+ #
267
+ # source://rainbow//lib/rainbow/presenter.rb#22
268
+ def color(*values); end
269
+
270
+ # source://rainbow//lib/rainbow/presenter.rb#86
271
+ def cross_out; end
272
+
273
+ # source://rainbow//lib/rainbow/presenter.rb#116
274
+ def cyan; end
275
+
276
+ # Turns on faint/dark for this text (not well supported by terminal
277
+ # emulators).
278
+ #
279
+ # source://rainbow//lib/rainbow/presenter.rb#53
280
+ def dark; end
281
+
282
+ # Turns on faint/dark for this text (not well supported by terminal
283
+ # emulators).
284
+ #
285
+ # source://rainbow//lib/rainbow/presenter.rb#53
286
+ def faint; end
287
+
288
+ # Sets color of this text.
289
+ #
290
+ # source://rainbow//lib/rainbow/presenter.rb#22
291
+ def fg(*values); end
292
+
293
+ # Sets color of this text.
294
+ #
295
+ # source://rainbow//lib/rainbow/presenter.rb#22
296
+ def foreground(*values); end
297
+
298
+ # source://rainbow//lib/rainbow/presenter.rb#100
299
+ def green; end
300
+
301
+ # Hides this text (set its color to the same as background).
302
+ #
303
+ # source://rainbow//lib/rainbow/presenter.rb#82
304
+ def hide; end
305
+
306
+ # Inverses current foreground/background colors.
307
+ #
308
+ # source://rainbow//lib/rainbow/presenter.rb#77
309
+ def inverse; end
310
+
311
+ # Turns on italic style for this text (not well supported by terminal
312
+ # emulators).
313
+ #
314
+ # source://rainbow//lib/rainbow/presenter.rb#61
315
+ def italic; end
316
+
317
+ # source://rainbow//lib/rainbow/presenter.rb#112
318
+ def magenta; end
319
+
320
+ # We take care of X11 color method call here.
321
+ # Such as #aqua, #ghostwhite.
322
+ #
323
+ # source://rainbow//lib/rainbow/presenter.rb#126
324
+ def method_missing(method_name, *args); end
325
+
326
+ # source://rainbow//lib/rainbow/presenter.rb#96
327
+ def red; end
328
+
329
+ # Resets terminal to default colors/backgrounds.
330
+ #
331
+ # It shouldn't be needed to use this method because all methods
332
+ # append terminal reset code to end of string.
333
+ #
334
+ # source://rainbow//lib/rainbow/presenter.rb#40
335
+ def reset; end
336
+
337
+ # source://rainbow//lib/rainbow/presenter.rb#86
338
+ def strike; end
339
+
340
+ # Turns on underline decoration for this text.
341
+ #
342
+ # source://rainbow//lib/rainbow/presenter.rb#66
343
+ def underline; end
344
+
345
+ # source://rainbow//lib/rainbow/presenter.rb#120
346
+ def white; end
347
+
348
+ # source://rainbow//lib/rainbow/presenter.rb#104
349
+ def yellow; end
350
+
351
+ private
352
+
353
+ # @return [Boolean]
354
+ #
355
+ # source://rainbow//lib/rainbow/presenter.rb#134
356
+ def respond_to_missing?(method_name, *args); end
357
+
358
+ # source://rainbow//lib/rainbow/presenter.rb#140
359
+ def wrap_with_sgr(codes); end
360
+ end
361
+
362
+ # source://rainbow//lib/rainbow/presenter.rb#9
363
+ Rainbow::Presenter::TERM_EFFECTS = T.let(T.unsafe(nil), Hash)
364
+
365
+ # source://rainbow//lib/rainbow/string_utils.rb#4
366
+ class Rainbow::StringUtils
367
+ class << self
368
+ # source://rainbow//lib/rainbow/string_utils.rb#17
369
+ def uncolor(string); end
370
+
371
+ # source://rainbow//lib/rainbow/string_utils.rb#5
372
+ def wrap_with_sgr(string, codes); end
373
+ end
374
+ end
375
+
376
+ # source://rainbow//lib/rainbow/wrapper.rb#7
377
+ class Rainbow::Wrapper
378
+ # @return [Wrapper] a new instance of Wrapper
379
+ #
380
+ # source://rainbow//lib/rainbow/wrapper.rb#10
381
+ def initialize(enabled = T.unsafe(nil)); end
382
+
383
+ # Returns the value of attribute enabled.
384
+ #
385
+ # source://rainbow//lib/rainbow/wrapper.rb#8
386
+ def enabled; end
387
+
388
+ # Sets the attribute enabled
389
+ #
390
+ # @param value the value to set the attribute enabled to.
391
+ #
392
+ # source://rainbow//lib/rainbow/wrapper.rb#8
393
+ def enabled=(_arg0); end
394
+
395
+ # source://rainbow//lib/rainbow/wrapper.rb#14
396
+ def wrap(string); end
397
+ end
398
+
399
+ # source://rainbow//lib/rainbow/x11_color_names.rb#4
400
+ module Rainbow::X11ColorNames; end
401
+
402
+ # source://rainbow//lib/rainbow/x11_color_names.rb#5
403
+ Rainbow::X11ColorNames::NAMES = T.let(T.unsafe(nil), Hash)