alchemrest-sentry 1.0.0

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 (122) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +3 -0
  3. data/.rubocop.yml +22 -0
  4. data/.rubocop_todo.yml +20 -0
  5. data/.ruby-version +1 -0
  6. data/Appraisals +9 -0
  7. data/Gemfile +8 -0
  8. data/Gemfile.lock +385 -0
  9. data/README.md +30 -0
  10. data/Rakefile +29 -0
  11. data/alchemrest-sentry.gemspec +53 -0
  12. data/coach.yml +5 -0
  13. data/gemfiles/rails_7_0.gemfile.lock +341 -0
  14. data/gemfiles/rails_7_2.gemfile +8 -0
  15. data/gemfiles/rails_7_2.gemfile.lock +376 -0
  16. data/gemfiles/rails_8_0.gemfile +8 -0
  17. data/gemfiles/rails_8_0.gemfile.lock +377 -0
  18. data/lib/alchemrest/sentry/version.rb +7 -0
  19. data/lib/alchemrest/sentry.rb +54 -0
  20. data/lib/alchemrest_sentry.rb +5 -0
  21. data/mutant.yml +16 -0
  22. data/sorbet/config +5 -0
  23. data/sorbet/rbi/gems/.gitattributes +1 -0
  24. data/sorbet/rbi/gems/abstract_type@0.0.7.rbi +41 -0
  25. data/sorbet/rbi/gems/actionpack@8.0.2.rbi +9 -0
  26. data/sorbet/rbi/gems/actionview@8.0.2.rbi +9 -0
  27. data/sorbet/rbi/gems/activemodel@8.0.2.rbi +2891 -0
  28. data/sorbet/rbi/gems/activesupport@8.0.2.rbi +9301 -0
  29. data/sorbet/rbi/gems/adamantium@0.2.0.rbi +144 -0
  30. data/sorbet/rbi/gems/addressable@2.8.7.rbi +779 -0
  31. data/sorbet/rbi/gems/alchemrest@3.1.0.rbi +2455 -0
  32. data/sorbet/rbi/gems/anima@0.3.2.rbi +103 -0
  33. data/sorbet/rbi/gems/ast@2.4.3.rbi +107 -0
  34. data/sorbet/rbi/gems/base64@0.3.0.rbi +52 -0
  35. data/sorbet/rbi/gems/benchmark@0.4.1.rbi +147 -0
  36. data/sorbet/rbi/gems/bigdecimal@3.2.0.rbi +29 -0
  37. data/sorbet/rbi/gems/builder@3.3.0.rbi +9 -0
  38. data/sorbet/rbi/gems/circuitbox@2.0.0.rbi +297 -0
  39. data/sorbet/rbi/gems/concord@0.1.6.rbi +51 -0
  40. data/sorbet/rbi/gems/concurrent-ruby@1.3.5.rbi +4716 -0
  41. data/sorbet/rbi/gems/connection_pool@2.5.3.rbi +9 -0
  42. data/sorbet/rbi/gems/crack@1.0.0.rbi +110 -0
  43. data/sorbet/rbi/gems/crass@1.0.6.rbi +9 -0
  44. data/sorbet/rbi/gems/date@3.4.1.rbi +58 -0
  45. data/sorbet/rbi/gems/drb@2.2.3.rbi +639 -0
  46. data/sorbet/rbi/gems/equalizer@0.0.11.rbi +38 -0
  47. data/sorbet/rbi/gems/erb@5.0.1.rbi +306 -0
  48. data/sorbet/rbi/gems/erubi@1.13.1.rbi +85 -0
  49. data/sorbet/rbi/gems/faraday-net_http@3.4.2.rbi +143 -0
  50. data/sorbet/rbi/gems/faraday@2.14.1.rbi +1797 -0
  51. data/sorbet/rbi/gems/hansi@0.2.1.rbi +392 -0
  52. data/sorbet/rbi/gems/hashdiff@1.2.0.rbi +174 -0
  53. data/sorbet/rbi/gems/i18n@1.14.7.rbi +1328 -0
  54. data/sorbet/rbi/gems/ice_nine@0.11.2.rbi +145 -0
  55. data/sorbet/rbi/gems/io-console@0.8.0.rbi +9 -0
  56. data/sorbet/rbi/gems/json@2.18.1.rbi +363 -0
  57. data/sorbet/rbi/gems/language_server-protocol@3.17.0.5.rbi +9 -0
  58. data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +103 -0
  59. data/sorbet/rbi/gems/logger@1.7.0.rbi +260 -0
  60. data/sorbet/rbi/gems/loofah@2.24.1.rbi +9 -0
  61. data/sorbet/rbi/gems/memoizable@0.4.2.rbi +131 -0
  62. data/sorbet/rbi/gems/memosa@0.8.3.rbi +185 -0
  63. data/sorbet/rbi/gems/minitest@5.25.5.rbi +824 -0
  64. data/sorbet/rbi/gems/money@6.19.0.rbi +815 -0
  65. data/sorbet/rbi/gems/morpher@0.4.2.rbi +388 -0
  66. data/sorbet/rbi/gems/mprelude@0.1.0.rbi +140 -0
  67. data/sorbet/rbi/gems/multi_json@1.15.0.rbi +180 -0
  68. data/sorbet/rbi/gems/mustermann-contrib@3.0.3.rbi +658 -0
  69. data/sorbet/rbi/gems/mustermann@3.0.3.rbi +809 -0
  70. data/sorbet/rbi/gems/net-http@0.9.1.rbi +1012 -0
  71. data/sorbet/rbi/gems/netrc@0.11.0.rbi +112 -0
  72. data/sorbet/rbi/gems/nokogiri@1.19.1.rbi +9 -0
  73. data/sorbet/rbi/gems/parallel@1.27.0.rbi +234 -0
  74. data/sorbet/rbi/gems/parser@3.3.8.0.rbi +4883 -0
  75. data/sorbet/rbi/gems/pp@0.6.2.rbi +176 -0
  76. data/sorbet/rbi/gems/prettyprint@0.2.0.rbi +155 -0
  77. data/sorbet/rbi/gems/prism@1.4.0.rbi +26357 -0
  78. data/sorbet/rbi/gems/procto@0.0.3.rbi +9 -0
  79. data/sorbet/rbi/gems/psych@5.2.6.rbi +1173 -0
  80. data/sorbet/rbi/gems/public_suffix@6.0.2.rbi +267 -0
  81. data/sorbet/rbi/gems/racc@1.8.1.rbi +122 -0
  82. data/sorbet/rbi/gems/rack-session@2.1.1.rbi +9 -0
  83. data/sorbet/rbi/gems/rack-test@2.2.0.rbi +9 -0
  84. data/sorbet/rbi/gems/rack@3.1.20.rbi +2801 -0
  85. data/sorbet/rbi/gems/rackup@2.2.1.rbi +132 -0
  86. data/sorbet/rbi/gems/rails-dom-testing@2.3.0.rbi +9 -0
  87. data/sorbet/rbi/gems/rails-html-sanitizer@1.6.2.rbi +9 -0
  88. data/sorbet/rbi/gems/railties@8.0.2.rbi +568 -0
  89. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +333 -0
  90. data/sorbet/rbi/gems/rake@13.3.0.rbi +1955 -0
  91. data/sorbet/rbi/gems/rbi@0.3.3.rbi +4551 -0
  92. data/sorbet/rbi/gems/rbs@3.9.4.rbi +5583 -0
  93. data/sorbet/rbi/gems/rdoc@6.14.0.rbi +6843 -0
  94. data/sorbet/rbi/gems/regexp_parser@2.11.3.rbi +3020 -0
  95. data/sorbet/rbi/gems/reline@0.6.1.rbi +9 -0
  96. data/sorbet/rbi/gems/rexml@3.4.1.rbi +1931 -0
  97. data/sorbet/rbi/gems/rubocop-ast@1.44.1.rbi +5236 -0
  98. data/sorbet/rbi/gems/rubocop@1.75.8.rbi +32674 -0
  99. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +980 -0
  100. data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +9 -0
  101. data/sorbet/rbi/gems/securerandom@0.4.1.rbi +33 -0
  102. data/sorbet/rbi/gems/sentry-ruby@5.24.0.rbi +4076 -0
  103. data/sorbet/rbi/gems/spoom@1.6.3.rbi +4612 -0
  104. data/sorbet/rbi/gems/stringio@3.1.7.rbi +9 -0
  105. data/sorbet/rbi/gems/tapioca@0.16.11.rbi +3417 -0
  106. data/sorbet/rbi/gems/thor@1.4.0.rbi +2015 -0
  107. data/sorbet/rbi/gems/thread_safe@0.3.6.rbi +711 -0
  108. data/sorbet/rbi/gems/timeout@0.4.3.rbi +80 -0
  109. data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +1677 -0
  110. data/sorbet/rbi/gems/unicode-display_width@3.1.4.rbi +106 -0
  111. data/sorbet/rbi/gems/unicode-emoji@4.0.4.rbi +178 -0
  112. data/sorbet/rbi/gems/uri@1.1.1.rbi +760 -0
  113. data/sorbet/rbi/gems/useragent@0.16.11.rbi +9 -0
  114. data/sorbet/rbi/gems/webmock@3.25.1.rbi +1368 -0
  115. data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +345 -0
  116. data/sorbet/rbi/gems/yard@0.9.37.rbi +8762 -0
  117. data/sorbet/rbi/gems/zeitwerk@2.7.3.rbi +9 -0
  118. data/sorbet/tapioca/config.yml +45 -0
  119. data/sorbet/tapioca/require.rb +2 -0
  120. data/sorbet/tapioca/sorbet/rbi/dsl/.gitattributes +1 -0
  121. data/sorbet/tapioca/sorbet/rbi/dsl/active_support/callbacks.rbi +23 -0
  122. metadata +379 -0
@@ -0,0 +1,2015 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `thor` gem.
5
+ # Please instead update this file by running `bin/tapioca gem thor`.
6
+
7
+
8
+ # source://thor//lib/thor/shell/lcs_diff.rb#1
9
+ module LCSDiff
10
+ protected
11
+
12
+ # source://thor//lib/thor/shell/lcs_diff.rb#6
13
+ def show_diff(destination, content); end
14
+
15
+ private
16
+
17
+ # source://thor//lib/thor/shell/lcs_diff.rb#37
18
+ def diff_lcs_loaded?; end
19
+
20
+ # source://thor//lib/thor/shell/lcs_diff.rb#21
21
+ def output_diff_line(diff); end
22
+ end
23
+
24
+ # source://thor//lib/thor/command.rb#1
25
+ class Thor
26
+ include ::Thor::Base
27
+ include ::Thor::Invocation
28
+ include ::Thor::Shell
29
+ extend ::Thor::Base::ClassMethods
30
+ extend ::Thor::Invocation::ClassMethods
31
+
32
+ # source://thor//lib/thor.rb#663
33
+ def help(command = T.unsafe(nil), subcommand = T.unsafe(nil)); end
34
+
35
+ class << self
36
+ # source://thor//lib/thor.rb#246
37
+ def at_least_one(*args, &block); end
38
+
39
+ # source://thor//lib/thor.rb#350
40
+ def check_unknown_options!(options = T.unsafe(nil)); end
41
+
42
+ # source://thor//lib/thor.rb#363
43
+ def check_unknown_options?(config); end
44
+
45
+ # source://thor//lib/thor.rb#449
46
+ def command_exists?(command_name); end
47
+
48
+ # source://thor//lib/thor.rb#258
49
+ def command_help(shell, command_name); end
50
+
51
+ # source://thor//lib/thor.rb#21
52
+ def default_command(meth = T.unsafe(nil)); end
53
+
54
+ # source://thor//lib/thor.rb#21
55
+ def default_task(meth = T.unsafe(nil)); end
56
+
57
+ # source://thor//lib/thor/base.rb#26
58
+ def deprecation_warning(message); end
59
+
60
+ # source://thor//lib/thor.rb#54
61
+ def desc(usage, description, options = T.unsafe(nil)); end
62
+
63
+ # source://thor//lib/thor.rb#434
64
+ def disable_required_check!(*command_names); end
65
+
66
+ # source://thor//lib/thor.rb#438
67
+ def disable_required_check?(command); end
68
+
69
+ # source://thor//lib/thor.rb#203
70
+ def exclusive(*args, &block); end
71
+
72
+ # source://thor//lib/thor.rb#288
73
+ def help(shell, subcommand = T.unsafe(nil)); end
74
+
75
+ # source://thor//lib/thor.rb#78
76
+ def long_desc(long_description, options = T.unsafe(nil)); end
77
+
78
+ # source://thor//lib/thor.rb#101
79
+ def map(mappings = T.unsafe(nil), **kw); end
80
+
81
+ # source://thor//lib/thor.rb#246
82
+ def method_at_least_one(*args, &block); end
83
+
84
+ # source://thor//lib/thor.rb#203
85
+ def method_exclusive(*args, &block); end
86
+
87
+ # source://thor//lib/thor.rb#163
88
+ def method_option(name, options = T.unsafe(nil)); end
89
+
90
+ # source://thor//lib/thor.rb#129
91
+ def method_options(options = T.unsafe(nil)); end
92
+
93
+ # source://thor//lib/thor.rb#163
94
+ def option(name, options = T.unsafe(nil)); end
95
+
96
+ # source://thor//lib/thor.rb#129
97
+ def options(options = T.unsafe(nil)); end
98
+
99
+ # source://thor//lib/thor.rb#12
100
+ def package_name(name, _ = T.unsafe(nil)); end
101
+
102
+ # source://thor//lib/thor.rb#309
103
+ def printable_commands(all = T.unsafe(nil), subcommand = T.unsafe(nil)); end
104
+
105
+ # source://thor//lib/thor.rb#309
106
+ def printable_tasks(all = T.unsafe(nil), subcommand = T.unsafe(nil)); end
107
+
108
+ # source://thor//lib/thor.rb#37
109
+ def register(klass, subcommand_name, usage, description, options = T.unsafe(nil)); end
110
+
111
+ # source://thor//lib/thor.rb#420
112
+ def stop_on_unknown_option!(*command_names); end
113
+
114
+ # source://thor//lib/thor.rb#424
115
+ def stop_on_unknown_option?(command); end
116
+
117
+ # source://thor//lib/thor.rb#329
118
+ def subcommand(subcommand, subcommand_class); end
119
+
120
+ # source://thor//lib/thor.rb#325
121
+ def subcommand_classes; end
122
+
123
+ # source://thor//lib/thor.rb#320
124
+ def subcommands; end
125
+
126
+ # source://thor//lib/thor.rb#329
127
+ def subtask(subcommand, subcommand_class); end
128
+
129
+ # source://thor//lib/thor.rb#320
130
+ def subtasks; end
131
+
132
+ # source://thor//lib/thor.rb#258
133
+ def task_help(shell, command_name); end
134
+
135
+ protected
136
+
137
+ # source://thor//lib/thor.rb#546
138
+ def banner(command, namespace = T.unsafe(nil), subcommand = T.unsafe(nil)); end
139
+
140
+ # source://thor//lib/thor.rb#552
141
+ def baseclass; end
142
+
143
+ # source://thor//lib/thor.rb#560
144
+ def create_command(meth); end
145
+
146
+ # source://thor//lib/thor.rb#560
147
+ def create_task(meth); end
148
+
149
+ # source://thor//lib/thor.rb#478
150
+ def disable_required_check; end
151
+
152
+ # source://thor//lib/thor.rb#505
153
+ def dispatch(meth, given_args, given_opts, config); end
154
+
155
+ # source://thor//lib/thor.rb#556
156
+ def dynamic_command_class; end
157
+
158
+ # source://thor//lib/thor.rb#626
159
+ def find_command_possibilities(meth); end
160
+
161
+ # source://thor//lib/thor.rb#626
162
+ def find_task_possibilities(meth); end
163
+
164
+ # source://thor//lib/thor.rb#586
165
+ def initialize_added; end
166
+
167
+ # source://thor//lib/thor.rb#469
168
+ def method_at_least_one_option_names; end
169
+
170
+ # source://thor//lib/thor.rb#460
171
+ def method_exclusive_option_names; end
172
+
173
+ # source://thor//lib/thor.rb#605
174
+ def normalize_command_name(meth); end
175
+
176
+ # source://thor//lib/thor.rb#605
177
+ def normalize_task_name(meth); end
178
+
179
+ # source://thor//lib/thor.rb#493
180
+ def print_at_least_one_required_options(shell, command = T.unsafe(nil)); end
181
+
182
+ # source://thor//lib/thor.rb#482
183
+ def print_exclusive_options(shell, command = T.unsafe(nil)); end
184
+
185
+ # source://thor//lib/thor.rb#592
186
+ def retrieve_command_name(args); end
187
+
188
+ # source://thor//lib/thor.rb#592
189
+ def retrieve_task_name(args); end
190
+
191
+ # source://thor//lib/thor.rb#653
192
+ def sort_commands!(list); end
193
+
194
+ # source://thor//lib/thor.rb#473
195
+ def stop_on_unknown_option; end
196
+
197
+ # source://thor//lib/thor.rb#641
198
+ def subcommand_help(cmd); end
199
+
200
+ # source://thor//lib/thor.rb#641
201
+ def subtask_help(cmd); end
202
+ end
203
+ end
204
+
205
+ # source://thor//lib/thor/actions/empty_directory.rb#2
206
+ module Thor::Actions
207
+ mixes_in_class_methods ::Thor::Actions::ClassMethods
208
+
209
+ # source://thor//lib/thor/actions.rb#72
210
+ def initialize(args = T.unsafe(nil), options = T.unsafe(nil), config = T.unsafe(nil)); end
211
+
212
+ # source://thor//lib/thor/actions.rb#89
213
+ def action(instance); end
214
+
215
+ # source://thor//lib/thor/actions/create_file.rb#22
216
+ def add_file(destination, *args, &block); end
217
+
218
+ # source://thor//lib/thor/actions/create_link.rb#17
219
+ def add_link(destination, *args); end
220
+
221
+ # source://thor//lib/thor/actions/file_manipulation.rb#192
222
+ def append_file(path, *args, &block); end
223
+
224
+ # source://thor//lib/thor/actions/file_manipulation.rb#192
225
+ def append_to_file(path, *args, &block); end
226
+
227
+ # source://thor//lib/thor/actions.rb#216
228
+ def apply(path, config = T.unsafe(nil)); end
229
+
230
+ # source://thor//lib/thor/actions.rb#10
231
+ def behavior; end
232
+
233
+ # source://thor//lib/thor/actions.rb#10
234
+ def behavior=(_arg0); end
235
+
236
+ # source://thor//lib/thor/actions/file_manipulation.rb#145
237
+ def chmod(path, mode, config = T.unsafe(nil)); end
238
+
239
+ # source://thor//lib/thor/actions/file_manipulation.rb#333
240
+ def comment_lines(path, flag, *args); end
241
+
242
+ # source://thor//lib/thor/actions/file_manipulation.rb#20
243
+ def copy_file(source, *args, &block); end
244
+
245
+ # source://thor//lib/thor/actions/create_file.rb#22
246
+ def create_file(destination, *args, &block); end
247
+
248
+ # source://thor//lib/thor/actions/create_link.rb#17
249
+ def create_link(destination, *args); end
250
+
251
+ # source://thor//lib/thor/actions.rb#99
252
+ def destination_root; end
253
+
254
+ # source://thor//lib/thor/actions.rb#106
255
+ def destination_root=(root); end
256
+
257
+ # source://thor//lib/thor/actions/directory.rb#49
258
+ def directory(source, *args, &block); end
259
+
260
+ # source://thor//lib/thor/actions/empty_directory.rb#13
261
+ def empty_directory(destination, config = T.unsafe(nil)); end
262
+
263
+ # source://thor//lib/thor/actions.rb#133
264
+ def find_in_source_paths(file); end
265
+
266
+ # source://thor//lib/thor/actions/file_manipulation.rb#81
267
+ def get(source, *args, &block); end
268
+
269
+ # source://thor//lib/thor/actions/file_manipulation.rb#291
270
+ def gsub_file(path, flag, *args, &block); end
271
+
272
+ # source://thor//lib/thor/actions/file_manipulation.rb#263
273
+ def gsub_file!(path, flag, *args, &block); end
274
+
275
+ # source://thor//lib/thor/actions.rb#200
276
+ def in_root; end
277
+
278
+ # source://thor//lib/thor/actions/file_manipulation.rb#216
279
+ def inject_into_class(path, klass, *args, &block); end
280
+
281
+ # source://thor//lib/thor/actions/inject_into_file.rb#26
282
+ def inject_into_file(destination, *args, &block); end
283
+
284
+ # source://thor//lib/thor/actions/file_manipulation.rb#239
285
+ def inject_into_module(path, module_name, *args, &block); end
286
+
287
+ # source://thor//lib/thor/actions/inject_into_file.rb#26
288
+ def insert_into_file(destination, *args, &block); end
289
+
290
+ # source://thor//lib/thor/actions.rb#170
291
+ def inside(dir = T.unsafe(nil), config = T.unsafe(nil), &block); end
292
+
293
+ # source://thor//lib/thor/actions/file_manipulation.rb#50
294
+ def link_file(source, *args); end
295
+
296
+ # source://thor//lib/thor/actions/file_manipulation.rb#170
297
+ def prepend_file(path, *args, &block); end
298
+
299
+ # source://thor//lib/thor/actions/file_manipulation.rb#170
300
+ def prepend_to_file(path, *args, &block); end
301
+
302
+ # source://thor//lib/thor/actions.rb#114
303
+ def relative_to_original_destination_root(path, remove_dot = T.unsafe(nil)); end
304
+
305
+ # source://thor//lib/thor/actions/file_manipulation.rb#350
306
+ def remove_dir(path, config = T.unsafe(nil)); end
307
+
308
+ # source://thor//lib/thor/actions/file_manipulation.rb#350
309
+ def remove_file(path, config = T.unsafe(nil)); end
310
+
311
+ # source://thor//lib/thor/actions.rb#248
312
+ def run(command, config = T.unsafe(nil)); end
313
+
314
+ # source://thor//lib/thor/actions.rb#285
315
+ def run_ruby_script(command, config = T.unsafe(nil)); end
316
+
317
+ # source://thor//lib/thor/actions.rb#127
318
+ def source_paths; end
319
+
320
+ # source://thor//lib/thor/actions/file_manipulation.rb#117
321
+ def template(source, *args, &block); end
322
+
323
+ # source://thor//lib/thor/actions.rb#308
324
+ def thor(command, *args); end
325
+
326
+ # source://thor//lib/thor/actions/file_manipulation.rb#314
327
+ def uncomment_lines(path, flag, *args); end
328
+
329
+ protected
330
+
331
+ # source://thor//lib/thor/actions.rb#329
332
+ def _cleanup_options_and_set(options, key); end
333
+
334
+ # source://thor//lib/thor/actions.rb#325
335
+ def _shared_configuration; end
336
+
337
+ private
338
+
339
+ # source://thor//lib/thor/actions/file_manipulation.rb#385
340
+ def actually_gsub_file(path, flag, args, error_on_no_change, &block); end
341
+
342
+ # source://thor//lib/thor/actions/file_manipulation.rb#371
343
+ def capture(*args); end
344
+
345
+ # source://thor//lib/thor/actions/file_manipulation.rb#367
346
+ def concat(string); end
347
+
348
+ # source://thor//lib/thor/actions/file_manipulation.rb#362
349
+ def output_buffer; end
350
+
351
+ # source://thor//lib/thor/actions/file_manipulation.rb#362
352
+ def output_buffer=(_arg0); end
353
+
354
+ # source://thor//lib/thor/actions/file_manipulation.rb#375
355
+ def with_output_buffer(buf = T.unsafe(nil)); end
356
+
357
+ class << self
358
+ # source://thor//lib/thor/actions.rb#12
359
+ def included(base); end
360
+ end
361
+ end
362
+
363
+ # source://thor//lib/thor/actions/file_manipulation.rb#398
364
+ class Thor::Actions::CapturableERB < ::ERB
365
+ # source://thor//lib/thor/actions/file_manipulation.rb#399
366
+ def set_eoutvar(compiler, eoutvar = T.unsafe(nil)); end
367
+ end
368
+
369
+ # source://thor//lib/thor/actions.rb#17
370
+ module Thor::Actions::ClassMethods
371
+ # source://thor//lib/thor/actions.rb#48
372
+ def add_runtime_options!; end
373
+
374
+ # source://thor//lib/thor/actions.rb#22
375
+ def source_paths; end
376
+
377
+ # source://thor//lib/thor/actions.rb#38
378
+ def source_paths_for_search; end
379
+
380
+ # source://thor//lib/thor/actions.rb#27
381
+ def source_root(path = T.unsafe(nil)); end
382
+ end
383
+
384
+ # source://thor//lib/thor/actions/create_file.rb#32
385
+ class Thor::Actions::CreateFile < ::Thor::Actions::EmptyDirectory
386
+ # source://thor//lib/thor/actions/create_file.rb#35
387
+ def initialize(base, destination, data, config = T.unsafe(nil)); end
388
+
389
+ # source://thor//lib/thor/actions/create_file.rb#33
390
+ def data; end
391
+
392
+ # source://thor//lib/thor/actions/create_file.rb#45
393
+ def identical?; end
394
+
395
+ # source://thor//lib/thor/actions/create_file.rb#60
396
+ def invoke!; end
397
+
398
+ # source://thor//lib/thor/actions/create_file.rb#52
399
+ def render; end
400
+
401
+ protected
402
+
403
+ # source://thor//lib/thor/actions/create_file.rb#100
404
+ def force_on_collision?; end
405
+
406
+ # source://thor//lib/thor/actions/create_file.rb#86
407
+ def force_or_skip_or_conflict(force, skip, &block); end
408
+
409
+ # source://thor//lib/thor/actions/create_file.rb#73
410
+ def on_conflict_behavior(&block); end
411
+ end
412
+
413
+ # source://thor//lib/thor/actions/create_link.rb#27
414
+ class Thor::Actions::CreateLink < ::Thor::Actions::CreateFile
415
+ # source://thor//lib/thor/actions/create_link.rb#28
416
+ def data; end
417
+
418
+ # source://thor//lib/thor/actions/create_link.rb#56
419
+ def exists?; end
420
+
421
+ # source://thor//lib/thor/actions/create_link.rb#35
422
+ def identical?; end
423
+
424
+ # source://thor//lib/thor/actions/create_link.rb#40
425
+ def invoke!; end
426
+ end
427
+
428
+ # source://thor//lib/thor/actions/directory.rb#55
429
+ class Thor::Actions::Directory < ::Thor::Actions::EmptyDirectory
430
+ # source://thor//lib/thor/actions/directory.rb#58
431
+ def initialize(base, source, destination = T.unsafe(nil), config = T.unsafe(nil), &block); end
432
+
433
+ # source://thor//lib/thor/actions/directory.rb#64
434
+ def invoke!; end
435
+
436
+ # source://thor//lib/thor/actions/directory.rb#69
437
+ def revoke!; end
438
+
439
+ # source://thor//lib/thor/actions/directory.rb#56
440
+ def source; end
441
+
442
+ protected
443
+
444
+ # source://thor//lib/thor/actions/directory.rb#75
445
+ def execute!; end
446
+
447
+ # source://thor//lib/thor/actions/directory.rb#99
448
+ def file_level_lookup(previous_lookup); end
449
+
450
+ # source://thor//lib/thor/actions/directory.rb#103
451
+ def files(lookup); end
452
+ end
453
+
454
+ # source://thor//lib/thor/actions/empty_directory.rb#23
455
+ class Thor::Actions::EmptyDirectory
456
+ # source://thor//lib/thor/actions/empty_directory.rb#34
457
+ def initialize(base, destination, config = T.unsafe(nil)); end
458
+
459
+ # source://thor//lib/thor/actions/empty_directory.rb#24
460
+ def base; end
461
+
462
+ # source://thor//lib/thor/actions/empty_directory.rb#24
463
+ def config; end
464
+
465
+ # source://thor//lib/thor/actions/empty_directory.rb#24
466
+ def destination; end
467
+
468
+ # source://thor//lib/thor/actions/empty_directory.rb#45
469
+ def exists?; end
470
+
471
+ # source://thor//lib/thor/actions/empty_directory.rb#24
472
+ def given_destination; end
473
+
474
+ # source://thor//lib/thor/actions/empty_directory.rb#49
475
+ def invoke!; end
476
+
477
+ # source://thor//lib/thor/actions/empty_directory.rb#24
478
+ def relative_destination; end
479
+
480
+ # source://thor//lib/thor/actions/empty_directory.rb#56
481
+ def revoke!; end
482
+
483
+ protected
484
+
485
+ # source://thor//lib/thor/actions/empty_directory.rb#103
486
+ def convert_encoded_instructions(filename); end
487
+
488
+ # source://thor//lib/thor/actions/empty_directory.rb#85
489
+ def destination=(destination); end
490
+
491
+ # source://thor//lib/thor/actions/empty_directory.rb#113
492
+ def invoke_with_conflict_check(&block); end
493
+
494
+ # source://thor//lib/thor/actions/empty_directory.rb#132
495
+ def on_conflict_behavior; end
496
+
497
+ # source://thor//lib/thor/actions/empty_directory.rb#126
498
+ def on_file_clash_behavior; end
499
+
500
+ # source://thor//lib/thor/actions/empty_directory.rb#67
501
+ def pretend?; end
502
+
503
+ # source://thor//lib/thor/actions/empty_directory.rb#138
504
+ def say_status(status, color); end
505
+ end
506
+
507
+ # source://thor//lib/thor/actions/inject_into_file.rb#36
508
+ class Thor::Actions::InjectIntoFile < ::Thor::Actions::EmptyDirectory
509
+ # source://thor//lib/thor/actions/inject_into_file.rb#39
510
+ def initialize(base, destination, data, config); end
511
+
512
+ # source://thor//lib/thor/actions/inject_into_file.rb#37
513
+ def behavior; end
514
+
515
+ # source://thor//lib/thor/actions/inject_into_file.rb#37
516
+ def flag; end
517
+
518
+ # source://thor//lib/thor/actions/inject_into_file.rb#52
519
+ def invoke!; end
520
+
521
+ # source://thor//lib/thor/actions/inject_into_file.rb#37
522
+ def replacement; end
523
+
524
+ # source://thor//lib/thor/actions/inject_into_file.rb#74
525
+ def revoke!; end
526
+
527
+ protected
528
+
529
+ # source://thor//lib/thor/actions/inject_into_file.rb#110
530
+ def content; end
531
+
532
+ # source://thor//lib/thor/actions/inject_into_file.rb#120
533
+ def replace!(regexp, string, force); end
534
+
535
+ # source://thor//lib/thor/actions/inject_into_file.rb#114
536
+ def replacement_present?; end
537
+
538
+ # source://thor//lib/thor/actions/inject_into_file.rb#90
539
+ def say_status(behavior, warning: T.unsafe(nil), color: T.unsafe(nil)); end
540
+ end
541
+
542
+ # source://thor//lib/thor/actions/inject_into_file.rb#24
543
+ Thor::Actions::WARNINGS = T.let(T.unsafe(nil), Hash)
544
+
545
+ # source://thor//lib/thor/error.rb#57
546
+ class Thor::AmbiguousCommandError < ::Thor::Error; end
547
+
548
+ # source://thor//lib/thor/error.rb#59
549
+ Thor::AmbiguousTaskError = Thor::AmbiguousCommandError
550
+
551
+ # source://thor//lib/thor/parser/argument.rb#2
552
+ class Thor::Argument
553
+ # source://thor//lib/thor/parser/argument.rb#8
554
+ def initialize(name, options = T.unsafe(nil)); end
555
+
556
+ # source://thor//lib/thor/parser/argument.rb#5
557
+ def banner; end
558
+
559
+ # source://thor//lib/thor/parser/argument.rb#5
560
+ def default; end
561
+
562
+ # source://thor//lib/thor/parser/argument.rb#5
563
+ def description; end
564
+
565
+ # source://thor//lib/thor/parser/argument.rb#5
566
+ def enum; end
567
+
568
+ # source://thor//lib/thor/parser/argument.rb#52
569
+ def enum_to_s; end
570
+
571
+ # source://thor//lib/thor/parser/argument.rb#5
572
+ def human_name; end
573
+
574
+ # source://thor//lib/thor/parser/argument.rb#5
575
+ def name; end
576
+
577
+ # source://thor//lib/thor/parser/argument.rb#27
578
+ def print_default; end
579
+
580
+ # source://thor//lib/thor/parser/argument.rb#5
581
+ def required; end
582
+
583
+ # source://thor//lib/thor/parser/argument.rb#39
584
+ def required?; end
585
+
586
+ # source://thor//lib/thor/parser/argument.rb#43
587
+ def show_default?; end
588
+
589
+ # source://thor//lib/thor/parser/argument.rb#5
590
+ def type; end
591
+
592
+ # source://thor//lib/thor/parser/argument.rb#35
593
+ def usage; end
594
+
595
+ protected
596
+
597
+ # source://thor//lib/thor/parser/argument.rb#71
598
+ def default_banner; end
599
+
600
+ # source://thor//lib/thor/parser/argument.rb#67
601
+ def valid_type?(type); end
602
+
603
+ # source://thor//lib/thor/parser/argument.rb#62
604
+ def validate!; end
605
+ end
606
+
607
+ # source://thor//lib/thor/parser/argument.rb#3
608
+ Thor::Argument::VALID_TYPES = T.let(T.unsafe(nil), Array)
609
+
610
+ # source://thor//lib/thor/parser/arguments.rb#2
611
+ class Thor::Arguments
612
+ # source://thor//lib/thor/parser/arguments.rb#26
613
+ def initialize(arguments = T.unsafe(nil)); end
614
+
615
+ # source://thor//lib/thor/parser/arguments.rb#40
616
+ def parse(args); end
617
+
618
+ # source://thor//lib/thor/parser/arguments.rb#53
619
+ def remaining; end
620
+
621
+ private
622
+
623
+ # source://thor//lib/thor/parser/arguments.rb#186
624
+ def check_requirement!; end
625
+
626
+ # source://thor//lib/thor/parser/arguments.rb#84
627
+ def current_is_value?; end
628
+
629
+ # source://thor//lib/thor/parser/arguments.rb#64
630
+ def last?; end
631
+
632
+ # source://thor//lib/thor/parser/arguments.rb#59
633
+ def no_or_skip?(arg); end
634
+
635
+ # source://thor//lib/thor/parser/arguments.rb#118
636
+ def parse_array(name); end
637
+
638
+ # source://thor//lib/thor/parser/arguments.rb#97
639
+ def parse_hash(name); end
640
+
641
+ # source://thor//lib/thor/parser/arguments.rb#139
642
+ def parse_numeric(name); end
643
+
644
+ # source://thor//lib/thor/parser/arguments.rb#158
645
+ def parse_string(name); end
646
+
647
+ # source://thor//lib/thor/parser/arguments.rb#68
648
+ def peek; end
649
+
650
+ # source://thor//lib/thor/parser/arguments.rb#72
651
+ def shift; end
652
+
653
+ # source://thor//lib/thor/parser/arguments.rb#76
654
+ def unshift(arg); end
655
+
656
+ # source://thor//lib/thor/parser/arguments.rb#172
657
+ def validate_enum_value!(name, value, message); end
658
+
659
+ class << self
660
+ # source://thor//lib/thor/parser/arguments.rb#19
661
+ def parse(*args); end
662
+
663
+ # source://thor//lib/thor/parser/arguments.rb#8
664
+ def split(args); end
665
+ end
666
+ end
667
+
668
+ # source://thor//lib/thor/parser/arguments.rb#3
669
+ Thor::Arguments::NUMERIC = T.let(T.unsafe(nil), Regexp)
670
+
671
+ # source://thor//lib/thor/error.rb#104
672
+ class Thor::AtLeastOneRequiredArgumentError < ::Thor::InvocationError; end
673
+
674
+ # source://thor//lib/thor/shell.rb#4
675
+ module Thor::Base
676
+ include ::Thor::Invocation
677
+ include ::Thor::Shell
678
+
679
+ mixes_in_class_methods ::Thor::Base::ClassMethods
680
+ mixes_in_class_methods ::Thor::Invocation::ClassMethods
681
+
682
+ # source://thor//lib/thor/base.rb#53
683
+ def initialize(args = T.unsafe(nil), local_options = T.unsafe(nil), config = T.unsafe(nil)); end
684
+
685
+ # source://thor//lib/thor/base.rb#35
686
+ def args; end
687
+
688
+ # source://thor//lib/thor/base.rb#35
689
+ def args=(_arg0); end
690
+
691
+ # source://thor//lib/thor/base.rb#35
692
+ def options; end
693
+
694
+ # source://thor//lib/thor/base.rb#35
695
+ def options=(_arg0); end
696
+
697
+ # source://thor//lib/thor/base.rb#35
698
+ def parent_options; end
699
+
700
+ # source://thor//lib/thor/base.rb#35
701
+ def parent_options=(_arg0); end
702
+
703
+ class << self
704
+ # source://thor//lib/thor/base.rb#116
705
+ def included(base); end
706
+
707
+ # source://thor//lib/thor/base.rb#144
708
+ def register_klass_file(klass); end
709
+
710
+ # source://thor//lib/thor/shell.rb#11
711
+ def shell; end
712
+
713
+ # source://thor//lib/thor/shell.rb#6
714
+ def shell=(_arg0); end
715
+
716
+ # source://thor//lib/thor/base.rb#137
717
+ def subclass_files; end
718
+
719
+ # source://thor//lib/thor/base.rb#128
720
+ def subclasses; end
721
+ end
722
+ end
723
+
724
+ # source://thor//lib/thor/base.rb#153
725
+ module Thor::Base::ClassMethods
726
+ # source://thor//lib/thor/base.rb#482
727
+ def all_commands; end
728
+
729
+ # source://thor//lib/thor/base.rb#482
730
+ def all_tasks; end
731
+
732
+ # source://thor//lib/thor/base.rb#189
733
+ def allow_incompatible_default_type!; end
734
+
735
+ # source://thor//lib/thor/base.rb#261
736
+ def argument(name, options = T.unsafe(nil)); end
737
+
738
+ # source://thor//lib/thor/base.rb#293
739
+ def arguments; end
740
+
741
+ # source://thor//lib/thor/base.rb#162
742
+ def attr_accessor(*_arg0); end
743
+
744
+ # source://thor//lib/thor/base.rb#154
745
+ def attr_reader(*_arg0); end
746
+
747
+ # source://thor//lib/thor/base.rb#158
748
+ def attr_writer(*_arg0); end
749
+
750
+ # source://thor//lib/thor/base.rb#193
751
+ def check_default_type; end
752
+
753
+ # source://thor//lib/thor/base.rb#183
754
+ def check_default_type!; end
755
+
756
+ # source://thor//lib/thor/base.rb#172
757
+ def check_unknown_options; end
758
+
759
+ # source://thor//lib/thor/base.rb#168
760
+ def check_unknown_options!; end
761
+
762
+ # source://thor//lib/thor/base.rb#176
763
+ def check_unknown_options?(config); end
764
+
765
+ # source://thor//lib/thor/base.rb#392
766
+ def class_at_least_one(*args, &block); end
767
+
768
+ # source://thor//lib/thor/base.rb#411
769
+ def class_at_least_one_option_names; end
770
+
771
+ # source://thor//lib/thor/base.rb#357
772
+ def class_exclusive(*args, &block); end
773
+
774
+ # source://thor//lib/thor/base.rb#402
775
+ def class_exclusive_option_names; end
776
+
777
+ # source://thor//lib/thor/base.rb#328
778
+ def class_option(name, options = T.unsafe(nil)); end
779
+
780
+ # source://thor//lib/thor/base.rb#306
781
+ def class_options(options = T.unsafe(nil)); end
782
+
783
+ # source://thor//lib/thor/base.rb#471
784
+ def commands; end
785
+
786
+ # source://thor//lib/thor/base.rb#207
787
+ def disable_required_check?(command_name); end
788
+
789
+ # source://thor//lib/thor/base.rb#628
790
+ def exit_on_failure?; end
791
+
792
+ # source://thor//lib/thor/base.rb#457
793
+ def group(name = T.unsafe(nil)); end
794
+
795
+ # source://thor//lib/thor/base.rb#618
796
+ def handle_argument_error(command, error, args, arity); end
797
+
798
+ # source://thor//lib/thor/base.rb#613
799
+ def handle_no_command_error(command, has_namespace = T.unsafe(nil)); end
800
+
801
+ # source://thor//lib/thor/base.rb#613
802
+ def handle_no_task_error(command, has_namespace = T.unsafe(nil)); end
803
+
804
+ # source://thor//lib/thor/base.rb#566
805
+ def namespace(name = T.unsafe(nil)); end
806
+
807
+ # source://thor//lib/thor/base.rb#530
808
+ def no_commands(&block); end
809
+
810
+ # source://thor//lib/thor/base.rb#540
811
+ def no_commands?; end
812
+
813
+ # source://thor//lib/thor/base.rb#536
814
+ def no_commands_context; end
815
+
816
+ # source://thor//lib/thor/base.rb#530
817
+ def no_tasks(&block); end
818
+
819
+ # source://thor//lib/thor/base.rb#606
820
+ def public_command(*names); end
821
+
822
+ # source://thor//lib/thor/base.rb#606
823
+ def public_task(*names); end
824
+
825
+ # source://thor//lib/thor/base.rb#426
826
+ def remove_argument(*names); end
827
+
828
+ # source://thor//lib/thor/base.rb#445
829
+ def remove_class_option(*names); end
830
+
831
+ # source://thor//lib/thor/base.rb#500
832
+ def remove_command(*names); end
833
+
834
+ # source://thor//lib/thor/base.rb#500
835
+ def remove_task(*names); end
836
+
837
+ # source://thor//lib/thor/base.rb#582
838
+ def start(given_args = T.unsafe(nil), config = T.unsafe(nil)); end
839
+
840
+ # source://thor//lib/thor/base.rb#201
841
+ def stop_on_unknown_option?(command_name); end
842
+
843
+ # source://thor//lib/thor/base.rb#218
844
+ def strict_args_position; end
845
+
846
+ # source://thor//lib/thor/base.rb#214
847
+ def strict_args_position!; end
848
+
849
+ # source://thor//lib/thor/base.rb#222
850
+ def strict_args_position?(config); end
851
+
852
+ # source://thor//lib/thor/base.rb#471
853
+ def tasks; end
854
+
855
+ protected
856
+
857
+ # source://thor//lib/thor/base.rb#777
858
+ def baseclass; end
859
+
860
+ # source://thor//lib/thor/base.rb#771
861
+ def basename; end
862
+
863
+ # source://thor//lib/thor/base.rb#688
864
+ def build_option(name, options, scope); end
865
+
866
+ # source://thor//lib/thor/base.rb#699
867
+ def build_options(options, scope); end
868
+
869
+ # source://thor//lib/thor/base.rb#808
870
+ def built_option_names(target, opt = T.unsafe(nil), &block); end
871
+
872
+ # source://thor//lib/thor/base.rb#638
873
+ def class_options_help(shell, groups = T.unsafe(nil)); end
874
+
875
+ # source://thor//lib/thor/base.rb#816
876
+ def command_scope_member(name, options = T.unsafe(nil)); end
877
+
878
+ # source://thor//lib/thor/base.rb#782
879
+ def create_command(meth); end
880
+
881
+ # source://thor//lib/thor/base.rb#782
882
+ def create_task(meth); end
883
+
884
+ # source://thor//lib/thor/base.rb#792
885
+ def dispatch(command, given_args, given_opts, config); end
886
+
887
+ # source://thor//lib/thor/base.rb#708
888
+ def find_and_refresh_command(name); end
889
+
890
+ # source://thor//lib/thor/base.rb#708
891
+ def find_and_refresh_task(name); end
892
+
893
+ # source://thor//lib/thor/base.rb#749
894
+ def from_superclass(method, default = T.unsafe(nil)); end
895
+
896
+ # source://thor//lib/thor/base.rb#721
897
+ def inherited(klass); end
898
+
899
+ # source://thor//lib/thor/base.rb#788
900
+ def initialize_added; end
901
+
902
+ # source://thor//lib/thor/base.rb#677
903
+ def is_thor_reserved_word?(word, type); end
904
+
905
+ # source://thor//lib/thor/base.rb#729
906
+ def method_added(meth); end
907
+
908
+ # source://thor//lib/thor/base.rb#656
909
+ def print_options(shell, options, group_name = T.unsafe(nil)); end
910
+
911
+ # source://thor//lib/thor/base.rb#798
912
+ def register_options_relation_for(target, relation, *args, &block); end
913
+ end
914
+
915
+ # source://thor//lib/thor/command.rb#2
916
+ class Thor::Command < ::Struct
917
+ # source://thor//lib/thor/command.rb#5
918
+ def initialize(name, description, long_description, wrap_long_description, usage, options = T.unsafe(nil), options_relation = T.unsafe(nil)); end
919
+
920
+ # source://thor//lib/thor/command.rb#42
921
+ def formatted_usage(klass, namespace = T.unsafe(nil), subcommand = T.unsafe(nil)); end
922
+
923
+ # source://thor//lib/thor/command.rb#15
924
+ def hidden?; end
925
+
926
+ # source://thor//lib/thor/command.rb#70
927
+ def method_at_least_one_option_names; end
928
+
929
+ # source://thor//lib/thor/command.rb#66
930
+ def method_exclusive_option_names; end
931
+
932
+ # source://thor//lib/thor/command.rb#21
933
+ def run(instance, args = T.unsafe(nil)); end
934
+
935
+ protected
936
+
937
+ # source://thor//lib/thor/command.rb#114
938
+ def handle_argument_error?(instance, error, caller); end
939
+
940
+ # source://thor//lib/thor/command.rb#121
941
+ def handle_no_method_error?(instance, error, caller); end
942
+
943
+ # source://thor//lib/thor/command.rb#104
944
+ def local_method?(instance, name); end
945
+
946
+ # source://thor//lib/thor/command.rb#87
947
+ def not_debugging?(instance); end
948
+
949
+ # source://thor//lib/thor/command.rb#100
950
+ def private_method?(instance); end
951
+
952
+ # source://thor//lib/thor/command.rb#96
953
+ def public_method?(instance); end
954
+
955
+ # source://thor//lib/thor/command.rb#77
956
+ def required_arguments_for(klass, usage); end
957
+
958
+ # source://thor//lib/thor/command.rb#91
959
+ def required_options; end
960
+
961
+ # source://thor//lib/thor/command.rb#109
962
+ def sans_backtrace(backtrace, caller); end
963
+
964
+ private
965
+
966
+ # source://thor//lib/thor/command.rb#9
967
+ def initialize_copy(other); end
968
+ end
969
+
970
+ # source://thor//lib/thor/command.rb#3
971
+ Thor::Command::FILE_REGEXP = T.let(T.unsafe(nil), Regexp)
972
+
973
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#2
974
+ module Thor::CoreExt; end
975
+
976
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#11
977
+ class Thor::CoreExt::HashWithIndifferentAccess < ::Hash
978
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#12
979
+ def initialize(hash = T.unsafe(nil)); end
980
+
981
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#19
982
+ def [](key); end
983
+
984
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#23
985
+ def []=(key, value); end
986
+
987
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#27
988
+ def delete(key); end
989
+
990
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#31
991
+ def except(*keys); end
992
+
993
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#37
994
+ def fetch(key, *args); end
995
+
996
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#45
997
+ def key?(key); end
998
+
999
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#53
1000
+ def merge(other); end
1001
+
1002
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#57
1003
+ def merge!(other); end
1004
+
1005
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#72
1006
+ def replace(other_hash); end
1007
+
1008
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#64
1009
+ def reverse_merge(other); end
1010
+
1011
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#68
1012
+ def reverse_merge!(other_hash); end
1013
+
1014
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#41
1015
+ def slice(*keys); end
1016
+
1017
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#77
1018
+ def to_hash; end
1019
+
1020
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#49
1021
+ def values_at(*indices); end
1022
+
1023
+ protected
1024
+
1025
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#83
1026
+ def convert_key(key); end
1027
+
1028
+ # source://thor//lib/thor/core_ext/hash_with_indifferent_access.rb#93
1029
+ def method_missing(method, *args); end
1030
+ end
1031
+
1032
+ # source://thor//lib/thor/error.rb#3
1033
+ module Thor::Correctable
1034
+ # source://thor//lib/thor/error.rb#8
1035
+ def corrections; end
1036
+
1037
+ # source://thor//lib/thor/error.rb#4
1038
+ def to_s; end
1039
+ end
1040
+
1041
+ # source://thor//lib/thor/command.rb#137
1042
+ class Thor::DynamicCommand < ::Thor::Command
1043
+ # source://thor//lib/thor/command.rb#138
1044
+ def initialize(name, options = T.unsafe(nil)); end
1045
+
1046
+ # source://thor//lib/thor/command.rb#142
1047
+ def run(instance, args = T.unsafe(nil)); end
1048
+ end
1049
+
1050
+ # source://thor//lib/thor/command.rb#150
1051
+ Thor::DynamicTask = Thor::DynamicCommand
1052
+
1053
+ # source://thor//lib/thor/error.rb#20
1054
+ class Thor::Error < ::StandardError; end
1055
+
1056
+ # source://thor//lib/thor/error.rb#101
1057
+ class Thor::ExclusiveArgumentError < ::Thor::InvocationError; end
1058
+
1059
+ # source://thor//lib/thor/group.rb#7
1060
+ class Thor::Group
1061
+ include ::Thor::Base
1062
+ include ::Thor::Invocation
1063
+ include ::Thor::Shell
1064
+ extend ::Thor::Base::ClassMethods
1065
+ extend ::Thor::Invocation::ClassMethods
1066
+
1067
+ protected
1068
+
1069
+ # source://thor//lib/thor/group.rb#276
1070
+ def _invoke_for_class_method(klass, command = T.unsafe(nil), *args, &block); end
1071
+
1072
+ class << self
1073
+ # source://thor//lib/thor/group.rb#161
1074
+ def class_options_help(shell, groups = T.unsafe(nil)); end
1075
+
1076
+ # source://thor//lib/thor/group.rb#221
1077
+ def command_exists?(command_name); end
1078
+
1079
+ # source://thor//lib/thor/group.rb#16
1080
+ def desc(description = T.unsafe(nil)); end
1081
+
1082
+ # source://thor//lib/thor/group.rb#172
1083
+ def get_options_from_invocations(group_options, base_options); end
1084
+
1085
+ # source://thor//lib/thor/group.rb#207
1086
+ def handle_argument_error(command, error, _args, arity); end
1087
+
1088
+ # source://thor//lib/thor/group.rb#29
1089
+ def help(shell); end
1090
+
1091
+ # source://thor//lib/thor/group.rb#45
1092
+ def invocation_blocks; end
1093
+
1094
+ # source://thor//lib/thor/group.rb#39
1095
+ def invocations; end
1096
+
1097
+ # source://thor//lib/thor/group.rb#56
1098
+ def invoke(*names, &block); end
1099
+
1100
+ # source://thor//lib/thor/group.rb#110
1101
+ def invoke_from_option(*names, &block); end
1102
+
1103
+ # source://thor//lib/thor/group.rb#199
1104
+ def printable_commands(*_arg0); end
1105
+
1106
+ # source://thor//lib/thor/group.rb#199
1107
+ def printable_tasks(*_arg0); end
1108
+
1109
+ # source://thor//lib/thor/group.rb#149
1110
+ def remove_invocation(*names); end
1111
+
1112
+ protected
1113
+
1114
+ # source://thor//lib/thor/group.rb#249
1115
+ def banner; end
1116
+
1117
+ # source://thor//lib/thor/group.rb#259
1118
+ def baseclass; end
1119
+
1120
+ # source://thor//lib/thor/group.rb#263
1121
+ def create_command(meth); end
1122
+
1123
+ # source://thor//lib/thor/group.rb#263
1124
+ def create_task(meth); end
1125
+
1126
+ # source://thor//lib/thor/group.rb#228
1127
+ def dispatch(command, given_args, given_opts, config); end
1128
+
1129
+ # source://thor//lib/thor/group.rb#254
1130
+ def self_command; end
1131
+
1132
+ # source://thor//lib/thor/group.rb#254
1133
+ def self_task; end
1134
+ end
1135
+ end
1136
+
1137
+ # source://thor//lib/thor/base.rb#17
1138
+ Thor::HELP_MAPPINGS = T.let(T.unsafe(nil), Array)
1139
+
1140
+ # source://thor//lib/thor/command.rb#129
1141
+ class Thor::HiddenCommand < ::Thor::Command
1142
+ # source://thor//lib/thor/command.rb#130
1143
+ def hidden?; end
1144
+ end
1145
+
1146
+ # source://thor//lib/thor/command.rb#134
1147
+ Thor::HiddenTask = Thor::HiddenCommand
1148
+
1149
+ # source://thor//lib/thor/invocation.rb#2
1150
+ module Thor::Invocation
1151
+ mixes_in_class_methods ::Thor::Invocation::ClassMethods
1152
+
1153
+ # source://thor//lib/thor/invocation.rb#23
1154
+ def initialize(args = T.unsafe(nil), options = T.unsafe(nil), config = T.unsafe(nil), &block); end
1155
+
1156
+ # source://thor//lib/thor/invocation.rb#30
1157
+ def current_command_chain; end
1158
+
1159
+ # source://thor//lib/thor/invocation.rb#102
1160
+ def invoke(name = T.unsafe(nil), *args); end
1161
+
1162
+ # source://thor//lib/thor/invocation.rb#133
1163
+ def invoke_all; end
1164
+
1165
+ # source://thor//lib/thor/invocation.rb#122
1166
+ def invoke_command(command, *args); end
1167
+
1168
+ # source://thor//lib/thor/invocation.rb#122
1169
+ def invoke_task(command, *args); end
1170
+
1171
+ # source://thor//lib/thor/invocation.rb#138
1172
+ def invoke_with_padding(*args); end
1173
+
1174
+ protected
1175
+
1176
+ # source://thor//lib/thor/invocation.rb#166
1177
+ def _parse_initialization_options(args, opts, config); end
1178
+
1179
+ # source://thor//lib/thor/invocation.rb#153
1180
+ def _retrieve_class_and_command(name, sent_command = T.unsafe(nil)); end
1181
+
1182
+ # source://thor//lib/thor/invocation.rb#153
1183
+ def _retrieve_class_and_task(name, sent_command = T.unsafe(nil)); end
1184
+
1185
+ # source://thor//lib/thor/invocation.rb#145
1186
+ def _shared_configuration; end
1187
+
1188
+ class << self
1189
+ # source://thor//lib/thor/invocation.rb#3
1190
+ def included(base); end
1191
+ end
1192
+ end
1193
+
1194
+ # source://thor//lib/thor/invocation.rb#8
1195
+ module Thor::Invocation::ClassMethods
1196
+ # source://thor//lib/thor/invocation.rb#12
1197
+ def prepare_for_invocation(key, name); end
1198
+ end
1199
+
1200
+ # source://thor//lib/thor/error.rb#62
1201
+ class Thor::InvocationError < ::Thor::Error; end
1202
+
1203
+ # source://thor//lib/thor/line_editor/basic.rb#2
1204
+ module Thor::LineEditor
1205
+ class << self
1206
+ # source://thor//lib/thor/line_editor.rb#10
1207
+ def best_available; end
1208
+
1209
+ # source://thor//lib/thor/line_editor.rb#6
1210
+ def readline(prompt, options = T.unsafe(nil)); end
1211
+ end
1212
+ end
1213
+
1214
+ # source://thor//lib/thor/line_editor/basic.rb#3
1215
+ class Thor::LineEditor::Basic
1216
+ # source://thor//lib/thor/line_editor/basic.rb#10
1217
+ def initialize(prompt, options); end
1218
+
1219
+ # source://thor//lib/thor/line_editor/basic.rb#4
1220
+ def options; end
1221
+
1222
+ # source://thor//lib/thor/line_editor/basic.rb#4
1223
+ def prompt; end
1224
+
1225
+ # source://thor//lib/thor/line_editor/basic.rb#15
1226
+ def readline; end
1227
+
1228
+ private
1229
+
1230
+ # source://thor//lib/thor/line_editor/basic.rb#32
1231
+ def echo?; end
1232
+
1233
+ # source://thor//lib/thor/line_editor/basic.rb#22
1234
+ def get_input; end
1235
+
1236
+ class << self
1237
+ # source://thor//lib/thor/line_editor/basic.rb#6
1238
+ def available?; end
1239
+ end
1240
+ end
1241
+
1242
+ # source://thor//lib/thor/line_editor/readline.rb#3
1243
+ class Thor::LineEditor::Readline < ::Thor::LineEditor::Basic
1244
+ # source://thor//lib/thor/line_editor/readline.rb#13
1245
+ def readline; end
1246
+
1247
+ private
1248
+
1249
+ # source://thor//lib/thor/line_editor/readline.rb#28
1250
+ def add_to_history?; end
1251
+
1252
+ # source://thor//lib/thor/line_editor/readline.rb#42
1253
+ def completion_options; end
1254
+
1255
+ # source://thor//lib/thor/line_editor/readline.rb#32
1256
+ def completion_proc; end
1257
+
1258
+ # source://thor//lib/thor/line_editor/readline.rb#46
1259
+ def use_path_completion?; end
1260
+
1261
+ class << self
1262
+ # source://thor//lib/thor/line_editor/readline.rb#4
1263
+ def available?; end
1264
+ end
1265
+ end
1266
+
1267
+ # source://thor//lib/thor/line_editor/readline.rb#50
1268
+ class Thor::LineEditor::Readline::PathCompletion
1269
+ # source://thor//lib/thor/line_editor/readline.rb#54
1270
+ def initialize(text); end
1271
+
1272
+ # source://thor//lib/thor/line_editor/readline.rb#58
1273
+ def matches; end
1274
+
1275
+ private
1276
+
1277
+ # source://thor//lib/thor/line_editor/readline.rb#68
1278
+ def absolute_matches; end
1279
+
1280
+ # source://thor//lib/thor/line_editor/readline.rb#82
1281
+ def base_path; end
1282
+
1283
+ # source://thor//lib/thor/line_editor/readline.rb#78
1284
+ def glob_pattern; end
1285
+
1286
+ # source://thor//lib/thor/line_editor/readline.rb#64
1287
+ def relative_matches; end
1288
+
1289
+ # source://thor//lib/thor/line_editor/readline.rb#51
1290
+ def text; end
1291
+ end
1292
+
1293
+ # source://thor//lib/thor/error.rb#98
1294
+ class Thor::MalformattedArgumentError < ::Thor::InvocationError; end
1295
+
1296
+ # source://thor//lib/thor/nested_context.rb#2
1297
+ class Thor::NestedContext
1298
+ # source://thor//lib/thor/nested_context.rb#3
1299
+ def initialize; end
1300
+
1301
+ # source://thor//lib/thor/nested_context.rb#7
1302
+ def enter; end
1303
+
1304
+ # source://thor//lib/thor/nested_context.rb#15
1305
+ def entered?; end
1306
+
1307
+ private
1308
+
1309
+ # source://thor//lib/thor/nested_context.rb#25
1310
+ def pop; end
1311
+
1312
+ # source://thor//lib/thor/nested_context.rb#21
1313
+ def push; end
1314
+ end
1315
+
1316
+ # source://thor//lib/thor/parser/option.rb#2
1317
+ class Thor::Option < ::Thor::Argument
1318
+ # source://thor//lib/thor/parser/option.rb#7
1319
+ def initialize(name, options = T.unsafe(nil)); end
1320
+
1321
+ # source://thor//lib/thor/parser/option.rb#3
1322
+ def aliases; end
1323
+
1324
+ # source://thor//lib/thor/parser/option.rb#99
1325
+ def aliases_for_usage; end
1326
+
1327
+ # source://thor//lib/thor/parser/option.rb#118
1328
+ def array?; end
1329
+
1330
+ # source://thor//lib/thor/parser/option.rb#118
1331
+ def boolean?; end
1332
+
1333
+ # source://thor//lib/thor/parser/option.rb#3
1334
+ def group; end
1335
+
1336
+ # source://thor//lib/thor/parser/option.rb#118
1337
+ def hash?; end
1338
+
1339
+ # source://thor//lib/thor/parser/option.rb#3
1340
+ def hide; end
1341
+
1342
+ # source://thor//lib/thor/parser/option.rb#79
1343
+ def human_name; end
1344
+
1345
+ # source://thor//lib/thor/parser/option.rb#3
1346
+ def lazy_default; end
1347
+
1348
+ # source://thor//lib/thor/parser/option.rb#118
1349
+ def numeric?; end
1350
+
1351
+ # source://thor//lib/thor/parser/option.rb#3
1352
+ def repeatable; end
1353
+
1354
+ # source://thor//lib/thor/parser/option.rb#107
1355
+ def show_default?; end
1356
+
1357
+ # source://thor//lib/thor/parser/option.rb#118
1358
+ def string?; end
1359
+
1360
+ # source://thor//lib/thor/parser/option.rb#75
1361
+ def switch_name; end
1362
+
1363
+ # source://thor//lib/thor/parser/option.rb#83
1364
+ def usage(padding = T.unsafe(nil)); end
1365
+
1366
+ protected
1367
+
1368
+ # source://thor//lib/thor/parser/option.rb#168
1369
+ def dasherize(str); end
1370
+
1371
+ # source://thor//lib/thor/parser/option.rb#160
1372
+ def dasherized?; end
1373
+
1374
+ # source://thor//lib/thor/parser/option.rb#164
1375
+ def undasherize(str); end
1376
+
1377
+ # source://thor//lib/thor/parser/option.rb#126
1378
+ def validate!; end
1379
+
1380
+ # source://thor//lib/thor/parser/option.rb#131
1381
+ def validate_default_type!; end
1382
+
1383
+ private
1384
+
1385
+ # source://thor//lib/thor/parser/option.rb#174
1386
+ def normalize_aliases(aliases); end
1387
+
1388
+ class << self
1389
+ # source://thor//lib/thor/parser/option.rb#45
1390
+ def parse(key, value); end
1391
+ end
1392
+ end
1393
+
1394
+ # source://thor//lib/thor/parser/option.rb#5
1395
+ Thor::Option::VALID_TYPES = T.let(T.unsafe(nil), Array)
1396
+
1397
+ # source://thor//lib/thor/parser/options.rb#2
1398
+ class Thor::Options < ::Thor::Arguments
1399
+ # source://thor//lib/thor/parser/options.rb#32
1400
+ def initialize(hash_options = T.unsafe(nil), defaults = T.unsafe(nil), stop_on_unknown = T.unsafe(nil), disable_required_check = T.unsafe(nil), relations = T.unsafe(nil)); end
1401
+
1402
+ # source://thor//lib/thor/parser/options.rb#156
1403
+ def check_at_least_one!; end
1404
+
1405
+ # source://thor//lib/thor/parser/options.rb#144
1406
+ def check_exclusive!; end
1407
+
1408
+ # source://thor//lib/thor/parser/options.rb#168
1409
+ def check_unknown!; end
1410
+
1411
+ # source://thor//lib/thor/parser/options.rb#89
1412
+ def parse(args); end
1413
+
1414
+ # source://thor//lib/thor/parser/options.rb#65
1415
+ def peek; end
1416
+
1417
+ # source://thor//lib/thor/parser/options.rb#61
1418
+ def remaining; end
1419
+
1420
+ # source://thor//lib/thor/parser/options.rb#79
1421
+ def shift; end
1422
+
1423
+ # source://thor//lib/thor/parser/options.rb#84
1424
+ def unshift(arg, is_value: T.unsafe(nil)); end
1425
+
1426
+ protected
1427
+
1428
+ # source://thor//lib/thor/parser/options.rb#189
1429
+ def assign_result!(option, result); end
1430
+
1431
+ # source://thor//lib/thor/parser/options.rb#203
1432
+ def current_is_switch?; end
1433
+
1434
+ # source://thor//lib/thor/parser/options.rb#215
1435
+ def current_is_switch_formatted?; end
1436
+
1437
+ # source://thor//lib/thor/parser/options.rb#225
1438
+ def current_is_value?; end
1439
+
1440
+ # source://thor//lib/thor/parser/options.rb#179
1441
+ def names_to_switch_names(names = T.unsafe(nil)); end
1442
+
1443
+ # source://thor//lib/thor/parser/options.rb#244
1444
+ def normalize_switch(arg); end
1445
+
1446
+ # source://thor//lib/thor/parser/options.rb#256
1447
+ def parse_boolean(switch); end
1448
+
1449
+ # source://thor//lib/thor/parser/options.rb#274
1450
+ def parse_peek(switch, option); end
1451
+
1452
+ # source://thor//lib/thor/parser/options.rb#248
1453
+ def parsing_options?; end
1454
+
1455
+ # source://thor//lib/thor/parser/options.rb#230
1456
+ def switch?(arg); end
1457
+
1458
+ # source://thor//lib/thor/parser/options.rb#234
1459
+ def switch_option(arg); end
1460
+
1461
+ class << self
1462
+ # source://thor//lib/thor/parser/options.rb#11
1463
+ def to_switches(options); end
1464
+ end
1465
+ end
1466
+
1467
+ # source://thor//lib/thor/parser/options.rb#5
1468
+ Thor::Options::EQ_RE = T.let(T.unsafe(nil), Regexp)
1469
+
1470
+ # source://thor//lib/thor/parser/options.rb#3
1471
+ Thor::Options::LONG_RE = T.let(T.unsafe(nil), Regexp)
1472
+
1473
+ # source://thor//lib/thor/parser/options.rb#8
1474
+ Thor::Options::OPTS_END = T.let(T.unsafe(nil), String)
1475
+
1476
+ # source://thor//lib/thor/parser/options.rb#7
1477
+ Thor::Options::SHORT_NUM = T.let(T.unsafe(nil), Regexp)
1478
+
1479
+ # source://thor//lib/thor/parser/options.rb#4
1480
+ Thor::Options::SHORT_RE = T.let(T.unsafe(nil), Regexp)
1481
+
1482
+ # source://thor//lib/thor/parser/options.rb#6
1483
+ Thor::Options::SHORT_SQ_RE = T.let(T.unsafe(nil), Regexp)
1484
+
1485
+ # source://thor//lib/thor/rake_compat.rb#20
1486
+ module Thor::RakeCompat
1487
+ include ::FileUtils::StreamUtils_
1488
+ include ::FileUtils
1489
+ include ::Rake::FileUtilsExt
1490
+ include ::Rake::DSL
1491
+
1492
+ class << self
1493
+ # source://thor//lib/thor/rake_compat.rb#27
1494
+ def included(base); end
1495
+
1496
+ # source://thor//lib/thor/rake_compat.rb#23
1497
+ def rake_classes; end
1498
+ end
1499
+ end
1500
+
1501
+ # source://thor//lib/thor/error.rb#95
1502
+ class Thor::RequiredArgumentMissingError < ::Thor::InvocationError; end
1503
+
1504
+ # source://thor//lib/thor/util.rb#4
1505
+ module Thor::Sandbox; end
1506
+
1507
+ # source://thor//lib/thor/shell.rb#23
1508
+ module Thor::Shell
1509
+ # source://thor//lib/thor/shell.rb#44
1510
+ def initialize(args = T.unsafe(nil), options = T.unsafe(nil), config = T.unsafe(nil)); end
1511
+
1512
+ # source://thor//lib/thor/shell.rb#59
1513
+ def ask(*args, &block); end
1514
+
1515
+ # source://thor//lib/thor/shell.rb#59
1516
+ def error(*args, &block); end
1517
+
1518
+ # source://thor//lib/thor/shell.rb#59
1519
+ def file_collision(*args, &block); end
1520
+
1521
+ # source://thor//lib/thor/shell.rb#59
1522
+ def no?(*args, &block); end
1523
+
1524
+ # source://thor//lib/thor/shell.rb#59
1525
+ def print_in_columns(*args, &block); end
1526
+
1527
+ # source://thor//lib/thor/shell.rb#59
1528
+ def print_table(*args, &block); end
1529
+
1530
+ # source://thor//lib/thor/shell.rb#59
1531
+ def print_wrapped(*args, &block); end
1532
+
1533
+ # source://thor//lib/thor/shell.rb#59
1534
+ def say(*args, &block); end
1535
+
1536
+ # source://thor//lib/thor/shell.rb#59
1537
+ def say_error(*args, &block); end
1538
+
1539
+ # source://thor//lib/thor/shell.rb#59
1540
+ def say_status(*args, &block); end
1541
+
1542
+ # source://thor//lib/thor/shell.rb#59
1543
+ def set_color(*args, &block); end
1544
+
1545
+ # source://thor//lib/thor/shell.rb#52
1546
+ def shell; end
1547
+
1548
+ # source://thor//lib/thor/shell.rb#25
1549
+ def shell=(_arg0); end
1550
+
1551
+ # source://thor//lib/thor/shell.rb#59
1552
+ def terminal_width(*args, &block); end
1553
+
1554
+ # source://thor//lib/thor/shell.rb#66
1555
+ def with_padding; end
1556
+
1557
+ # source://thor//lib/thor/shell.rb#59
1558
+ def yes?(*args, &block); end
1559
+
1560
+ protected
1561
+
1562
+ # source://thor//lib/thor/shell.rb#77
1563
+ def _shared_configuration; end
1564
+ end
1565
+
1566
+ # source://thor//lib/thor/shell/basic.rb#7
1567
+ class Thor::Shell::Basic
1568
+ # source://thor//lib/thor/shell/basic.rb#13
1569
+ def initialize; end
1570
+
1571
+ # source://thor//lib/thor/shell/basic.rb#80
1572
+ def ask(statement, *args); end
1573
+
1574
+ # source://thor//lib/thor/shell/basic.rb#8
1575
+ def base; end
1576
+
1577
+ # source://thor//lib/thor/shell/basic.rb#8
1578
+ def base=(_arg0); end
1579
+
1580
+ # source://thor//lib/thor/shell/basic.rb#251
1581
+ def error(statement); end
1582
+
1583
+ # source://thor//lib/thor/shell/basic.rb#207
1584
+ def file_collision(destination); end
1585
+
1586
+ # source://thor//lib/thor/shell/basic.rb#43
1587
+ def indent(count = T.unsafe(nil)); end
1588
+
1589
+ # source://thor//lib/thor/shell/basic.rb#22
1590
+ def mute; end
1591
+
1592
+ # source://thor//lib/thor/shell/basic.rb#31
1593
+ def mute?; end
1594
+
1595
+ # source://thor//lib/thor/shell/basic.rb#156
1596
+ def no?(statement, color = T.unsafe(nil)); end
1597
+
1598
+ # source://thor//lib/thor/shell/basic.rb#9
1599
+ def padding; end
1600
+
1601
+ # source://thor//lib/thor/shell/basic.rb#37
1602
+ def padding=(value); end
1603
+
1604
+ # source://thor//lib/thor/shell/basic.rb#165
1605
+ def print_in_columns(array); end
1606
+
1607
+ # source://thor//lib/thor/shell/basic.rb#180
1608
+ def print_table(array, options = T.unsafe(nil)); end
1609
+
1610
+ # source://thor//lib/thor/shell/basic.rb#194
1611
+ def print_wrapped(message, options = T.unsafe(nil)); end
1612
+
1613
+ # source://thor//lib/thor/shell/basic.rb#98
1614
+ def say(message = T.unsafe(nil), color = T.unsafe(nil), force_new_line = T.unsafe(nil)); end
1615
+
1616
+ # source://thor//lib/thor/shell/basic.rb#115
1617
+ def say_error(message = T.unsafe(nil), color = T.unsafe(nil), force_new_line = T.unsafe(nil)); end
1618
+
1619
+ # source://thor//lib/thor/shell/basic.rb#130
1620
+ def say_status(status, message, log_status = T.unsafe(nil)); end
1621
+
1622
+ # source://thor//lib/thor/shell/basic.rb#258
1623
+ def set_color(string, *_arg1); end
1624
+
1625
+ # source://thor//lib/thor/shell/basic.rb#149
1626
+ def yes?(statement, color = T.unsafe(nil)); end
1627
+
1628
+ protected
1629
+
1630
+ # source://thor//lib/thor/shell/basic.rb#362
1631
+ def answer_match(possibilities, answer, case_insensitive); end
1632
+
1633
+ # source://thor//lib/thor/shell/basic.rb#349
1634
+ def ask_filtered(statement, color, options); end
1635
+
1636
+ # source://thor//lib/thor/shell/basic.rb#332
1637
+ def ask_simply(statement, color, options); end
1638
+
1639
+ # source://thor//lib/thor/shell/basic.rb#269
1640
+ def can_display_colors?; end
1641
+
1642
+ # source://thor//lib/thor/shell/basic.rb#296
1643
+ def file_collision_help(block_given); end
1644
+
1645
+ # source://thor//lib/thor/shell/basic.rb#286
1646
+ def is?(value); end
1647
+
1648
+ # source://thor//lib/thor/shell/basic.rb#273
1649
+ def lookup_color(color); end
1650
+
1651
+ # source://thor//lib/thor/shell/basic.rb#370
1652
+ def merge(destination, content); end
1653
+
1654
+ # source://thor//lib/thor/shell/basic.rb#379
1655
+ def merge_tool; end
1656
+
1657
+ # source://thor//lib/thor/shell/basic.rb#264
1658
+ def prepare_message(message, *color); end
1659
+
1660
+ # source://thor//lib/thor/shell/basic.rb#324
1661
+ def quiet?; end
1662
+
1663
+ # source://thor//lib/thor/shell/basic.rb#313
1664
+ def show_diff(destination, content); end
1665
+
1666
+ # source://thor//lib/thor/shell/basic.rb#282
1667
+ def stderr; end
1668
+
1669
+ # source://thor//lib/thor/shell/basic.rb#278
1670
+ def stdout; end
1671
+
1672
+ # source://thor//lib/thor/shell/basic.rb#328
1673
+ def unix?; end
1674
+ end
1675
+
1676
+ # source://thor//lib/thor/shell/color.rb#9
1677
+ class Thor::Shell::Color < ::Thor::Shell::Basic
1678
+ include ::LCSDiff
1679
+
1680
+ # source://thor//lib/thor/shell/color.rb#82
1681
+ def set_color(string, *colors); end
1682
+
1683
+ protected
1684
+
1685
+ # source://thor//lib/thor/shell/color.rb#110
1686
+ def are_colors_disabled?; end
1687
+
1688
+ # source://thor//lib/thor/shell/color.rb#106
1689
+ def are_colors_supported?; end
1690
+
1691
+ # source://thor//lib/thor/shell/color.rb#102
1692
+ def can_display_colors?; end
1693
+ end
1694
+
1695
+ # source://thor//lib/thor/shell/color.rb#18
1696
+ Thor::Shell::Color::BLACK = T.let(T.unsafe(nil), String)
1697
+
1698
+ # source://thor//lib/thor/shell/color.rb#26
1699
+ Thor::Shell::Color::BLUE = T.let(T.unsafe(nil), String)
1700
+
1701
+ # source://thor//lib/thor/shell/color.rb#15
1702
+ Thor::Shell::Color::BOLD = T.let(T.unsafe(nil), String)
1703
+
1704
+ # source://thor//lib/thor/shell/color.rb#13
1705
+ Thor::Shell::Color::CLEAR = T.let(T.unsafe(nil), String)
1706
+
1707
+ # source://thor//lib/thor/shell/color.rb#30
1708
+ Thor::Shell::Color::CYAN = T.let(T.unsafe(nil), String)
1709
+
1710
+ # source://thor//lib/thor/shell/color.rb#22
1711
+ Thor::Shell::Color::GREEN = T.let(T.unsafe(nil), String)
1712
+
1713
+ # source://thor//lib/thor/shell/color.rb#28
1714
+ Thor::Shell::Color::MAGENTA = T.let(T.unsafe(nil), String)
1715
+
1716
+ # source://thor//lib/thor/shell/color.rb#35
1717
+ Thor::Shell::Color::ON_BLACK = T.let(T.unsafe(nil), String)
1718
+
1719
+ # source://thor//lib/thor/shell/color.rb#43
1720
+ Thor::Shell::Color::ON_BLUE = T.let(T.unsafe(nil), String)
1721
+
1722
+ # source://thor//lib/thor/shell/color.rb#47
1723
+ Thor::Shell::Color::ON_CYAN = T.let(T.unsafe(nil), String)
1724
+
1725
+ # source://thor//lib/thor/shell/color.rb#39
1726
+ Thor::Shell::Color::ON_GREEN = T.let(T.unsafe(nil), String)
1727
+
1728
+ # source://thor//lib/thor/shell/color.rb#45
1729
+ Thor::Shell::Color::ON_MAGENTA = T.let(T.unsafe(nil), String)
1730
+
1731
+ # source://thor//lib/thor/shell/color.rb#37
1732
+ Thor::Shell::Color::ON_RED = T.let(T.unsafe(nil), String)
1733
+
1734
+ # source://thor//lib/thor/shell/color.rb#49
1735
+ Thor::Shell::Color::ON_WHITE = T.let(T.unsafe(nil), String)
1736
+
1737
+ # source://thor//lib/thor/shell/color.rb#41
1738
+ Thor::Shell::Color::ON_YELLOW = T.let(T.unsafe(nil), String)
1739
+
1740
+ # source://thor//lib/thor/shell/color.rb#20
1741
+ Thor::Shell::Color::RED = T.let(T.unsafe(nil), String)
1742
+
1743
+ # source://thor//lib/thor/shell/color.rb#32
1744
+ Thor::Shell::Color::WHITE = T.let(T.unsafe(nil), String)
1745
+
1746
+ # source://thor//lib/thor/shell/color.rb#24
1747
+ Thor::Shell::Color::YELLOW = T.let(T.unsafe(nil), String)
1748
+
1749
+ # source://thor//lib/thor/shell/column_printer.rb#5
1750
+ class Thor::Shell::ColumnPrinter
1751
+ # source://thor//lib/thor/shell/column_printer.rb#8
1752
+ def initialize(stdout, options = T.unsafe(nil)); end
1753
+
1754
+ # source://thor//lib/thor/shell/column_printer.rb#6
1755
+ def options; end
1756
+
1757
+ # source://thor//lib/thor/shell/column_printer.rb#14
1758
+ def print(array); end
1759
+
1760
+ # source://thor//lib/thor/shell/column_printer.rb#6
1761
+ def stdout; end
1762
+ end
1763
+
1764
+ # source://thor//lib/thor/shell/html.rb#9
1765
+ class Thor::Shell::HTML < ::Thor::Shell::Basic
1766
+ include ::LCSDiff
1767
+
1768
+ # source://thor//lib/thor/shell/html.rb#73
1769
+ def ask(statement, color = T.unsafe(nil)); end
1770
+
1771
+ # source://thor//lib/thor/shell/html.rb#54
1772
+ def set_color(string, *colors); end
1773
+
1774
+ protected
1775
+
1776
+ # source://thor//lib/thor/shell/html.rb#79
1777
+ def can_display_colors?; end
1778
+ end
1779
+
1780
+ # source://thor//lib/thor/shell/html.rb#16
1781
+ Thor::Shell::HTML::BLACK = T.let(T.unsafe(nil), String)
1782
+
1783
+ # source://thor//lib/thor/shell/html.rb#24
1784
+ Thor::Shell::HTML::BLUE = T.let(T.unsafe(nil), String)
1785
+
1786
+ # source://thor//lib/thor/shell/html.rb#13
1787
+ Thor::Shell::HTML::BOLD = T.let(T.unsafe(nil), String)
1788
+
1789
+ # source://thor//lib/thor/shell/html.rb#28
1790
+ Thor::Shell::HTML::CYAN = T.let(T.unsafe(nil), String)
1791
+
1792
+ # source://thor//lib/thor/shell/html.rb#20
1793
+ Thor::Shell::HTML::GREEN = T.let(T.unsafe(nil), String)
1794
+
1795
+ # source://thor//lib/thor/shell/html.rb#26
1796
+ Thor::Shell::HTML::MAGENTA = T.let(T.unsafe(nil), String)
1797
+
1798
+ # source://thor//lib/thor/shell/html.rb#33
1799
+ Thor::Shell::HTML::ON_BLACK = T.let(T.unsafe(nil), String)
1800
+
1801
+ # source://thor//lib/thor/shell/html.rb#41
1802
+ Thor::Shell::HTML::ON_BLUE = T.let(T.unsafe(nil), String)
1803
+
1804
+ # source://thor//lib/thor/shell/html.rb#45
1805
+ Thor::Shell::HTML::ON_CYAN = T.let(T.unsafe(nil), String)
1806
+
1807
+ # source://thor//lib/thor/shell/html.rb#37
1808
+ Thor::Shell::HTML::ON_GREEN = T.let(T.unsafe(nil), String)
1809
+
1810
+ # source://thor//lib/thor/shell/html.rb#43
1811
+ Thor::Shell::HTML::ON_MAGENTA = T.let(T.unsafe(nil), String)
1812
+
1813
+ # source://thor//lib/thor/shell/html.rb#35
1814
+ Thor::Shell::HTML::ON_RED = T.let(T.unsafe(nil), String)
1815
+
1816
+ # source://thor//lib/thor/shell/html.rb#47
1817
+ Thor::Shell::HTML::ON_WHITE = T.let(T.unsafe(nil), String)
1818
+
1819
+ # source://thor//lib/thor/shell/html.rb#39
1820
+ Thor::Shell::HTML::ON_YELLOW = T.let(T.unsafe(nil), String)
1821
+
1822
+ # source://thor//lib/thor/shell/html.rb#18
1823
+ Thor::Shell::HTML::RED = T.let(T.unsafe(nil), String)
1824
+
1825
+ # source://thor//lib/thor/shell/html.rb#30
1826
+ Thor::Shell::HTML::WHITE = T.let(T.unsafe(nil), String)
1827
+
1828
+ # source://thor//lib/thor/shell/html.rb#22
1829
+ Thor::Shell::HTML::YELLOW = T.let(T.unsafe(nil), String)
1830
+
1831
+ # source://thor//lib/thor/shell.rb#24
1832
+ Thor::Shell::SHELL_DELEGATED_METHODS = T.let(T.unsafe(nil), Array)
1833
+
1834
+ # source://thor//lib/thor/shell/table_printer.rb#6
1835
+ class Thor::Shell::TablePrinter < ::Thor::Shell::ColumnPrinter
1836
+ # source://thor//lib/thor/shell/table_printer.rb#9
1837
+ def initialize(stdout, options = T.unsafe(nil)); end
1838
+
1839
+ # source://thor//lib/thor/shell/table_printer.rb#18
1840
+ def print(array); end
1841
+
1842
+ private
1843
+
1844
+ # source://thor//lib/thor/shell/table_printer.rb#72
1845
+ def format_cell(column, row_size, index); end
1846
+
1847
+ # source://thor//lib/thor/shell/table_printer.rb#113
1848
+ def indentation; end
1849
+
1850
+ # source://thor//lib/thor/shell/table_printer.rb#47
1851
+ def prepare(array); end
1852
+
1853
+ # source://thor//lib/thor/shell/table_printer.rb#96
1854
+ def print_border_separator; end
1855
+
1856
+ # source://thor//lib/thor/shell/table_printer.rb#103
1857
+ def truncate(string); end
1858
+ end
1859
+
1860
+ # source://thor//lib/thor/shell/table_printer.rb#7
1861
+ Thor::Shell::TablePrinter::BORDER_SEPARATOR = T.let(T.unsafe(nil), Symbol)
1862
+
1863
+ # source://thor//lib/thor/shell/terminal.rb#3
1864
+ module Thor::Shell::Terminal
1865
+ class << self
1866
+ # source://thor//lib/thor/shell/terminal.rb#9
1867
+ def terminal_width; end
1868
+
1869
+ # source://thor//lib/thor/shell/terminal.rb#20
1870
+ def unix?; end
1871
+
1872
+ private
1873
+
1874
+ # source://thor//lib/thor/shell/terminal.rb#27
1875
+ def dynamic_width; end
1876
+
1877
+ # source://thor//lib/thor/shell/terminal.rb#31
1878
+ def dynamic_width_stty; end
1879
+
1880
+ # source://thor//lib/thor/shell/terminal.rb#35
1881
+ def dynamic_width_tput; end
1882
+ end
1883
+ end
1884
+
1885
+ # source://thor//lib/thor/shell/terminal.rb#4
1886
+ Thor::Shell::Terminal::DEFAULT_TERMINAL_WIDTH = T.let(T.unsafe(nil), Integer)
1887
+
1888
+ # source://thor//lib/thor/shell/wrapped_printer.rb#6
1889
+ class Thor::Shell::WrappedPrinter < ::Thor::Shell::ColumnPrinter
1890
+ # source://thor//lib/thor/shell/wrapped_printer.rb#7
1891
+ def print(message); end
1892
+ end
1893
+
1894
+ # source://thor//lib/thor/base.rb#23
1895
+ Thor::TEMPLATE_EXTNAME = T.let(T.unsafe(nil), String)
1896
+
1897
+ # source://thor//lib/thor/base.rb#20
1898
+ Thor::THOR_RESERVED_WORDS = T.let(T.unsafe(nil), Array)
1899
+
1900
+ # source://thor//lib/thor/command.rb#126
1901
+ Thor::Task = Thor::Command
1902
+
1903
+ # source://thor//lib/thor/error.rb#24
1904
+ class Thor::UndefinedCommandError < ::Thor::Error
1905
+ include ::Thor::Correctable
1906
+
1907
+ # source://thor//lib/thor/error.rb#43
1908
+ def initialize(command, all_commands, namespace); end
1909
+
1910
+ # source://thor//lib/thor/error.rb#41
1911
+ def all_commands; end
1912
+
1913
+ # source://thor//lib/thor/error.rb#41
1914
+ def command; end
1915
+ end
1916
+
1917
+ # source://thor//lib/thor/error.rb#25
1918
+ class Thor::UndefinedCommandError::SpellChecker
1919
+ # source://thor//lib/thor/error.rb#28
1920
+ def initialize(error); end
1921
+
1922
+ # source://thor//lib/thor/error.rb#32
1923
+ def corrections; end
1924
+
1925
+ # source://thor//lib/thor/error.rb#26
1926
+ def error; end
1927
+
1928
+ # source://thor//lib/thor/error.rb#36
1929
+ def spell_checker; end
1930
+ end
1931
+
1932
+ # source://thor//lib/thor/error.rb#55
1933
+ Thor::UndefinedTaskError = Thor::UndefinedCommandError
1934
+
1935
+ # source://thor//lib/thor/error.rb#65
1936
+ class Thor::UnknownArgumentError < ::Thor::Error
1937
+ include ::Thor::Correctable
1938
+
1939
+ # source://thor//lib/thor/error.rb#85
1940
+ def initialize(switches, unknown); end
1941
+
1942
+ # source://thor//lib/thor/error.rb#83
1943
+ def switches; end
1944
+
1945
+ # source://thor//lib/thor/error.rb#83
1946
+ def unknown; end
1947
+ end
1948
+
1949
+ # source://thor//lib/thor/error.rb#66
1950
+ class Thor::UnknownArgumentError::SpellChecker
1951
+ # source://thor//lib/thor/error.rb#69
1952
+ def initialize(error); end
1953
+
1954
+ # source://thor//lib/thor/error.rb#73
1955
+ def corrections; end
1956
+
1957
+ # source://thor//lib/thor/error.rb#67
1958
+ def error; end
1959
+
1960
+ # source://thor//lib/thor/error.rb#78
1961
+ def spell_checker; end
1962
+ end
1963
+
1964
+ # source://thor//lib/thor/util.rb#17
1965
+ module Thor::Util
1966
+ class << self
1967
+ # source://thor//lib/thor/util.rb#104
1968
+ def camel_case(str); end
1969
+
1970
+ # source://thor//lib/thor/util.rb#264
1971
+ def escape_globs(path); end
1972
+
1973
+ # source://thor//lib/thor/util.rb#280
1974
+ def escape_html(string); end
1975
+
1976
+ # source://thor//lib/thor/util.rb#24
1977
+ def find_by_namespace(namespace); end
1978
+
1979
+ # source://thor//lib/thor/util.rb#131
1980
+ def find_class_and_command_by_namespace(namespace, fallback = T.unsafe(nil)); end
1981
+
1982
+ # source://thor//lib/thor/util.rb#131
1983
+ def find_class_and_task_by_namespace(namespace, fallback = T.unsafe(nil)); end
1984
+
1985
+ # source://thor//lib/thor/util.rb#213
1986
+ def globs_for(path); end
1987
+
1988
+ # source://thor//lib/thor/util.rb#153
1989
+ def load_thorfile(path, content = T.unsafe(nil), debug = T.unsafe(nil)); end
1990
+
1991
+ # source://thor//lib/thor/util.rb#43
1992
+ def namespace_from_thor_class(constant); end
1993
+
1994
+ # source://thor//lib/thor/util.rb#58
1995
+ def namespaces_in_content(contents, file = T.unsafe(nil)); end
1996
+
1997
+ # source://thor//lib/thor/util.rb#221
1998
+ def ruby_command; end
1999
+
2000
+ # source://thor//lib/thor/util.rb#90
2001
+ def snake_case(str); end
2002
+
2003
+ # source://thor//lib/thor/util.rb#74
2004
+ def thor_classes_in(klass); end
2005
+
2006
+ # source://thor//lib/thor/util.rb#192
2007
+ def thor_root; end
2008
+
2009
+ # source://thor//lib/thor/util.rb#203
2010
+ def thor_root_glob; end
2011
+
2012
+ # source://thor//lib/thor/util.rb#168
2013
+ def user_home; end
2014
+ end
2015
+ end