non_empty_array 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4776 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi hidden-definitions
3
+
4
+ # typed: autogenerated
5
+
6
+ class Addrinfo
7
+ def connect_internal(local_addrinfo, timeout=T.unsafe(nil)); end
8
+ end
9
+
10
+ class Array
11
+ include ::JSON::Ext::Generator::GeneratorMethods::Array
12
+ def deconstruct(); end
13
+
14
+ def shelljoin(); end
15
+
16
+ def to_h(); end
17
+ end
18
+
19
+ class Array
20
+ def self.try_convert(_); end
21
+ end
22
+
23
+ BasicObject::BasicObject = BasicObject
24
+
25
+ class BigDecimal
26
+ def clone(); end
27
+ EXCEPTION_NaN = ::T.let(nil, ::T.untyped)
28
+ VERSION = ::T.let(nil, ::T.untyped)
29
+ end
30
+
31
+ class BigDecimal
32
+ def self.interpret_loosely(_); end
33
+ end
34
+
35
+ class Binding
36
+ def clone(); end
37
+
38
+ def irb(); end
39
+ end
40
+
41
+ class Bundler::Dependency
42
+ def branch(); end
43
+
44
+ def expanded_platforms(); end
45
+
46
+ def git(); end
47
+ end
48
+
49
+ Bundler::Deprecate = Gem::Deprecate
50
+
51
+ class Bundler::Env
52
+ end
53
+
54
+ class Bundler::Env
55
+ def self.environment(); end
56
+
57
+ def self.report(options=T.unsafe(nil)); end
58
+
59
+ def self.write(io); end
60
+ end
61
+
62
+ class Bundler::Fetcher
63
+ def fetch_spec(spec); end
64
+
65
+ def fetchers(); end
66
+
67
+ def http_proxy(); end
68
+
69
+ def initialize(remote); end
70
+
71
+ def specs(gem_names, source); end
72
+
73
+ def specs_with_retry(gem_names, source); end
74
+
75
+ def uri(); end
76
+
77
+ def use_api(); end
78
+
79
+ def user_agent(); end
80
+ FAIL_ERRORS = ::T.let(nil, ::T.untyped)
81
+ FETCHERS = ::T.let(nil, ::T.untyped)
82
+ HTTP_ERRORS = ::T.let(nil, ::T.untyped)
83
+ NET_ERRORS = ::T.let(nil, ::T.untyped)
84
+ end
85
+
86
+ class Bundler::Fetcher::AuthenticationRequiredError
87
+ def initialize(remote_uri); end
88
+ end
89
+
90
+ class Bundler::Fetcher::BadAuthenticationError
91
+ def initialize(remote_uri); end
92
+ end
93
+
94
+ class Bundler::Fetcher::Base
95
+ def api_fetcher?(); end
96
+
97
+ def available?(); end
98
+
99
+ def display_uri(); end
100
+
101
+ def downloader(); end
102
+
103
+ def fetch_uri(); end
104
+
105
+ def initialize(downloader, remote, display_uri); end
106
+
107
+ def remote(); end
108
+
109
+ def remote_uri(); end
110
+ end
111
+
112
+ class Bundler::Fetcher::Base
113
+ end
114
+
115
+ class Bundler::Fetcher::CertificateFailureError
116
+ def initialize(remote_uri); end
117
+ end
118
+
119
+ class Bundler::Fetcher::CompactIndex
120
+ def available?(*args, &blk); end
121
+
122
+ def fetch_spec(*args, &blk); end
123
+
124
+ def specs(*args, &blk); end
125
+
126
+ def specs_for_names(gem_names); end
127
+ end
128
+
129
+ class Bundler::Fetcher::CompactIndex::ClientFetcher
130
+ def call(path, headers); end
131
+
132
+ def fetcher(); end
133
+
134
+ def fetcher=(_); end
135
+
136
+ def ui(); end
137
+
138
+ def ui=(_); end
139
+ end
140
+
141
+ class Bundler::Fetcher::CompactIndex::ClientFetcher
142
+ def self.[](*_); end
143
+
144
+ def self.members(); end
145
+ end
146
+
147
+ class Bundler::Fetcher::CompactIndex
148
+ def self.compact_index_request(method_name); end
149
+ end
150
+
151
+ class Bundler::Fetcher::Dependency
152
+ def dependency_api_uri(gem_names=T.unsafe(nil)); end
153
+
154
+ def dependency_specs(gem_names); end
155
+
156
+ def get_formatted_specs_and_deps(gem_list); end
157
+
158
+ def specs(gem_names, full_dependency_list=T.unsafe(nil), last_spec_list=T.unsafe(nil)); end
159
+
160
+ def unmarshalled_dep_gems(gem_names); end
161
+ end
162
+
163
+ class Bundler::Fetcher::Dependency
164
+ end
165
+
166
+ class Bundler::Fetcher::Downloader
167
+ def connection(); end
168
+
169
+ def fetch(uri, headers=T.unsafe(nil), counter=T.unsafe(nil)); end
170
+
171
+ def initialize(connection, redirect_limit); end
172
+
173
+ def redirect_limit(); end
174
+
175
+ def request(uri, headers); end
176
+ end
177
+
178
+ class Bundler::Fetcher::Downloader
179
+ end
180
+
181
+ class Bundler::Fetcher::Index
182
+ def fetch_spec(spec); end
183
+
184
+ def specs(_gem_names); end
185
+ end
186
+
187
+ class Bundler::Fetcher::Index
188
+ end
189
+
190
+ class Bundler::Fetcher::SSLError
191
+ def initialize(msg=T.unsafe(nil)); end
192
+ end
193
+
194
+ class Bundler::Fetcher::TooManyRequestsError
195
+ end
196
+
197
+ class Bundler::Fetcher::TooManyRequestsError
198
+ end
199
+
200
+ class Bundler::Fetcher
201
+ def self.api_timeout(); end
202
+
203
+ def self.api_timeout=(api_timeout); end
204
+
205
+ def self.disable_endpoint(); end
206
+
207
+ def self.disable_endpoint=(disable_endpoint); end
208
+
209
+ def self.max_retries(); end
210
+
211
+ def self.max_retries=(max_retries); end
212
+
213
+ def self.redirect_limit(); end
214
+
215
+ def self.redirect_limit=(redirect_limit); end
216
+ end
217
+
218
+ module Bundler::FileUtils
219
+ VERSION = ::T.let(nil, ::T.untyped)
220
+ end
221
+
222
+ class Bundler::FileUtils::Entry_
223
+ def link(dest); end
224
+ end
225
+
226
+ module Bundler::FileUtils
227
+ def self.cp_lr(src, dest, noop: T.unsafe(nil), verbose: T.unsafe(nil), dereference_root: T.unsafe(nil), remove_destination: T.unsafe(nil)); end
228
+
229
+ def self.link_entry(src, dest, dereference_root=T.unsafe(nil), remove_destination=T.unsafe(nil)); end
230
+ end
231
+
232
+ class Bundler::GemHelper
233
+ include ::Rake::DSL
234
+ include ::Rake::FileUtilsExt
235
+ include ::FileUtils
236
+ include ::FileUtils::StreamUtils_
237
+ def allowed_push_host(); end
238
+
239
+ def already_tagged?(); end
240
+
241
+ def base(); end
242
+
243
+ def build_gem(); end
244
+
245
+ def built_gem_path(); end
246
+
247
+ def clean?(); end
248
+
249
+ def committed?(); end
250
+
251
+ def gem_command(); end
252
+
253
+ def gem_key(); end
254
+
255
+ def gem_push?(); end
256
+
257
+ def gem_push_host(); end
258
+
259
+ def gemspec(); end
260
+
261
+ def git_push(remote=T.unsafe(nil)); end
262
+
263
+ def guard_clean(); end
264
+
265
+ def initialize(base=T.unsafe(nil), name=T.unsafe(nil)); end
266
+
267
+ def install(); end
268
+
269
+ def install_gem(built_gem_path=T.unsafe(nil), local=T.unsafe(nil)); end
270
+
271
+ def name(); end
272
+
273
+ def perform_git_push(options=T.unsafe(nil)); end
274
+
275
+ def rubygem_push(path); end
276
+
277
+ def sh(cmd, &block); end
278
+
279
+ def sh_with_input(cmd); end
280
+
281
+ def sh_with_status(cmd, &block); end
282
+
283
+ def spec_path(); end
284
+
285
+ def tag_version(); end
286
+
287
+ def version(); end
288
+
289
+ def version_tag(); end
290
+ end
291
+
292
+ class Bundler::GemHelper
293
+ def self.gemspec(&block); end
294
+
295
+ def self.install_tasks(opts=T.unsafe(nil)); end
296
+
297
+ def self.instance(); end
298
+
299
+ def self.instance=(instance); end
300
+ end
301
+
302
+ class Bundler::GemVersionPromoter
303
+ def initialize(locked_specs=T.unsafe(nil), unlock_gems=T.unsafe(nil)); end
304
+
305
+ def level(); end
306
+
307
+ def level=(value); end
308
+
309
+ def locked_specs(); end
310
+
311
+ def major?(); end
312
+
313
+ def minor?(); end
314
+
315
+ def prerelease_specified(); end
316
+
317
+ def prerelease_specified=(prerelease_specified); end
318
+
319
+ def sort_versions(dep, spec_groups); end
320
+
321
+ def strict(); end
322
+
323
+ def strict=(strict); end
324
+
325
+ def unlock_gems(); end
326
+ DEBUG = ::T.let(nil, ::T.untyped)
327
+ end
328
+
329
+ class Bundler::GemVersionPromoter
330
+ end
331
+
332
+ class Bundler::Graph
333
+ def edge_options(); end
334
+
335
+ def groups(); end
336
+
337
+ def initialize(env, output_file, show_version=T.unsafe(nil), show_requirements=T.unsafe(nil), output_format=T.unsafe(nil), without=T.unsafe(nil)); end
338
+
339
+ def node_options(); end
340
+
341
+ def output_file(); end
342
+
343
+ def output_format(); end
344
+
345
+ def relations(); end
346
+
347
+ def viz(); end
348
+ GRAPH_NAME = ::T.let(nil, ::T.untyped)
349
+ end
350
+
351
+ class Bundler::Graph::GraphVizClient
352
+ def g(); end
353
+
354
+ def initialize(graph_instance); end
355
+
356
+ def run(); end
357
+ end
358
+
359
+ class Bundler::Graph::GraphVizClient
360
+ end
361
+
362
+ class Bundler::Graph
363
+ end
364
+
365
+ class Bundler::Index
366
+ include ::Enumerable
367
+ end
368
+
369
+ class Bundler::Injector
370
+ def initialize(deps, options=T.unsafe(nil)); end
371
+
372
+ def inject(gemfile_path, lockfile_path); end
373
+
374
+ def remove(gemfile_path, lockfile_path); end
375
+ INJECTED_GEMS = ::T.let(nil, ::T.untyped)
376
+ end
377
+
378
+ class Bundler::Injector
379
+ def self.inject(new_deps, options=T.unsafe(nil)); end
380
+
381
+ def self.remove(gems, options=T.unsafe(nil)); end
382
+ end
383
+
384
+ class Bundler::Installer
385
+ def generate_bundler_executable_stubs(spec, options=T.unsafe(nil)); end
386
+
387
+ def generate_standalone_bundler_executable_stubs(spec); end
388
+
389
+ def initialize(root, definition); end
390
+
391
+ def post_install_messages(); end
392
+
393
+ def run(options); end
394
+ end
395
+
396
+ class Bundler::Installer
397
+ def self.ambiguous_gems(); end
398
+
399
+ def self.ambiguous_gems=(ambiguous_gems); end
400
+
401
+ def self.install(root, definition, options=T.unsafe(nil)); end
402
+ end
403
+
404
+ class Bundler::Molinillo::DependencyGraph
405
+ include ::Enumerable
406
+ end
407
+
408
+ class Bundler::Molinillo::DependencyGraph::Log
409
+ extend ::Enumerable
410
+ end
411
+
412
+ class Bundler::Molinillo::DependencyGraph::Vertex
413
+ def _recursive_predecessors(vertices=T.unsafe(nil)); end
414
+
415
+ def _recursive_successors(vertices=T.unsafe(nil)); end
416
+ end
417
+
418
+ module Bundler::Plugin::API::Source
419
+ def ==(other); end
420
+
421
+ def app_cache_dirname(); end
422
+
423
+ def app_cache_path(custom_path=T.unsafe(nil)); end
424
+
425
+ def bundler_plugin_api_source?(); end
426
+
427
+ def cache(spec, custom_path=T.unsafe(nil)); end
428
+
429
+ def cached!(); end
430
+
431
+ def can_lock?(spec); end
432
+
433
+ def dependency_names(); end
434
+
435
+ def dependency_names=(dependency_names); end
436
+
437
+ def double_check_for(*_); end
438
+
439
+ def eql?(other); end
440
+
441
+ def fetch_gemspec_files(); end
442
+
443
+ def gem_install_dir(); end
444
+
445
+ def hash(); end
446
+
447
+ def include?(other); end
448
+
449
+ def initialize(opts); end
450
+
451
+ def install(spec, opts); end
452
+
453
+ def install_path(); end
454
+
455
+ def installed?(); end
456
+
457
+ def name(); end
458
+
459
+ def options(); end
460
+
461
+ def options_to_lock(); end
462
+
463
+ def post_install(spec, disable_exts=T.unsafe(nil)); end
464
+
465
+ def remote!(); end
466
+
467
+ def root(); end
468
+
469
+ def specs(); end
470
+
471
+ def to_lock(); end
472
+
473
+ def to_s(); end
474
+
475
+ def unlock!(); end
476
+
477
+ def unmet_deps(); end
478
+
479
+ def uri(); end
480
+
481
+ def uri_hash(); end
482
+ end
483
+
484
+ module Bundler::Plugin::API::Source
485
+ end
486
+
487
+ module Bundler::Plugin::Events
488
+ GEM_AFTER_INSTALL = ::T.let(nil, ::T.untyped)
489
+ GEM_AFTER_INSTALL_ALL = ::T.let(nil, ::T.untyped)
490
+ GEM_BEFORE_INSTALL = ::T.let(nil, ::T.untyped)
491
+ GEM_BEFORE_INSTALL_ALL = ::T.let(nil, ::T.untyped)
492
+ end
493
+
494
+ class Bundler::Plugin::Index
495
+ def installed_plugins(); end
496
+
497
+ def plugin_commands(plugin); end
498
+ end
499
+
500
+ class Bundler::Plugin::Index::CommandConflict
501
+ def initialize(plugin, commands); end
502
+ end
503
+
504
+ class Bundler::Plugin::Index::CommandConflict
505
+ end
506
+
507
+ class Bundler::Plugin::Index::SourceConflict
508
+ def initialize(plugin, sources); end
509
+ end
510
+
511
+ class Bundler::Plugin::Index::SourceConflict
512
+ end
513
+
514
+ class Bundler::Plugin::Installer
515
+ def install(names, options); end
516
+
517
+ def install_definition(definition); end
518
+ end
519
+
520
+ class Bundler::Plugin::Installer::Git
521
+ def generate_bin(spec, disable_extensions=T.unsafe(nil)); end
522
+ end
523
+
524
+ class Bundler::Plugin::Installer::Git
525
+ end
526
+
527
+ class Bundler::Plugin::Installer::Rubygems
528
+ end
529
+
530
+ class Bundler::Plugin::Installer::Rubygems
531
+ end
532
+
533
+ class Bundler::Plugin::Installer
534
+ end
535
+
536
+ class Bundler::Plugin::SourceList
537
+ end
538
+
539
+ class Bundler::Plugin::SourceList
540
+ end
541
+
542
+ module Bundler::Plugin
543
+ def self.list(); end
544
+ end
545
+
546
+ class Bundler::ProcessLock
547
+ end
548
+
549
+ class Bundler::ProcessLock
550
+ def self.lock(bundle_path=T.unsafe(nil)); end
551
+ end
552
+
553
+ class Bundler::Retry
554
+ def attempt(&block); end
555
+
556
+ def attempts(&block); end
557
+
558
+ def current_run(); end
559
+
560
+ def current_run=(current_run); end
561
+
562
+ def initialize(name, exceptions=T.unsafe(nil), retries=T.unsafe(nil)); end
563
+
564
+ def name(); end
565
+
566
+ def name=(name); end
567
+
568
+ def total_runs(); end
569
+
570
+ def total_runs=(total_runs); end
571
+ end
572
+
573
+ class Bundler::Retry
574
+ def self.attempts(); end
575
+
576
+ def self.default_attempts(); end
577
+
578
+ def self.default_retries(); end
579
+ end
580
+
581
+ class Bundler::RubyGemsGemInstaller
582
+ end
583
+
584
+ class Bundler::RubyGemsGemInstaller
585
+ end
586
+
587
+ class Bundler::RubygemsIntegration
588
+ def add_to_load_path(paths); end
589
+
590
+ def all_specs(); end
591
+
592
+ def backport_ext_builder_monitor(); end
593
+
594
+ def correct_for_windows_path(path); end
595
+
596
+ def default_stubs(); end
597
+
598
+ def find_name(name); end
599
+
600
+ def gem_remote_fetcher(); end
601
+
602
+ def plain_specs(); end
603
+
604
+ def plain_specs=(specs); end
605
+
606
+ def stub_rubygems(specs); end
607
+
608
+ def use_gemdeps(gemfile); end
609
+ end
610
+
611
+ class Bundler::Settings::Mirror
612
+ def ==(other); end
613
+
614
+ def fallback_timeout(); end
615
+
616
+ def fallback_timeout=(timeout); end
617
+
618
+ def initialize(uri=T.unsafe(nil), fallback_timeout=T.unsafe(nil)); end
619
+
620
+ def uri(); end
621
+
622
+ def uri=(uri); end
623
+
624
+ def valid?(); end
625
+
626
+ def validate!(probe=T.unsafe(nil)); end
627
+ DEFAULT_FALLBACK_TIMEOUT = ::T.let(nil, ::T.untyped)
628
+ end
629
+
630
+ class Bundler::Settings::Mirror
631
+ end
632
+
633
+ class Bundler::Settings::Mirrors
634
+ def each(&blk); end
635
+
636
+ def for(uri); end
637
+
638
+ def initialize(prober=T.unsafe(nil)); end
639
+
640
+ def parse(key, value); end
641
+ end
642
+
643
+ class Bundler::Settings::Mirrors
644
+ end
645
+
646
+ class Bundler::Settings::Validator
647
+ end
648
+
649
+ class Bundler::Settings::Validator::Rule
650
+ def description(); end
651
+
652
+ def fail!(key, value, *reasons); end
653
+
654
+ def initialize(keys, description, &validate); end
655
+
656
+ def k(key); end
657
+
658
+ def set(settings, key, value, *reasons); end
659
+
660
+ def validate!(key, value, settings); end
661
+ end
662
+
663
+ class Bundler::Settings::Validator::Rule
664
+ end
665
+
666
+ class Bundler::Settings::Validator
667
+ def self.validate!(key, value, settings); end
668
+ end
669
+
670
+ class Bundler::Source::Git
671
+ def glob(); end
672
+ end
673
+
674
+ class Bundler::SpecSet
675
+ include ::Enumerable
676
+ end
677
+
678
+ class Bundler::Thor
679
+ include ::Bundler::Thor::Base
680
+ include ::Bundler::Thor::Invocation
681
+ include ::Bundler::Thor::Shell
682
+ def help(command=T.unsafe(nil), subcommand=T.unsafe(nil)); end
683
+ HELP_MAPPINGS = ::T.let(nil, ::T.untyped)
684
+ TEMPLATE_EXTNAME = ::T.let(nil, ::T.untyped)
685
+ THOR_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
686
+ end
687
+
688
+ module Bundler::Thor::Actions
689
+ def _cleanup_options_and_set(options, key); end
690
+
691
+ def _shared_configuration(); end
692
+
693
+ def action(instance); end
694
+
695
+ def add_file(destination, *args, &block); end
696
+
697
+ def add_link(destination, *args); end
698
+
699
+ def append_file(path, *args, &block); end
700
+
701
+ def append_to_file(path, *args, &block); end
702
+
703
+ def apply(path, config=T.unsafe(nil)); end
704
+
705
+ def behavior(); end
706
+
707
+ def behavior=(behavior); end
708
+
709
+ def chmod(path, mode, config=T.unsafe(nil)); end
710
+
711
+ def comment_lines(path, flag, *args); end
712
+
713
+ def copy_file(source, *args, &block); end
714
+
715
+ def create_file(destination, *args, &block); end
716
+
717
+ def create_link(destination, *args); end
718
+
719
+ def destination_root(); end
720
+
721
+ def destination_root=(root); end
722
+
723
+ def directory(source, *args, &block); end
724
+
725
+ def empty_directory(destination, config=T.unsafe(nil)); end
726
+
727
+ def find_in_source_paths(file); end
728
+
729
+ def get(source, *args, &block); end
730
+
731
+ def gsub_file(path, flag, *args, &block); end
732
+
733
+ def in_root(); end
734
+
735
+ def initialize(args=T.unsafe(nil), options=T.unsafe(nil), config=T.unsafe(nil)); end
736
+
737
+ def inject_into_class(path, klass, *args, &block); end
738
+
739
+ def inject_into_file(destination, *args, &block); end
740
+
741
+ def inject_into_module(path, module_name, *args, &block); end
742
+
743
+ def insert_into_file(destination, *args, &block); end
744
+
745
+ def inside(dir=T.unsafe(nil), config=T.unsafe(nil), &block); end
746
+
747
+ def link_file(source, *args); end
748
+
749
+ def prepend_file(path, *args, &block); end
750
+
751
+ def prepend_to_file(path, *args, &block); end
752
+
753
+ def relative_to_original_destination_root(path, remove_dot=T.unsafe(nil)); end
754
+
755
+ def remove_dir(path, config=T.unsafe(nil)); end
756
+
757
+ def remove_file(path, config=T.unsafe(nil)); end
758
+
759
+ def run(command, config=T.unsafe(nil)); end
760
+
761
+ def run_ruby_script(command, config=T.unsafe(nil)); end
762
+
763
+ def source_paths(); end
764
+
765
+ def template(source, *args, &block); end
766
+
767
+ def thor(command, *args); end
768
+
769
+ def uncomment_lines(path, flag, *args); end
770
+ WARNINGS = ::T.let(nil, ::T.untyped)
771
+ end
772
+
773
+ class Bundler::Thor::Actions::CapturableERB
774
+ end
775
+
776
+ class Bundler::Thor::Actions::CapturableERB
777
+ end
778
+
779
+ module Bundler::Thor::Actions::ClassMethods
780
+ def add_runtime_options!(); end
781
+
782
+ def source_paths(); end
783
+
784
+ def source_paths_for_search(); end
785
+
786
+ def source_root(path=T.unsafe(nil)); end
787
+ end
788
+
789
+ module Bundler::Thor::Actions::ClassMethods
790
+ end
791
+
792
+ class Bundler::Thor::Actions::CreateFile
793
+ def data(); end
794
+
795
+ def force_on_collision?(); end
796
+
797
+ def force_or_skip_or_conflict(force, skip, &block); end
798
+
799
+ def identical?(); end
800
+
801
+ def initialize(base, destination, data, config=T.unsafe(nil)); end
802
+
803
+ def on_conflict_behavior(&block); end
804
+
805
+ def render(); end
806
+ end
807
+
808
+ class Bundler::Thor::Actions::CreateFile
809
+ end
810
+
811
+ class Bundler::Thor::Actions::CreateLink
812
+ end
813
+
814
+ class Bundler::Thor::Actions::CreateLink
815
+ end
816
+
817
+ class Bundler::Thor::Actions::Directory
818
+ def execute!(); end
819
+
820
+ def file_level_lookup(previous_lookup); end
821
+
822
+ def files(lookup); end
823
+
824
+ def initialize(base, source, destination=T.unsafe(nil), config=T.unsafe(nil), &block); end
825
+
826
+ def source(); end
827
+ end
828
+
829
+ class Bundler::Thor::Actions::Directory
830
+ end
831
+
832
+ class Bundler::Thor::Actions::EmptyDirectory
833
+ def base(); end
834
+
835
+ def config(); end
836
+
837
+ def convert_encoded_instructions(filename); end
838
+
839
+ def destination(); end
840
+
841
+ def destination=(destination); end
842
+
843
+ def exists?(); end
844
+
845
+ def given_destination(); end
846
+
847
+ def initialize(base, destination, config=T.unsafe(nil)); end
848
+
849
+ def invoke!(); end
850
+
851
+ def invoke_with_conflict_check(&block); end
852
+
853
+ def on_conflict_behavior(); end
854
+
855
+ def on_file_clash_behavior(); end
856
+
857
+ def pretend?(); end
858
+
859
+ def relative_destination(); end
860
+
861
+ def revoke!(); end
862
+
863
+ def say_status(status, color); end
864
+ end
865
+
866
+ class Bundler::Thor::Actions::EmptyDirectory
867
+ end
868
+
869
+ class Bundler::Thor::Actions::InjectIntoFile
870
+ def behavior(); end
871
+
872
+ def flag(); end
873
+
874
+ def initialize(base, destination, data, config); end
875
+
876
+ def replace!(regexp, string, force); end
877
+
878
+ def replacement(); end
879
+
880
+ def say_status(behavior, warning: T.unsafe(nil), color: T.unsafe(nil)); end
881
+ end
882
+
883
+ class Bundler::Thor::Actions::InjectIntoFile
884
+ end
885
+
886
+ module Bundler::Thor::Actions
887
+ def self.included(base); end
888
+ end
889
+
890
+ class Bundler::Thor::AmbiguousCommandError
891
+ end
892
+
893
+ class Bundler::Thor::AmbiguousCommandError
894
+ end
895
+
896
+ Bundler::Thor::AmbiguousTaskError = Bundler::Thor::AmbiguousCommandError
897
+
898
+ class Bundler::Thor::Argument
899
+ def banner(); end
900
+
901
+ def default(); end
902
+
903
+ def default_banner(); end
904
+
905
+ def description(); end
906
+
907
+ def enum(); end
908
+
909
+ def human_name(); end
910
+
911
+ def initialize(name, options=T.unsafe(nil)); end
912
+
913
+ def name(); end
914
+
915
+ def required(); end
916
+
917
+ def required?(); end
918
+
919
+ def show_default?(); end
920
+
921
+ def type(); end
922
+
923
+ def usage(); end
924
+
925
+ def valid_type?(type); end
926
+
927
+ def validate!(); end
928
+ VALID_TYPES = ::T.let(nil, ::T.untyped)
929
+ end
930
+
931
+ class Bundler::Thor::Argument
932
+ end
933
+
934
+ class Bundler::Thor::Arguments
935
+ def initialize(arguments=T.unsafe(nil)); end
936
+
937
+ def parse(args); end
938
+
939
+ def remaining(); end
940
+ NUMERIC = ::T.let(nil, ::T.untyped)
941
+ end
942
+
943
+ class Bundler::Thor::Arguments
944
+ def self.parse(*args); end
945
+
946
+ def self.split(args); end
947
+ end
948
+
949
+ module Bundler::Thor::Base
950
+ def args(); end
951
+
952
+ def args=(args); end
953
+
954
+ def initialize(args=T.unsafe(nil), local_options=T.unsafe(nil), config=T.unsafe(nil)); end
955
+
956
+ def options(); end
957
+
958
+ def options=(options); end
959
+
960
+ def parent_options(); end
961
+
962
+ def parent_options=(parent_options); end
963
+ end
964
+
965
+ module Bundler::Thor::Base::ClassMethods
966
+ def all_commands(); end
967
+
968
+ def all_tasks(); end
969
+
970
+ def allow_incompatible_default_type!(); end
971
+
972
+ def argument(name, options=T.unsafe(nil)); end
973
+
974
+ def arguments(); end
975
+
976
+ def attr_accessor(*_); end
977
+
978
+ def attr_reader(*_); end
979
+
980
+ def attr_writer(*_); end
981
+
982
+ def baseclass(); end
983
+
984
+ def basename(); end
985
+
986
+ def build_option(name, options, scope); end
987
+
988
+ def build_options(options, scope); end
989
+
990
+ def check_default_type(); end
991
+
992
+ def check_default_type!(); end
993
+
994
+ def check_unknown_options(); end
995
+
996
+ def check_unknown_options!(); end
997
+
998
+ def check_unknown_options?(config); end
999
+
1000
+ def class_option(name, options=T.unsafe(nil)); end
1001
+
1002
+ def class_options(options=T.unsafe(nil)); end
1003
+
1004
+ def class_options_help(shell, groups=T.unsafe(nil)); end
1005
+
1006
+ def commands(); end
1007
+
1008
+ def create_command(meth); end
1009
+
1010
+ def create_task(meth); end
1011
+
1012
+ def disable_required_check?(command_name); end
1013
+
1014
+ def dispatch(command, given_args, given_opts, config); end
1015
+
1016
+ def exit_on_failure?(); end
1017
+
1018
+ def find_and_refresh_command(name); end
1019
+
1020
+ def find_and_refresh_task(name); end
1021
+
1022
+ def from_superclass(method, default=T.unsafe(nil)); end
1023
+
1024
+ def group(name=T.unsafe(nil)); end
1025
+
1026
+ def handle_argument_error(command, error, args, arity); end
1027
+
1028
+ def handle_no_command_error(command, has_namespace=T.unsafe(nil)); end
1029
+
1030
+ def handle_no_task_error(command, has_namespace=T.unsafe(nil)); end
1031
+
1032
+ def inherited(klass); end
1033
+
1034
+ def initialize_added(); end
1035
+
1036
+ def is_thor_reserved_word?(word, type); end
1037
+
1038
+ def method_added(meth); end
1039
+
1040
+ def namespace(name=T.unsafe(nil)); end
1041
+
1042
+ def no_commands(&block); end
1043
+
1044
+ def no_commands?(); end
1045
+
1046
+ def no_commands_context(); end
1047
+
1048
+ def no_tasks(&block); end
1049
+
1050
+ def print_options(shell, options, group_name=T.unsafe(nil)); end
1051
+
1052
+ def public_command(*names); end
1053
+
1054
+ def public_task(*names); end
1055
+
1056
+ def remove_argument(*names); end
1057
+
1058
+ def remove_class_option(*names); end
1059
+
1060
+ def remove_command(*names); end
1061
+
1062
+ def remove_task(*names); end
1063
+
1064
+ def start(given_args=T.unsafe(nil), config=T.unsafe(nil)); end
1065
+
1066
+ def stop_on_unknown_option?(command_name); end
1067
+
1068
+ def strict_args_position(); end
1069
+
1070
+ def strict_args_position!(); end
1071
+
1072
+ def strict_args_position?(config); end
1073
+
1074
+ def tasks(); end
1075
+ end
1076
+
1077
+ module Bundler::Thor::Base::ClassMethods
1078
+ end
1079
+
1080
+ module Bundler::Thor::Base
1081
+ def self.included(base); end
1082
+
1083
+ def self.register_klass_file(klass); end
1084
+
1085
+ def self.shell(); end
1086
+
1087
+ def self.shell=(shell); end
1088
+
1089
+ def self.subclass_files(); end
1090
+
1091
+ def self.subclasses(); end
1092
+ end
1093
+
1094
+ class Bundler::Thor::Command
1095
+ def formatted_usage(klass, namespace=T.unsafe(nil), subcommand=T.unsafe(nil)); end
1096
+
1097
+ def handle_argument_error?(instance, error, caller); end
1098
+
1099
+ def handle_no_method_error?(instance, error, caller); end
1100
+
1101
+ def hidden?(); end
1102
+
1103
+ def initialize(name, description, long_description, usage, options=T.unsafe(nil)); end
1104
+
1105
+ def local_method?(instance, name); end
1106
+
1107
+ def not_debugging?(instance); end
1108
+
1109
+ def private_method?(instance); end
1110
+
1111
+ def public_method?(instance); end
1112
+
1113
+ def required_arguments_for(klass, usage); end
1114
+
1115
+ def required_options(); end
1116
+
1117
+ def run(instance, args=T.unsafe(nil)); end
1118
+
1119
+ def sans_backtrace(backtrace, caller); end
1120
+ FILE_REGEXP = ::T.let(nil, ::T.untyped)
1121
+ end
1122
+
1123
+ class Bundler::Thor::Command
1124
+ end
1125
+
1126
+ module Bundler::Thor::CoreExt
1127
+ end
1128
+
1129
+ class Bundler::Thor::CoreExt::HashWithIndifferentAccess
1130
+ def [](key); end
1131
+
1132
+ def []=(key, value); end
1133
+
1134
+ def convert_key(key); end
1135
+
1136
+ def delete(key); end
1137
+
1138
+ def fetch(key, *args); end
1139
+
1140
+ def initialize(hash=T.unsafe(nil)); end
1141
+
1142
+ def key?(key); end
1143
+
1144
+ def merge(other); end
1145
+
1146
+ def merge!(other); end
1147
+
1148
+ def method_missing(method, *args); end
1149
+
1150
+ def replace(other_hash); end
1151
+
1152
+ def reverse_merge(other); end
1153
+
1154
+ def reverse_merge!(other_hash); end
1155
+
1156
+ def values_at(*indices); end
1157
+ end
1158
+
1159
+ class Bundler::Thor::CoreExt::HashWithIndifferentAccess
1160
+ end
1161
+
1162
+ module Bundler::Thor::CoreExt
1163
+ end
1164
+
1165
+ Bundler::Thor::Correctable = DidYouMean::Correctable
1166
+
1167
+ class Bundler::Thor::DynamicCommand
1168
+ def initialize(name, options=T.unsafe(nil)); end
1169
+ end
1170
+
1171
+ class Bundler::Thor::DynamicCommand
1172
+ end
1173
+
1174
+ Bundler::Thor::DynamicTask = Bundler::Thor::DynamicCommand
1175
+
1176
+ class Bundler::Thor::Error
1177
+ end
1178
+
1179
+ class Bundler::Thor::Error
1180
+ end
1181
+
1182
+ class Bundler::Thor::Group
1183
+ include ::Bundler::Thor::Base
1184
+ include ::Bundler::Thor::Invocation
1185
+ include ::Bundler::Thor::Shell
1186
+ def _invoke_for_class_method(klass, command=T.unsafe(nil), *args, &block); end
1187
+ end
1188
+
1189
+ class Bundler::Thor::Group
1190
+ extend ::Bundler::Thor::Base::ClassMethods
1191
+ extend ::Bundler::Thor::Invocation::ClassMethods
1192
+ def self.banner(); end
1193
+
1194
+ def self.desc(description=T.unsafe(nil)); end
1195
+
1196
+ def self.get_options_from_invocations(group_options, base_options); end
1197
+
1198
+ def self.handle_argument_error(command, error, _args, arity); end
1199
+
1200
+ def self.help(shell); end
1201
+
1202
+ def self.invocation_blocks(); end
1203
+
1204
+ def self.invocations(); end
1205
+
1206
+ def self.invoke(*names, &block); end
1207
+
1208
+ def self.invoke_from_option(*names, &block); end
1209
+
1210
+ def self.printable_commands(*_); end
1211
+
1212
+ def self.printable_tasks(*_); end
1213
+
1214
+ def self.remove_invocation(*names); end
1215
+
1216
+ def self.self_command(); end
1217
+
1218
+ def self.self_task(); end
1219
+ end
1220
+
1221
+ class Bundler::Thor::HiddenCommand
1222
+ end
1223
+
1224
+ class Bundler::Thor::HiddenCommand
1225
+ end
1226
+
1227
+ Bundler::Thor::HiddenTask = Bundler::Thor::HiddenCommand
1228
+
1229
+ module Bundler::Thor::Invocation
1230
+ def _parse_initialization_options(args, opts, config); end
1231
+
1232
+ def _retrieve_class_and_command(name, sent_command=T.unsafe(nil)); end
1233
+
1234
+ def _retrieve_class_and_task(name, sent_command=T.unsafe(nil)); end
1235
+
1236
+ def _shared_configuration(); end
1237
+
1238
+ def current_command_chain(); end
1239
+
1240
+ def initialize(args=T.unsafe(nil), options=T.unsafe(nil), config=T.unsafe(nil), &block); end
1241
+
1242
+ def invoke(name=T.unsafe(nil), *args); end
1243
+
1244
+ def invoke_all(); end
1245
+
1246
+ def invoke_command(command, *args); end
1247
+
1248
+ def invoke_task(command, *args); end
1249
+
1250
+ def invoke_with_padding(*args); end
1251
+ end
1252
+
1253
+ module Bundler::Thor::Invocation::ClassMethods
1254
+ def prepare_for_invocation(key, name); end
1255
+ end
1256
+
1257
+ module Bundler::Thor::Invocation::ClassMethods
1258
+ end
1259
+
1260
+ module Bundler::Thor::Invocation
1261
+ def self.included(base); end
1262
+ end
1263
+
1264
+ class Bundler::Thor::InvocationError
1265
+ end
1266
+
1267
+ class Bundler::Thor::InvocationError
1268
+ end
1269
+
1270
+ module Bundler::Thor::LineEditor
1271
+ end
1272
+
1273
+ class Bundler::Thor::LineEditor::Basic
1274
+ def initialize(prompt, options); end
1275
+
1276
+ def options(); end
1277
+
1278
+ def prompt(); end
1279
+
1280
+ def readline(); end
1281
+ end
1282
+
1283
+ class Bundler::Thor::LineEditor::Basic
1284
+ def self.available?(); end
1285
+ end
1286
+
1287
+ class Bundler::Thor::LineEditor::Readline
1288
+ end
1289
+
1290
+ class Bundler::Thor::LineEditor::Readline::PathCompletion
1291
+ def initialize(text); end
1292
+
1293
+ def matches(); end
1294
+ end
1295
+
1296
+ class Bundler::Thor::LineEditor::Readline::PathCompletion
1297
+ end
1298
+
1299
+ class Bundler::Thor::LineEditor::Readline
1300
+ end
1301
+
1302
+ module Bundler::Thor::LineEditor
1303
+ def self.best_available(); end
1304
+
1305
+ def self.readline(prompt, options=T.unsafe(nil)); end
1306
+ end
1307
+
1308
+ class Bundler::Thor::MalformattedArgumentError
1309
+ end
1310
+
1311
+ class Bundler::Thor::MalformattedArgumentError
1312
+ end
1313
+
1314
+ class Bundler::Thor::NestedContext
1315
+ def enter(); end
1316
+
1317
+ def entered?(); end
1318
+ end
1319
+
1320
+ class Bundler::Thor::NestedContext
1321
+ end
1322
+
1323
+ class Bundler::Thor::NoKwargSpellChecker
1324
+ def initialize(dictionary); end
1325
+ end
1326
+
1327
+ class Bundler::Thor::NoKwargSpellChecker
1328
+ end
1329
+
1330
+ class Bundler::Thor::Option
1331
+ def aliases(); end
1332
+
1333
+ def array?(); end
1334
+
1335
+ def boolean?(); end
1336
+
1337
+ def dasherize(str); end
1338
+
1339
+ def dasherized?(); end
1340
+
1341
+ def group(); end
1342
+
1343
+ def hash?(); end
1344
+
1345
+ def hide(); end
1346
+
1347
+ def lazy_default(); end
1348
+
1349
+ def numeric?(); end
1350
+
1351
+ def repeatable(); end
1352
+
1353
+ def string?(); end
1354
+
1355
+ def switch_name(); end
1356
+
1357
+ def undasherize(str); end
1358
+
1359
+ def usage(padding=T.unsafe(nil)); end
1360
+
1361
+ def validate_default_type!(); end
1362
+ VALID_TYPES = ::T.let(nil, ::T.untyped)
1363
+ end
1364
+
1365
+ class Bundler::Thor::Option
1366
+ def self.parse(key, value); end
1367
+ end
1368
+
1369
+ class Bundler::Thor::Options
1370
+ def assign_result!(option, result); end
1371
+
1372
+ def check_unknown!(); end
1373
+
1374
+ def current_is_switch?(); end
1375
+
1376
+ def current_is_switch_formatted?(); end
1377
+
1378
+ def initialize(hash_options=T.unsafe(nil), defaults=T.unsafe(nil), stop_on_unknown=T.unsafe(nil), disable_required_check=T.unsafe(nil)); end
1379
+
1380
+ def normalize_switch(arg); end
1381
+
1382
+ def parse_boolean(switch); end
1383
+
1384
+ def parse_peek(switch, option); end
1385
+
1386
+ def parsing_options?(); end
1387
+
1388
+ def switch?(arg); end
1389
+
1390
+ def switch_option(arg); end
1391
+ EQ_RE = ::T.let(nil, ::T.untyped)
1392
+ LONG_RE = ::T.let(nil, ::T.untyped)
1393
+ OPTS_END = ::T.let(nil, ::T.untyped)
1394
+ SHORT_NUM = ::T.let(nil, ::T.untyped)
1395
+ SHORT_RE = ::T.let(nil, ::T.untyped)
1396
+ SHORT_SQ_RE = ::T.let(nil, ::T.untyped)
1397
+ end
1398
+
1399
+ class Bundler::Thor::Options
1400
+ def self.to_switches(options); end
1401
+ end
1402
+
1403
+ module Bundler::Thor::RakeCompat
1404
+ include ::Rake::DSL
1405
+ include ::Rake::FileUtilsExt
1406
+ include ::FileUtils
1407
+ include ::FileUtils::StreamUtils_
1408
+ end
1409
+
1410
+ module Bundler::Thor::RakeCompat
1411
+ def self.included(base); end
1412
+
1413
+ def self.rake_classes(); end
1414
+ end
1415
+
1416
+ class Bundler::Thor::RequiredArgumentMissingError
1417
+ end
1418
+
1419
+ class Bundler::Thor::RequiredArgumentMissingError
1420
+ end
1421
+
1422
+ module Bundler::Thor::Sandbox
1423
+ end
1424
+
1425
+ module Bundler::Thor::Sandbox
1426
+ end
1427
+
1428
+ module Bundler::Thor::Shell
1429
+ def _shared_configuration(); end
1430
+
1431
+ def ask(*args, &block); end
1432
+
1433
+ def error(*args, &block); end
1434
+
1435
+ def file_collision(*args, &block); end
1436
+
1437
+ def initialize(args=T.unsafe(nil), options=T.unsafe(nil), config=T.unsafe(nil)); end
1438
+
1439
+ def no?(*args, &block); end
1440
+
1441
+ def print_in_columns(*args, &block); end
1442
+
1443
+ def print_table(*args, &block); end
1444
+
1445
+ def print_wrapped(*args, &block); end
1446
+
1447
+ def say(*args, &block); end
1448
+
1449
+ def say_status(*args, &block); end
1450
+
1451
+ def set_color(*args, &block); end
1452
+
1453
+ def shell(); end
1454
+
1455
+ def shell=(shell); end
1456
+
1457
+ def terminal_width(*args, &block); end
1458
+
1459
+ def with_padding(); end
1460
+
1461
+ def yes?(*args, &block); end
1462
+ SHELL_DELEGATED_METHODS = ::T.let(nil, ::T.untyped)
1463
+ end
1464
+
1465
+ class Bundler::Thor::Shell::Basic
1466
+ def answer_match(possibilities, answer, case_insensitive); end
1467
+
1468
+ def as_unicode(); end
1469
+
1470
+ def ask(statement, *args); end
1471
+
1472
+ def ask_filtered(statement, color, options); end
1473
+
1474
+ def ask_simply(statement, color, options); end
1475
+
1476
+ def base(); end
1477
+
1478
+ def base=(base); end
1479
+
1480
+ def can_display_colors?(); end
1481
+
1482
+ def dynamic_width(); end
1483
+
1484
+ def dynamic_width_stty(); end
1485
+
1486
+ def dynamic_width_tput(); end
1487
+
1488
+ def error(statement); end
1489
+
1490
+ def file_collision(destination); end
1491
+
1492
+ def file_collision_help(); end
1493
+
1494
+ def git_merge_tool(); end
1495
+
1496
+ def indent(count=T.unsafe(nil)); end
1497
+
1498
+ def is?(value); end
1499
+
1500
+ def lookup_color(color); end
1501
+
1502
+ def merge(destination, content); end
1503
+
1504
+ def merge_tool(); end
1505
+
1506
+ def mute(); end
1507
+
1508
+ def mute?(); end
1509
+
1510
+ def no?(statement, color=T.unsafe(nil)); end
1511
+
1512
+ def padding(); end
1513
+
1514
+ def padding=(value); end
1515
+
1516
+ def prepare_message(message, *color); end
1517
+
1518
+ def print_in_columns(array); end
1519
+
1520
+ def print_table(array, options=T.unsafe(nil)); end
1521
+
1522
+ def print_wrapped(message, options=T.unsafe(nil)); end
1523
+
1524
+ def quiet?(); end
1525
+
1526
+ def say(message=T.unsafe(nil), color=T.unsafe(nil), force_new_line=T.unsafe(nil)); end
1527
+
1528
+ def say_status(status, message, log_status=T.unsafe(nil)); end
1529
+
1530
+ def set_color(string, *_); end
1531
+
1532
+ def show_diff(destination, content); end
1533
+
1534
+ def stderr(); end
1535
+
1536
+ def stdout(); end
1537
+
1538
+ def terminal_width(); end
1539
+
1540
+ def truncate(string, width); end
1541
+
1542
+ def unix?(); end
1543
+
1544
+ def yes?(statement, color=T.unsafe(nil)); end
1545
+ DEFAULT_TERMINAL_WIDTH = ::T.let(nil, ::T.untyped)
1546
+ end
1547
+
1548
+ class Bundler::Thor::Shell::Basic
1549
+ end
1550
+
1551
+ class Bundler::Thor::Shell::Color
1552
+ def are_colors_disabled?(); end
1553
+
1554
+ def diff_lcs_loaded?(); end
1555
+
1556
+ def output_diff_line(diff); end
1557
+
1558
+ def set_color(string, *colors); end
1559
+ BLACK = ::T.let(nil, ::T.untyped)
1560
+ BLUE = ::T.let(nil, ::T.untyped)
1561
+ BOLD = ::T.let(nil, ::T.untyped)
1562
+ CLEAR = ::T.let(nil, ::T.untyped)
1563
+ CYAN = ::T.let(nil, ::T.untyped)
1564
+ GREEN = ::T.let(nil, ::T.untyped)
1565
+ MAGENTA = ::T.let(nil, ::T.untyped)
1566
+ ON_BLACK = ::T.let(nil, ::T.untyped)
1567
+ ON_BLUE = ::T.let(nil, ::T.untyped)
1568
+ ON_CYAN = ::T.let(nil, ::T.untyped)
1569
+ ON_GREEN = ::T.let(nil, ::T.untyped)
1570
+ ON_MAGENTA = ::T.let(nil, ::T.untyped)
1571
+ ON_RED = ::T.let(nil, ::T.untyped)
1572
+ ON_WHITE = ::T.let(nil, ::T.untyped)
1573
+ ON_YELLOW = ::T.let(nil, ::T.untyped)
1574
+ RED = ::T.let(nil, ::T.untyped)
1575
+ WHITE = ::T.let(nil, ::T.untyped)
1576
+ YELLOW = ::T.let(nil, ::T.untyped)
1577
+ end
1578
+
1579
+ class Bundler::Thor::Shell::Color
1580
+ end
1581
+
1582
+ class Bundler::Thor::Shell::HTML
1583
+ def ask(statement, color=T.unsafe(nil)); end
1584
+
1585
+ def diff_lcs_loaded?(); end
1586
+
1587
+ def output_diff_line(diff); end
1588
+
1589
+ def set_color(string, *colors); end
1590
+ BLACK = ::T.let(nil, ::T.untyped)
1591
+ BLUE = ::T.let(nil, ::T.untyped)
1592
+ BOLD = ::T.let(nil, ::T.untyped)
1593
+ CYAN = ::T.let(nil, ::T.untyped)
1594
+ GREEN = ::T.let(nil, ::T.untyped)
1595
+ MAGENTA = ::T.let(nil, ::T.untyped)
1596
+ ON_BLACK = ::T.let(nil, ::T.untyped)
1597
+ ON_BLUE = ::T.let(nil, ::T.untyped)
1598
+ ON_CYAN = ::T.let(nil, ::T.untyped)
1599
+ ON_GREEN = ::T.let(nil, ::T.untyped)
1600
+ ON_MAGENTA = ::T.let(nil, ::T.untyped)
1601
+ ON_RED = ::T.let(nil, ::T.untyped)
1602
+ ON_WHITE = ::T.let(nil, ::T.untyped)
1603
+ ON_YELLOW = ::T.let(nil, ::T.untyped)
1604
+ RED = ::T.let(nil, ::T.untyped)
1605
+ WHITE = ::T.let(nil, ::T.untyped)
1606
+ YELLOW = ::T.let(nil, ::T.untyped)
1607
+ end
1608
+
1609
+ class Bundler::Thor::Shell::HTML
1610
+ end
1611
+
1612
+ module Bundler::Thor::Shell
1613
+ end
1614
+
1615
+ Bundler::Thor::Task = Bundler::Thor::Command
1616
+
1617
+ class Bundler::Thor::UndefinedCommandError
1618
+ include ::DidYouMean::Correctable
1619
+ def all_commands(); end
1620
+
1621
+ def command(); end
1622
+
1623
+ def initialize(command, all_commands, namespace); end
1624
+ end
1625
+
1626
+ class Bundler::Thor::UndefinedCommandError::SpellChecker
1627
+ def corrections(); end
1628
+
1629
+ def error(); end
1630
+
1631
+ def initialize(error); end
1632
+
1633
+ def spell_checker(); end
1634
+ end
1635
+
1636
+ class Bundler::Thor::UndefinedCommandError::SpellChecker
1637
+ end
1638
+
1639
+ class Bundler::Thor::UndefinedCommandError
1640
+ end
1641
+
1642
+ Bundler::Thor::UndefinedTaskError = Bundler::Thor::UndefinedCommandError
1643
+
1644
+ class Bundler::Thor::UnknownArgumentError
1645
+ include ::DidYouMean::Correctable
1646
+ def initialize(switches, unknown); end
1647
+
1648
+ def switches(); end
1649
+
1650
+ def unknown(); end
1651
+ end
1652
+
1653
+ class Bundler::Thor::UnknownArgumentError::SpellChecker
1654
+ def corrections(); end
1655
+
1656
+ def error(); end
1657
+
1658
+ def initialize(error); end
1659
+
1660
+ def spell_checker(); end
1661
+ end
1662
+
1663
+ class Bundler::Thor::UnknownArgumentError::SpellChecker
1664
+ end
1665
+
1666
+ class Bundler::Thor::UnknownArgumentError
1667
+ end
1668
+
1669
+ module Bundler::Thor::Util
1670
+ end
1671
+
1672
+ module Bundler::Thor::Util
1673
+ def self.camel_case(str); end
1674
+
1675
+ def self.escape_globs(path); end
1676
+
1677
+ def self.escape_html(string); end
1678
+
1679
+ def self.find_by_namespace(namespace); end
1680
+
1681
+ def self.find_class_and_command_by_namespace(namespace, fallback=T.unsafe(nil)); end
1682
+
1683
+ def self.find_class_and_task_by_namespace(namespace, fallback=T.unsafe(nil)); end
1684
+
1685
+ def self.globs_for(path); end
1686
+
1687
+ def self.load_thorfile(path, content=T.unsafe(nil), debug=T.unsafe(nil)); end
1688
+
1689
+ def self.namespace_from_thor_class(constant); end
1690
+
1691
+ def self.namespaces_in_content(contents, file=T.unsafe(nil)); end
1692
+
1693
+ def self.ruby_command(); end
1694
+
1695
+ def self.snake_case(str); end
1696
+
1697
+ def self.thor_classes_in(klass); end
1698
+
1699
+ def self.thor_root(); end
1700
+
1701
+ def self.thor_root_glob(); end
1702
+
1703
+ def self.user_home(); end
1704
+ end
1705
+
1706
+ class Bundler::Thor
1707
+ extend ::Bundler::Thor::Base::ClassMethods
1708
+ extend ::Bundler::Thor::Invocation::ClassMethods
1709
+ def self.banner(command, namespace=T.unsafe(nil), subcommand=T.unsafe(nil)); end
1710
+
1711
+ def self.check_unknown_options!(options=T.unsafe(nil)); end
1712
+
1713
+ def self.command_help(shell, command_name); end
1714
+
1715
+ def self.default_command(meth=T.unsafe(nil)); end
1716
+
1717
+ def self.default_task(meth=T.unsafe(nil)); end
1718
+
1719
+ def self.deprecation_warning(message); end
1720
+
1721
+ def self.desc(usage, description, options=T.unsafe(nil)); end
1722
+
1723
+ def self.disable_required_check(); end
1724
+
1725
+ def self.disable_required_check!(*command_names); end
1726
+
1727
+ def self.disable_required_check?(command); end
1728
+
1729
+ def self.dispatch(meth, given_args, given_opts, config); end
1730
+
1731
+ def self.dynamic_command_class(); end
1732
+
1733
+ def self.find_command_possibilities(meth); end
1734
+
1735
+ def self.find_task_possibilities(meth); end
1736
+
1737
+ def self.help(shell, subcommand=T.unsafe(nil)); end
1738
+
1739
+ def self.long_desc(long_description, options=T.unsafe(nil)); end
1740
+
1741
+ def self.map(mappings=T.unsafe(nil), **kw); end
1742
+
1743
+ def self.method_option(name, options=T.unsafe(nil)); end
1744
+
1745
+ def self.method_options(options=T.unsafe(nil)); end
1746
+
1747
+ def self.normalize_command_name(meth); end
1748
+
1749
+ def self.normalize_task_name(meth); end
1750
+
1751
+ def self.option(name, options=T.unsafe(nil)); end
1752
+
1753
+ def self.options(options=T.unsafe(nil)); end
1754
+
1755
+ def self.package_name(name, _=T.unsafe(nil)); end
1756
+
1757
+ def self.printable_commands(all=T.unsafe(nil), subcommand=T.unsafe(nil)); end
1758
+
1759
+ def self.printable_tasks(all=T.unsafe(nil), subcommand=T.unsafe(nil)); end
1760
+
1761
+ def self.register(klass, subcommand_name, usage, description, options=T.unsafe(nil)); end
1762
+
1763
+ def self.retrieve_command_name(args); end
1764
+
1765
+ def self.retrieve_task_name(args); end
1766
+
1767
+ def self.stop_on_unknown_option(); end
1768
+
1769
+ def self.stop_on_unknown_option!(*command_names); end
1770
+
1771
+ def self.stop_on_unknown_option?(command); end
1772
+
1773
+ def self.subcommand(subcommand, subcommand_class); end
1774
+
1775
+ def self.subcommand_classes(); end
1776
+
1777
+ def self.subcommand_help(cmd); end
1778
+
1779
+ def self.subcommands(); end
1780
+
1781
+ def self.subtask(subcommand, subcommand_class); end
1782
+
1783
+ def self.subtask_help(cmd); end
1784
+
1785
+ def self.subtasks(); end
1786
+
1787
+ def self.task_help(shell, command_name); end
1788
+ end
1789
+
1790
+ class Bundler::UI::Shell
1791
+ def add_color(string, *color); end
1792
+
1793
+ def ask(msg); end
1794
+
1795
+ def confirm(msg, newline=T.unsafe(nil)); end
1796
+
1797
+ def debug(msg, newline=T.unsafe(nil)); end
1798
+
1799
+ def debug?(); end
1800
+
1801
+ def error(msg, newline=T.unsafe(nil)); end
1802
+
1803
+ def info(msg, newline=T.unsafe(nil)); end
1804
+
1805
+ def initialize(options=T.unsafe(nil)); end
1806
+
1807
+ def level(name=T.unsafe(nil)); end
1808
+
1809
+ def level=(level); end
1810
+
1811
+ def no?(); end
1812
+
1813
+ def quiet?(); end
1814
+
1815
+ def shell=(shell); end
1816
+
1817
+ def silence(&blk); end
1818
+
1819
+ def trace(e, newline=T.unsafe(nil), force=T.unsafe(nil)); end
1820
+
1821
+ def unprinted_warnings(); end
1822
+
1823
+ def warn(msg, newline=T.unsafe(nil)); end
1824
+
1825
+ def yes?(msg); end
1826
+ LEVELS = ::T.let(nil, ::T.untyped)
1827
+ end
1828
+
1829
+ class Bundler::UI::Shell
1830
+ end
1831
+
1832
+ module Bundler::URI
1833
+ include ::Bundler::URI::RFC2396_REGEXP
1834
+ ABS_PATH = ::T.let(nil, ::T.untyped)
1835
+ ABS_URI = ::T.let(nil, ::T.untyped)
1836
+ ABS_URI_REF = ::T.let(nil, ::T.untyped)
1837
+ DEFAULT_PARSER = ::T.let(nil, ::T.untyped)
1838
+ ESCAPED = ::T.let(nil, ::T.untyped)
1839
+ FRAGMENT = ::T.let(nil, ::T.untyped)
1840
+ HOST = ::T.let(nil, ::T.untyped)
1841
+ OPAQUE = ::T.let(nil, ::T.untyped)
1842
+ PORT = ::T.let(nil, ::T.untyped)
1843
+ QUERY = ::T.let(nil, ::T.untyped)
1844
+ REGISTRY = ::T.let(nil, ::T.untyped)
1845
+ REL_PATH = ::T.let(nil, ::T.untyped)
1846
+ REL_URI = ::T.let(nil, ::T.untyped)
1847
+ REL_URI_REF = ::T.let(nil, ::T.untyped)
1848
+ RFC3986_PARSER = ::T.let(nil, ::T.untyped)
1849
+ SCHEME = ::T.let(nil, ::T.untyped)
1850
+ TBLDECWWWCOMP_ = ::T.let(nil, ::T.untyped)
1851
+ TBLENCWWWCOMP_ = ::T.let(nil, ::T.untyped)
1852
+ UNSAFE = ::T.let(nil, ::T.untyped)
1853
+ URI_REF = ::T.let(nil, ::T.untyped)
1854
+ USERINFO = ::T.let(nil, ::T.untyped)
1855
+ VERSION = ::T.let(nil, ::T.untyped)
1856
+ VERSION_CODE = ::T.let(nil, ::T.untyped)
1857
+ WEB_ENCODINGS_ = ::T.let(nil, ::T.untyped)
1858
+ end
1859
+
1860
+ class Bundler::URI::BadURIError
1861
+ end
1862
+
1863
+ class Bundler::URI::BadURIError
1864
+ end
1865
+
1866
+ class Bundler::URI::Error
1867
+ end
1868
+
1869
+ class Bundler::URI::Error
1870
+ end
1871
+
1872
+ module Bundler::URI::Escape
1873
+ def decode(*arg); end
1874
+
1875
+ def encode(*arg); end
1876
+
1877
+ def escape(*arg); end
1878
+
1879
+ def unescape(*arg); end
1880
+ end
1881
+
1882
+ module Bundler::URI::Escape
1883
+ end
1884
+
1885
+ class Bundler::URI::FTP
1886
+ def set_typecode(v); end
1887
+
1888
+ def typecode(); end
1889
+
1890
+ def typecode=(typecode); end
1891
+ COMPONENT = ::T.let(nil, ::T.untyped)
1892
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
1893
+ TYPECODE = ::T.let(nil, ::T.untyped)
1894
+ TYPECODE_PREFIX = ::T.let(nil, ::T.untyped)
1895
+ end
1896
+
1897
+ class Bundler::URI::FTP
1898
+ def self.new2(user, password, host, port, path, typecode=T.unsafe(nil), arg_check=T.unsafe(nil)); end
1899
+ end
1900
+
1901
+ class Bundler::URI::File
1902
+ def check_password(user); end
1903
+
1904
+ def check_user(user); end
1905
+
1906
+ def check_userinfo(user); end
1907
+
1908
+ def set_userinfo(v); end
1909
+ COMPONENT = ::T.let(nil, ::T.untyped)
1910
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
1911
+ end
1912
+
1913
+ class Bundler::URI::File
1914
+ end
1915
+
1916
+ class Bundler::URI::Generic
1917
+ include ::Bundler::URI
1918
+ include ::Bundler::URI::RFC2396_REGEXP
1919
+ def +(oth); end
1920
+
1921
+ def -(oth); end
1922
+
1923
+ def ==(oth); end
1924
+
1925
+ def absolute(); end
1926
+
1927
+ def absolute?(); end
1928
+
1929
+ def coerce(oth); end
1930
+
1931
+ def component(); end
1932
+
1933
+ def component_ary(); end
1934
+
1935
+ def default_port(); end
1936
+
1937
+ def eql?(oth); end
1938
+
1939
+ def find_proxy(env=T.unsafe(nil)); end
1940
+
1941
+ def fragment(); end
1942
+
1943
+ def fragment=(v); end
1944
+
1945
+ def hierarchical?(); end
1946
+
1947
+ def host(); end
1948
+
1949
+ def host=(v); end
1950
+
1951
+ def hostname(); end
1952
+
1953
+ def hostname=(v); end
1954
+
1955
+ def initialize(scheme, userinfo, host, port, registry, path, opaque, query, fragment, parser=T.unsafe(nil), arg_check=T.unsafe(nil)); end
1956
+
1957
+ def merge(oth); end
1958
+
1959
+ def merge!(oth); end
1960
+
1961
+ def normalize(); end
1962
+
1963
+ def normalize!(); end
1964
+
1965
+ def opaque(); end
1966
+
1967
+ def opaque=(v); end
1968
+
1969
+ def parser(); end
1970
+
1971
+ def password(); end
1972
+
1973
+ def password=(password); end
1974
+
1975
+ def path(); end
1976
+
1977
+ def path=(v); end
1978
+
1979
+ def port(); end
1980
+
1981
+ def port=(v); end
1982
+
1983
+ def query(); end
1984
+
1985
+ def query=(v); end
1986
+
1987
+ def registry(); end
1988
+
1989
+ def registry=(v); end
1990
+
1991
+ def relative?(); end
1992
+
1993
+ def route_from(oth); end
1994
+
1995
+ def route_to(oth); end
1996
+
1997
+ def scheme(); end
1998
+
1999
+ def scheme=(v); end
2000
+
2001
+ def select(*components); end
2002
+
2003
+ def set_host(v); end
2004
+
2005
+ def set_opaque(v); end
2006
+
2007
+ def set_password(v); end
2008
+
2009
+ def set_path(v); end
2010
+
2011
+ def set_port(v); end
2012
+
2013
+ def set_registry(v); end
2014
+
2015
+ def set_scheme(v); end
2016
+
2017
+ def set_user(v); end
2018
+
2019
+ def set_userinfo(user, password=T.unsafe(nil)); end
2020
+
2021
+ def user(); end
2022
+
2023
+ def user=(user); end
2024
+
2025
+ def userinfo(); end
2026
+
2027
+ def userinfo=(userinfo); end
2028
+ COMPONENT = ::T.let(nil, ::T.untyped)
2029
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
2030
+ USE_REGISTRY = ::T.let(nil, ::T.untyped)
2031
+ end
2032
+
2033
+ class Bundler::URI::Generic
2034
+ def self.build(args); end
2035
+
2036
+ def self.build2(args); end
2037
+
2038
+ def self.component(); end
2039
+
2040
+ def self.default_port(); end
2041
+
2042
+ def self.use_proxy?(hostname, addr, port, no_proxy); end
2043
+
2044
+ def self.use_registry(); end
2045
+ end
2046
+
2047
+ class Bundler::URI::HTTP
2048
+ def request_uri(); end
2049
+ COMPONENT = ::T.let(nil, ::T.untyped)
2050
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
2051
+ end
2052
+
2053
+ class Bundler::URI::HTTP
2054
+ end
2055
+
2056
+ class Bundler::URI::HTTPS
2057
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
2058
+ end
2059
+
2060
+ class Bundler::URI::HTTPS
2061
+ end
2062
+
2063
+ class Bundler::URI::InvalidComponentError
2064
+ end
2065
+
2066
+ class Bundler::URI::InvalidComponentError
2067
+ end
2068
+
2069
+ class Bundler::URI::InvalidURIError
2070
+ end
2071
+
2072
+ class Bundler::URI::InvalidURIError
2073
+ end
2074
+
2075
+ class Bundler::URI::LDAP
2076
+ def attributes(); end
2077
+
2078
+ def attributes=(val); end
2079
+
2080
+ def dn(); end
2081
+
2082
+ def dn=(val); end
2083
+
2084
+ def extensions(); end
2085
+
2086
+ def extensions=(val); end
2087
+
2088
+ def filter(); end
2089
+
2090
+ def filter=(val); end
2091
+
2092
+ def initialize(*arg); end
2093
+
2094
+ def scope(); end
2095
+
2096
+ def scope=(val); end
2097
+
2098
+ def set_attributes(val); end
2099
+
2100
+ def set_dn(val); end
2101
+
2102
+ def set_extensions(val); end
2103
+
2104
+ def set_filter(val); end
2105
+
2106
+ def set_scope(val); end
2107
+ COMPONENT = ::T.let(nil, ::T.untyped)
2108
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
2109
+ SCOPE = ::T.let(nil, ::T.untyped)
2110
+ SCOPE_BASE = ::T.let(nil, ::T.untyped)
2111
+ SCOPE_ONE = ::T.let(nil, ::T.untyped)
2112
+ SCOPE_SUB = ::T.let(nil, ::T.untyped)
2113
+ end
2114
+
2115
+ class Bundler::URI::LDAP
2116
+ end
2117
+
2118
+ class Bundler::URI::LDAPS
2119
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
2120
+ end
2121
+
2122
+ class Bundler::URI::LDAPS
2123
+ end
2124
+
2125
+ class Bundler::URI::MailTo
2126
+ def headers(); end
2127
+
2128
+ def headers=(v); end
2129
+
2130
+ def initialize(*arg); end
2131
+
2132
+ def set_headers(v); end
2133
+
2134
+ def set_to(v); end
2135
+
2136
+ def to(); end
2137
+
2138
+ def to=(v); end
2139
+
2140
+ def to_mailtext(); end
2141
+
2142
+ def to_rfc822text(); end
2143
+ COMPONENT = ::T.let(nil, ::T.untyped)
2144
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
2145
+ EMAIL_REGEXP = ::T.let(nil, ::T.untyped)
2146
+ HEADER_REGEXP = ::T.let(nil, ::T.untyped)
2147
+ end
2148
+
2149
+ class Bundler::URI::MailTo
2150
+ end
2151
+
2152
+ Bundler::URI::Parser = Bundler::URI::RFC2396_Parser
2153
+
2154
+ Bundler::URI::REGEXP = Bundler::URI::RFC2396_REGEXP
2155
+
2156
+ class Bundler::URI::RFC2396_Parser
2157
+ include ::Bundler::URI::RFC2396_REGEXP
2158
+ def escape(str, unsafe=T.unsafe(nil)); end
2159
+
2160
+ def extract(str, schemes=T.unsafe(nil)); end
2161
+
2162
+ def initialize(opts=T.unsafe(nil)); end
2163
+
2164
+ def join(*uris); end
2165
+
2166
+ def make_regexp(schemes=T.unsafe(nil)); end
2167
+
2168
+ def parse(uri); end
2169
+
2170
+ def pattern(); end
2171
+
2172
+ def regexp(); end
2173
+
2174
+ def split(uri); end
2175
+
2176
+ def unescape(str, escaped=T.unsafe(nil)); end
2177
+ end
2178
+
2179
+ class Bundler::URI::RFC2396_Parser
2180
+ end
2181
+
2182
+ module Bundler::URI::RFC2396_REGEXP
2183
+ end
2184
+
2185
+ module Bundler::URI::RFC2396_REGEXP::PATTERN
2186
+ ABS_PATH = ::T.let(nil, ::T.untyped)
2187
+ ABS_URI = ::T.let(nil, ::T.untyped)
2188
+ ALNUM = ::T.let(nil, ::T.untyped)
2189
+ ALPHA = ::T.let(nil, ::T.untyped)
2190
+ DOMLABEL = ::T.let(nil, ::T.untyped)
2191
+ ESCAPED = ::T.let(nil, ::T.untyped)
2192
+ FRAGMENT = ::T.let(nil, ::T.untyped)
2193
+ HEX = ::T.let(nil, ::T.untyped)
2194
+ HIER_PART = ::T.let(nil, ::T.untyped)
2195
+ HOST = ::T.let(nil, ::T.untyped)
2196
+ HOSTNAME = ::T.let(nil, ::T.untyped)
2197
+ HOSTPORT = ::T.let(nil, ::T.untyped)
2198
+ IPV4ADDR = ::T.let(nil, ::T.untyped)
2199
+ IPV6ADDR = ::T.let(nil, ::T.untyped)
2200
+ IPV6REF = ::T.let(nil, ::T.untyped)
2201
+ NET_PATH = ::T.let(nil, ::T.untyped)
2202
+ OPAQUE_PART = ::T.let(nil, ::T.untyped)
2203
+ PATH_SEGMENTS = ::T.let(nil, ::T.untyped)
2204
+ PORT = ::T.let(nil, ::T.untyped)
2205
+ QUERY = ::T.let(nil, ::T.untyped)
2206
+ REG_NAME = ::T.let(nil, ::T.untyped)
2207
+ REL_PATH = ::T.let(nil, ::T.untyped)
2208
+ REL_SEGMENT = ::T.let(nil, ::T.untyped)
2209
+ REL_URI = ::T.let(nil, ::T.untyped)
2210
+ RESERVED = ::T.let(nil, ::T.untyped)
2211
+ SCHEME = ::T.let(nil, ::T.untyped)
2212
+ TOPLABEL = ::T.let(nil, ::T.untyped)
2213
+ UNRESERVED = ::T.let(nil, ::T.untyped)
2214
+ URIC = ::T.let(nil, ::T.untyped)
2215
+ URIC_NO_SLASH = ::T.let(nil, ::T.untyped)
2216
+ URI_REF = ::T.let(nil, ::T.untyped)
2217
+ USERINFO = ::T.let(nil, ::T.untyped)
2218
+ X_ABS_URI = ::T.let(nil, ::T.untyped)
2219
+ X_REL_URI = ::T.let(nil, ::T.untyped)
2220
+ end
2221
+
2222
+ module Bundler::URI::RFC2396_REGEXP::PATTERN
2223
+ end
2224
+
2225
+ module Bundler::URI::RFC2396_REGEXP
2226
+ end
2227
+
2228
+ class Bundler::URI::RFC3986_Parser
2229
+ def join(*uris); end
2230
+
2231
+ def parse(uri); end
2232
+
2233
+ def regexp(); end
2234
+
2235
+ def split(uri); end
2236
+ RFC3986_URI = ::T.let(nil, ::T.untyped)
2237
+ RFC3986_relative_ref = ::T.let(nil, ::T.untyped)
2238
+ end
2239
+
2240
+ class Bundler::URI::RFC3986_Parser
2241
+ end
2242
+
2243
+ module Bundler::URI::Util
2244
+ end
2245
+
2246
+ module Bundler::URI::Util
2247
+ def self.make_components_hash(klass, array_hash); end
2248
+ end
2249
+
2250
+ module Bundler::URI
2251
+ extend ::Bundler::URI::Escape
2252
+ def self.decode_www_form(str, enc=T.unsafe(nil), separator: T.unsafe(nil), use__charset_: T.unsafe(nil), isindex: T.unsafe(nil)); end
2253
+
2254
+ def self.decode_www_form_component(str, enc=T.unsafe(nil)); end
2255
+
2256
+ def self.encode_www_form(enum, enc=T.unsafe(nil)); end
2257
+
2258
+ def self.encode_www_form_component(str, enc=T.unsafe(nil)); end
2259
+
2260
+ def self.extract(str, schemes=T.unsafe(nil), &block); end
2261
+
2262
+ def self.get_encoding(label); end
2263
+
2264
+ def self.join(*str); end
2265
+
2266
+ def self.parse(uri); end
2267
+
2268
+ def self.regexp(schemes=T.unsafe(nil)); end
2269
+
2270
+ def self.scheme_list(); end
2271
+
2272
+ def self.split(uri); end
2273
+ end
2274
+
2275
+ module Bundler::VersionRanges
2276
+ end
2277
+
2278
+ class Bundler::VersionRanges::NEq
2279
+ def version(); end
2280
+
2281
+ def version=(_); end
2282
+ end
2283
+
2284
+ class Bundler::VersionRanges::NEq
2285
+ def self.[](*_); end
2286
+
2287
+ def self.members(); end
2288
+ end
2289
+
2290
+ class Bundler::VersionRanges::ReqR
2291
+ def cover?(v); end
2292
+
2293
+ def empty?(); end
2294
+
2295
+ def left(); end
2296
+
2297
+ def left=(_); end
2298
+
2299
+ def right(); end
2300
+
2301
+ def right=(_); end
2302
+
2303
+ def single?(); end
2304
+ INFINITY = ::T.let(nil, ::T.untyped)
2305
+ UNIVERSAL = ::T.let(nil, ::T.untyped)
2306
+ ZERO = ::T.let(nil, ::T.untyped)
2307
+ end
2308
+
2309
+ class Bundler::VersionRanges::ReqR::Endpoint
2310
+ def inclusive(); end
2311
+
2312
+ def inclusive=(_); end
2313
+
2314
+ def version(); end
2315
+
2316
+ def version=(_); end
2317
+ end
2318
+
2319
+ class Bundler::VersionRanges::ReqR::Endpoint
2320
+ def self.[](*_); end
2321
+
2322
+ def self.members(); end
2323
+ end
2324
+
2325
+ class Bundler::VersionRanges::ReqR
2326
+ def self.[](*_); end
2327
+
2328
+ def self.members(); end
2329
+ end
2330
+
2331
+ module Bundler::VersionRanges
2332
+ def self.empty?(ranges, neqs); end
2333
+
2334
+ def self.for(requirement); end
2335
+
2336
+ def self.for_many(requirements); end
2337
+ end
2338
+
2339
+ module Bundler
2340
+ def self.original_exec(*args); end
2341
+
2342
+ def self.original_system(*args); end
2343
+
2344
+ def self.unbundled_env(); end
2345
+
2346
+ def self.unbundled_exec(*args); end
2347
+
2348
+ def self.unbundled_system(*args); end
2349
+
2350
+ def self.with_unbundled_env(); end
2351
+ end
2352
+
2353
+ module CGI::HtmlExtension
2354
+ def a(href=T.unsafe(nil)); end
2355
+
2356
+ def base(href=T.unsafe(nil)); end
2357
+
2358
+ def blockquote(cite=T.unsafe(nil)); end
2359
+
2360
+ def caption(align=T.unsafe(nil)); end
2361
+
2362
+ def checkbox(name=T.unsafe(nil), value=T.unsafe(nil), checked=T.unsafe(nil)); end
2363
+
2364
+ def checkbox_group(name=T.unsafe(nil), *values); end
2365
+
2366
+ def file_field(name=T.unsafe(nil), size=T.unsafe(nil), maxlength=T.unsafe(nil)); end
2367
+
2368
+ def form(method=T.unsafe(nil), action=T.unsafe(nil), enctype=T.unsafe(nil)); end
2369
+
2370
+ def hidden(name=T.unsafe(nil), value=T.unsafe(nil)); end
2371
+
2372
+ def html(attributes=T.unsafe(nil)); end
2373
+
2374
+ def image_button(src=T.unsafe(nil), name=T.unsafe(nil), alt=T.unsafe(nil)); end
2375
+
2376
+ def img(src=T.unsafe(nil), alt=T.unsafe(nil), width=T.unsafe(nil), height=T.unsafe(nil)); end
2377
+
2378
+ def multipart_form(action=T.unsafe(nil), enctype=T.unsafe(nil)); end
2379
+
2380
+ def password_field(name=T.unsafe(nil), value=T.unsafe(nil), size=T.unsafe(nil), maxlength=T.unsafe(nil)); end
2381
+
2382
+ def popup_menu(name=T.unsafe(nil), *values); end
2383
+
2384
+ def radio_button(name=T.unsafe(nil), value=T.unsafe(nil), checked=T.unsafe(nil)); end
2385
+
2386
+ def radio_group(name=T.unsafe(nil), *values); end
2387
+
2388
+ def reset(value=T.unsafe(nil), name=T.unsafe(nil)); end
2389
+
2390
+ def scrolling_list(name=T.unsafe(nil), *values); end
2391
+
2392
+ def submit(value=T.unsafe(nil), name=T.unsafe(nil)); end
2393
+
2394
+ def text_field(name=T.unsafe(nil), value=T.unsafe(nil), size=T.unsafe(nil), maxlength=T.unsafe(nil)); end
2395
+
2396
+ def textarea(name=T.unsafe(nil), cols=T.unsafe(nil), rows=T.unsafe(nil)); end
2397
+ end
2398
+
2399
+ module CGI::HtmlExtension
2400
+ end
2401
+
2402
+ class Class
2403
+ def json_creatable?(); end
2404
+ end
2405
+
2406
+ class DRb::DRbArray
2407
+ def _dump(lv); end
2408
+ end
2409
+
2410
+ class DRb::DRbArray
2411
+ def self._load(s); end
2412
+ end
2413
+
2414
+ class DRb::DRbConn
2415
+ def alive?(); end
2416
+
2417
+ def close(); end
2418
+
2419
+ def initialize(remote_uri); end
2420
+
2421
+ def send_message(ref, msg_id, arg, block); end
2422
+
2423
+ def uri(); end
2424
+ end
2425
+
2426
+ class DRb::DRbConn
2427
+ def self.make_pool(); end
2428
+
2429
+ def self.open(remote_uri); end
2430
+
2431
+ def self.stop_pool(); end
2432
+ end
2433
+
2434
+ class DRb::DRbMessage
2435
+ def dump(obj, error=T.unsafe(nil)); end
2436
+
2437
+ def initialize(config); end
2438
+
2439
+ def load(soc); end
2440
+
2441
+ def recv_reply(stream); end
2442
+
2443
+ def recv_request(stream); end
2444
+
2445
+ def send_reply(stream, succ, result); end
2446
+
2447
+ def send_request(stream, ref, msg_id, arg, b); end
2448
+ end
2449
+
2450
+ class DRb::DRbObject
2451
+ def ==(other); end
2452
+
2453
+ def eql?(other); end
2454
+
2455
+ def initialize(obj, uri=T.unsafe(nil)); end
2456
+ end
2457
+
2458
+ class DRb::DRbObject
2459
+ def self.prepare_backtrace(uri, result); end
2460
+
2461
+ def self.with_friend(uri); end
2462
+ end
2463
+
2464
+ module DRb::DRbProtocol
2465
+ def self.auto_load(uri); end
2466
+ end
2467
+
2468
+ class DRb::DRbRemoteError
2469
+ def initialize(error); end
2470
+ end
2471
+
2472
+ class DRb::DRbServer
2473
+ def initialize(uri=T.unsafe(nil), front=T.unsafe(nil), config_or_acl=T.unsafe(nil)); end
2474
+
2475
+ def safe_level(); end
2476
+ end
2477
+
2478
+ class DRb::DRbServer::InvokeMethod
2479
+ include ::DRb::DRbServer::InvokeMethod18Mixin
2480
+ def initialize(drb_server, client); end
2481
+
2482
+ def perform(); end
2483
+ end
2484
+
2485
+ class DRb::DRbServer::InvokeMethod
2486
+ end
2487
+
2488
+ module DRb::DRbServer::InvokeMethod18Mixin
2489
+ def block_yield(x); end
2490
+
2491
+ def perform_with_block(); end
2492
+ end
2493
+
2494
+ module DRb::DRbServer::InvokeMethod18Mixin
2495
+ end
2496
+
2497
+ class DRb::DRbServer
2498
+ def self.default_safe_level(level); end
2499
+
2500
+ def self.make_config(hash=T.unsafe(nil)); end
2501
+ end
2502
+
2503
+ class DRb::DRbTCPSocket
2504
+ def accept(); end
2505
+
2506
+ def alive?(); end
2507
+
2508
+ def close(); end
2509
+
2510
+ def initialize(uri, soc, config=T.unsafe(nil)); end
2511
+
2512
+ def peeraddr(); end
2513
+
2514
+ def recv_reply(); end
2515
+
2516
+ def recv_request(); end
2517
+
2518
+ def send_reply(succ, result); end
2519
+
2520
+ def send_request(ref, msg_id, arg, b); end
2521
+
2522
+ def set_sockopt(soc); end
2523
+
2524
+ def shutdown(); end
2525
+
2526
+ def stream(); end
2527
+
2528
+ def uri(); end
2529
+ end
2530
+
2531
+ class DRb::DRbTCPSocket
2532
+ def self.getservername(); end
2533
+
2534
+ def self.open(uri, config); end
2535
+
2536
+ def self.open_server(uri, config); end
2537
+
2538
+ def self.open_server_inaddr_any(host, port); end
2539
+
2540
+ def self.parse_uri(uri); end
2541
+
2542
+ def self.uri_option(uri, config); end
2543
+ end
2544
+
2545
+ class DRb::DRbURIOption
2546
+ def ==(other); end
2547
+
2548
+ def eql?(other); end
2549
+
2550
+ def initialize(option); end
2551
+
2552
+ def option(); end
2553
+ end
2554
+
2555
+ class DRb::DRbURIOption
2556
+ end
2557
+
2558
+ module DRb::DRbUndumped
2559
+ def _dump(dummy); end
2560
+ end
2561
+
2562
+ class DRb::DRbUnknown
2563
+ def _dump(lv); end
2564
+ end
2565
+
2566
+ class DRb::DRbUnknown
2567
+ def self._load(s); end
2568
+ end
2569
+
2570
+ class DRb::DRbUnknownError
2571
+ def _dump(lv); end
2572
+
2573
+ def initialize(unknown); end
2574
+ end
2575
+
2576
+ class DRb::DRbUnknownError
2577
+ def self._load(s); end
2578
+ end
2579
+
2580
+ class DRb::ThreadObject
2581
+ include ::MonitorMixin
2582
+ def _execute(); end
2583
+
2584
+ def alive?(); end
2585
+
2586
+ def initialize(&blk); end
2587
+
2588
+ def kill(); end
2589
+
2590
+ def method_missing(msg, *arg, &blk); end
2591
+ end
2592
+
2593
+ class DRb::ThreadObject
2594
+ end
2595
+
2596
+ module DRb
2597
+ def self.mutex(); end
2598
+ end
2599
+
2600
+ DRbIdConv = DRb::DRbIdConv
2601
+
2602
+ DRbObject = DRb::DRbObject
2603
+
2604
+ DRbUndumped = DRb::DRbUndumped
2605
+
2606
+ class Delegator
2607
+ RUBYGEMS_ACTIVATION_MONITOR = ::T.let(nil, ::T.untyped)
2608
+ end
2609
+
2610
+ class DidYouMean::ClassNameChecker
2611
+ def class_name(); end
2612
+
2613
+ def class_names(); end
2614
+
2615
+ def corrections(); end
2616
+
2617
+ def initialize(exception); end
2618
+
2619
+ def scopes(); end
2620
+ end
2621
+
2622
+ class DidYouMean::CorrectElement
2623
+ def call(names, element); end
2624
+ end
2625
+
2626
+ class DidYouMean::CorrectElement
2627
+ end
2628
+
2629
+ module DidYouMean::Correctable
2630
+ def corrections(); end
2631
+
2632
+ def original_message(); end
2633
+
2634
+ def spell_checker(); end
2635
+
2636
+ def to_s(); end
2637
+ end
2638
+
2639
+ module DidYouMean::Jaro
2640
+ def self.distance(str1, str2); end
2641
+ end
2642
+
2643
+ module DidYouMean::JaroWinkler
2644
+ def self.distance(str1, str2); end
2645
+ end
2646
+
2647
+ class DidYouMean::KeyErrorChecker
2648
+ def corrections(); end
2649
+
2650
+ def initialize(key_error); end
2651
+ end
2652
+
2653
+ class DidYouMean::KeyErrorChecker
2654
+ end
2655
+
2656
+ module DidYouMean::Levenshtein
2657
+ def self.distance(str1, str2); end
2658
+
2659
+ def self.min3(a, b, c); end
2660
+ end
2661
+
2662
+ class DidYouMean::MethodNameChecker
2663
+ def corrections(); end
2664
+
2665
+ def initialize(exception); end
2666
+
2667
+ def method_name(); end
2668
+
2669
+ def method_names(); end
2670
+
2671
+ def names_to_exclude(); end
2672
+
2673
+ def receiver(); end
2674
+ RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
2675
+ end
2676
+
2677
+ class DidYouMean::NullChecker
2678
+ def corrections(); end
2679
+
2680
+ def initialize(*_); end
2681
+ end
2682
+
2683
+ class DidYouMean::ParseDimensions
2684
+ def call(); end
2685
+
2686
+ def initialize(dictionary, separator); end
2687
+ end
2688
+
2689
+ class DidYouMean::ParseDimensions
2690
+ end
2691
+
2692
+ class DidYouMean::PlainFormatter
2693
+ def message_for(corrections); end
2694
+ end
2695
+
2696
+ class DidYouMean::PlainFormatter
2697
+ end
2698
+
2699
+ class DidYouMean::TreeSpellChecker
2700
+ def augment(); end
2701
+
2702
+ def correct(input); end
2703
+
2704
+ def dictionary(); end
2705
+
2706
+ def dimensions(); end
2707
+
2708
+ def initialize(dictionary:, separator: T.unsafe(nil), augment: T.unsafe(nil)); end
2709
+
2710
+ def separator(); end
2711
+ end
2712
+
2713
+ class DidYouMean::TreeSpellChecker
2714
+ end
2715
+
2716
+ class DidYouMean::VariableNameChecker
2717
+ def corrections(); end
2718
+
2719
+ def cvar_names(); end
2720
+
2721
+ def initialize(exception); end
2722
+
2723
+ def ivar_names(); end
2724
+
2725
+ def lvar_names(); end
2726
+
2727
+ def method_names(); end
2728
+
2729
+ def name(); end
2730
+ RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
2731
+ end
2732
+
2733
+ module DidYouMean
2734
+ def self.correct_error(error_class, spell_checker); end
2735
+
2736
+ def self.formatter(); end
2737
+
2738
+ def self.formatter=(formatter); end
2739
+ end
2740
+
2741
+ class Dir
2742
+ def children(); end
2743
+
2744
+ def each_child(); end
2745
+ end
2746
+
2747
+ module Dir::Tmpname
2748
+ UNUSABLE_CHARS = ::T.let(nil, ::T.untyped)
2749
+ end
2750
+
2751
+ class Dir
2752
+ def self.exists?(_); end
2753
+ end
2754
+
2755
+ class ERB
2756
+ def def_method(mod, methodname, fname=T.unsafe(nil)); end
2757
+
2758
+ def def_module(methodname=T.unsafe(nil)); end
2759
+ end
2760
+
2761
+ class ERB::Compiler::Scanner
2762
+ DEFAULT_ETAGS = ::T.let(nil, ::T.untyped)
2763
+ DEFAULT_STAGS = ::T.let(nil, ::T.untyped)
2764
+ end
2765
+
2766
+ class Encoding
2767
+ def _dump(*_); end
2768
+ CESU_8 = ::T.let(nil, ::T.untyped)
2769
+ end
2770
+
2771
+ class Encoding::Converter
2772
+ def initialize(*_); end
2773
+ end
2774
+
2775
+ class Encoding
2776
+ def self._load(_); end
2777
+ end
2778
+
2779
+ module Enumerable
2780
+ def chain(*_); end
2781
+
2782
+ def sum(*_); end
2783
+
2784
+ def tally(); end
2785
+ end
2786
+
2787
+ class Enumerator
2788
+ def +(_); end
2789
+
2790
+ def each_with_index(); end
2791
+ end
2792
+
2793
+ class Enumerator::ArithmeticSequence
2794
+ def begin(); end
2795
+
2796
+ def each(&blk); end
2797
+
2798
+ def end(); end
2799
+
2800
+ def exclude_end?(); end
2801
+
2802
+ def last(*_); end
2803
+
2804
+ def step(); end
2805
+ end
2806
+
2807
+ class Enumerator::ArithmeticSequence
2808
+ end
2809
+
2810
+ class Enumerator::Chain
2811
+ end
2812
+
2813
+ class Enumerator::Chain
2814
+ end
2815
+
2816
+ class Enumerator::Generator
2817
+ def each(*_, &blk); end
2818
+
2819
+ def initialize(*_); end
2820
+ end
2821
+
2822
+ class Enumerator::Lazy
2823
+ def eager(); end
2824
+ end
2825
+
2826
+ class Enumerator::Producer
2827
+ def each(&blk); end
2828
+ end
2829
+
2830
+ class Enumerator::Producer
2831
+ end
2832
+
2833
+ class Enumerator::Yielder
2834
+ def to_proc(); end
2835
+ end
2836
+
2837
+ class Enumerator
2838
+ def self.produce(*_); end
2839
+ end
2840
+
2841
+ class Errno::EAUTH
2842
+ Errno = ::T.let(nil, ::T.untyped)
2843
+ end
2844
+
2845
+ class Errno::EAUTH
2846
+ end
2847
+
2848
+ class Errno::EBADARCH
2849
+ Errno = ::T.let(nil, ::T.untyped)
2850
+ end
2851
+
2852
+ class Errno::EBADARCH
2853
+ end
2854
+
2855
+ class Errno::EBADEXEC
2856
+ Errno = ::T.let(nil, ::T.untyped)
2857
+ end
2858
+
2859
+ class Errno::EBADEXEC
2860
+ end
2861
+
2862
+ class Errno::EBADMACHO
2863
+ Errno = ::T.let(nil, ::T.untyped)
2864
+ end
2865
+
2866
+ class Errno::EBADMACHO
2867
+ end
2868
+
2869
+ class Errno::EBADRPC
2870
+ Errno = ::T.let(nil, ::T.untyped)
2871
+ end
2872
+
2873
+ class Errno::EBADRPC
2874
+ end
2875
+
2876
+ Errno::ECAPMODE = Errno::NOERROR
2877
+
2878
+ Errno::EDEADLOCK = Errno::NOERROR
2879
+
2880
+ class Errno::EDEVERR
2881
+ Errno = ::T.let(nil, ::T.untyped)
2882
+ end
2883
+
2884
+ class Errno::EDEVERR
2885
+ end
2886
+
2887
+ Errno::EDOOFUS = Errno::NOERROR
2888
+
2889
+ class Errno::EFTYPE
2890
+ Errno = ::T.let(nil, ::T.untyped)
2891
+ end
2892
+
2893
+ class Errno::EFTYPE
2894
+ end
2895
+
2896
+ Errno::EIPSEC = Errno::NOERROR
2897
+
2898
+ class Errno::ELAST
2899
+ Errno = ::T.let(nil, ::T.untyped)
2900
+ end
2901
+
2902
+ class Errno::ELAST
2903
+ end
2904
+
2905
+ class Errno::ENEEDAUTH
2906
+ Errno = ::T.let(nil, ::T.untyped)
2907
+ end
2908
+
2909
+ class Errno::ENEEDAUTH
2910
+ end
2911
+
2912
+ class Errno::ENOATTR
2913
+ Errno = ::T.let(nil, ::T.untyped)
2914
+ end
2915
+
2916
+ class Errno::ENOATTR
2917
+ end
2918
+
2919
+ class Errno::ENOPOLICY
2920
+ Errno = ::T.let(nil, ::T.untyped)
2921
+ end
2922
+
2923
+ class Errno::ENOPOLICY
2924
+ end
2925
+
2926
+ Errno::ENOTCAPABLE = Errno::NOERROR
2927
+
2928
+ class Errno::ENOTSUP
2929
+ Errno = ::T.let(nil, ::T.untyped)
2930
+ end
2931
+
2932
+ class Errno::ENOTSUP
2933
+ end
2934
+
2935
+ class Errno::EPROCLIM
2936
+ Errno = ::T.let(nil, ::T.untyped)
2937
+ end
2938
+
2939
+ class Errno::EPROCLIM
2940
+ end
2941
+
2942
+ class Errno::EPROCUNAVAIL
2943
+ Errno = ::T.let(nil, ::T.untyped)
2944
+ end
2945
+
2946
+ class Errno::EPROCUNAVAIL
2947
+ end
2948
+
2949
+ class Errno::EPROGMISMATCH
2950
+ Errno = ::T.let(nil, ::T.untyped)
2951
+ end
2952
+
2953
+ class Errno::EPROGMISMATCH
2954
+ end
2955
+
2956
+ class Errno::EPROGUNAVAIL
2957
+ Errno = ::T.let(nil, ::T.untyped)
2958
+ end
2959
+
2960
+ class Errno::EPROGUNAVAIL
2961
+ end
2962
+
2963
+ class Errno::EPWROFF
2964
+ Errno = ::T.let(nil, ::T.untyped)
2965
+ end
2966
+
2967
+ class Errno::EPWROFF
2968
+ end
2969
+
2970
+ Errno::EQFULL = Errno::ELAST
2971
+
2972
+ class Errno::ERPCMISMATCH
2973
+ Errno = ::T.let(nil, ::T.untyped)
2974
+ end
2975
+
2976
+ class Errno::ERPCMISMATCH
2977
+ end
2978
+
2979
+ class Errno::ESHLIBVERS
2980
+ Errno = ::T.let(nil, ::T.untyped)
2981
+ end
2982
+
2983
+ class Errno::ESHLIBVERS
2984
+ end
2985
+
2986
+ module Etc
2987
+ VERSION = ::T.let(nil, ::T.untyped)
2988
+ end
2989
+
2990
+ class Etc::Group
2991
+ def gid(); end
2992
+
2993
+ def gid=(_); end
2994
+
2995
+ def mem(); end
2996
+
2997
+ def mem=(_); end
2998
+
2999
+ def name(); end
3000
+
3001
+ def name=(_); end
3002
+
3003
+ def passwd(); end
3004
+
3005
+ def passwd=(_); end
3006
+ end
3007
+
3008
+ class Etc::Group
3009
+ extend ::Enumerable
3010
+ def self.[](*_); end
3011
+
3012
+ def self.each(&blk); end
3013
+
3014
+ def self.members(); end
3015
+ end
3016
+
3017
+ class Etc::Passwd
3018
+ def change(); end
3019
+
3020
+ def change=(_); end
3021
+
3022
+ def dir=(_); end
3023
+
3024
+ def expire(); end
3025
+
3026
+ def expire=(_); end
3027
+
3028
+ def gecos(); end
3029
+
3030
+ def gecos=(_); end
3031
+
3032
+ def gid=(_); end
3033
+
3034
+ def name=(_); end
3035
+
3036
+ def passwd=(_); end
3037
+
3038
+ def shell=(_); end
3039
+
3040
+ def uclass(); end
3041
+
3042
+ def uclass=(_); end
3043
+
3044
+ def uid=(_); end
3045
+ end
3046
+
3047
+ class Etc::Passwd
3048
+ extend ::Enumerable
3049
+ def self.[](*_); end
3050
+
3051
+ def self.each(&blk); end
3052
+
3053
+ def self.members(); end
3054
+ end
3055
+
3056
+ class ExitCalledError
3057
+ end
3058
+
3059
+ class ExitCalledError
3060
+ end
3061
+
3062
+ class FalseClass
3063
+ include ::JSON::Ext::Generator::GeneratorMethods::FalseClass
3064
+ end
3065
+
3066
+ class Fiber
3067
+ def initialize(*_); end
3068
+ end
3069
+
3070
+ class File
3071
+ def self.absolute_path?(_); end
3072
+
3073
+ def self.exists?(_); end
3074
+ end
3075
+
3076
+ FileList = Rake::FileList
3077
+
3078
+ module FileUtils
3079
+ include ::FileUtils::StreamUtils_
3080
+ LN_SUPPORTED = ::T.let(nil, ::T.untyped)
3081
+ RUBY = ::T.let(nil, ::T.untyped)
3082
+ end
3083
+
3084
+ module FileUtils::DryRun
3085
+ include ::FileUtils
3086
+ include ::FileUtils::StreamUtils_
3087
+ include ::FileUtils::LowMethods
3088
+ end
3089
+
3090
+ module FileUtils::DryRun
3091
+ extend ::FileUtils::DryRun
3092
+ extend ::FileUtils
3093
+ extend ::FileUtils::StreamUtils_
3094
+ extend ::FileUtils::LowMethods
3095
+ end
3096
+
3097
+ module FileUtils::NoWrite
3098
+ include ::FileUtils
3099
+ include ::FileUtils::StreamUtils_
3100
+ include ::FileUtils::LowMethods
3101
+ end
3102
+
3103
+ module FileUtils::NoWrite
3104
+ extend ::FileUtils::NoWrite
3105
+ extend ::FileUtils
3106
+ extend ::FileUtils::StreamUtils_
3107
+ extend ::FileUtils::LowMethods
3108
+ end
3109
+
3110
+ module FileUtils::Verbose
3111
+ include ::FileUtils
3112
+ include ::FileUtils::StreamUtils_
3113
+ end
3114
+
3115
+ module FileUtils::Verbose
3116
+ extend ::FileUtils::Verbose
3117
+ extend ::FileUtils
3118
+ extend ::FileUtils::StreamUtils_
3119
+ end
3120
+
3121
+ module FileUtils
3122
+ extend ::FileUtils::StreamUtils_
3123
+ end
3124
+
3125
+ class Float
3126
+ include ::JSON::Ext::Generator::GeneratorMethods::Float
3127
+ end
3128
+
3129
+ class FrozenError
3130
+ def receiver(); end
3131
+ end
3132
+
3133
+ module GC
3134
+ def garbage_collect(full_mark: T.unsafe(nil), immediate_mark: T.unsafe(nil), immediate_sweep: T.unsafe(nil)); end
3135
+ end
3136
+
3137
+ module GC
3138
+ def self.verify_compaction_references(*_); end
3139
+
3140
+ def self.verify_transient_heap_internal_consistency(); end
3141
+ end
3142
+
3143
+ module Gem
3144
+ ConfigMap = ::T.let(nil, ::T.untyped)
3145
+ RbConfigPriorities = ::T.let(nil, ::T.untyped)
3146
+ RubyGemsVersion = ::T.let(nil, ::T.untyped)
3147
+ UNTAINT = ::T.let(nil, ::T.untyped)
3148
+ end
3149
+
3150
+ class Gem::Exception
3151
+ extend ::Gem::Deprecate
3152
+ end
3153
+
3154
+ class Gem::Ext::BuildError
3155
+ end
3156
+
3157
+ class Gem::Ext::BuildError
3158
+ end
3159
+
3160
+ class Gem::Ext::ExtConfBuilder
3161
+ end
3162
+
3163
+ Gem::Ext::ExtConfBuilder::FileEntry = FileUtils::Entry_
3164
+
3165
+ class Gem::Ext::ExtConfBuilder
3166
+ def self.build(extension, dest_path, results, args=T.unsafe(nil), lib_dir=T.unsafe(nil)); end
3167
+
3168
+ def self.get_relative_path(path); end
3169
+ end
3170
+
3171
+ class Gem::Package
3172
+ def gem(); end
3173
+ end
3174
+
3175
+ class Gem::Package::DigestIO
3176
+ def digests(); end
3177
+
3178
+ def initialize(io, digests); end
3179
+
3180
+ def write(data); end
3181
+ end
3182
+
3183
+ class Gem::Package::DigestIO
3184
+ def self.wrap(io, digests); end
3185
+ end
3186
+
3187
+ class Gem::Package::FileSource
3188
+ def initialize(path); end
3189
+
3190
+ def path(); end
3191
+
3192
+ def present?(); end
3193
+
3194
+ def start(); end
3195
+
3196
+ def with_read_io(&block); end
3197
+
3198
+ def with_write_io(&block); end
3199
+ end
3200
+
3201
+ class Gem::Package::FileSource
3202
+ end
3203
+
3204
+ class Gem::Package::IOSource
3205
+ def initialize(io); end
3206
+
3207
+ def io(); end
3208
+
3209
+ def path(); end
3210
+
3211
+ def present?(); end
3212
+
3213
+ def start(); end
3214
+
3215
+ def with_read_io(); end
3216
+
3217
+ def with_write_io(); end
3218
+ end
3219
+
3220
+ class Gem::Package::IOSource
3221
+ end
3222
+
3223
+ class Gem::Package::Old
3224
+ def extract_files(destination_dir); end
3225
+
3226
+ def file_list(io); end
3227
+
3228
+ def read_until_dashes(io); end
3229
+
3230
+ def skip_ruby(io); end
3231
+ end
3232
+
3233
+ class Gem::Package::Old
3234
+ end
3235
+
3236
+ class Gem::Package::Source
3237
+ end
3238
+
3239
+ class Gem::Package::Source
3240
+ end
3241
+
3242
+ class Gem::Package::TarHeader
3243
+ def ==(other); end
3244
+
3245
+ def checksum(); end
3246
+
3247
+ def devmajor(); end
3248
+
3249
+ def devminor(); end
3250
+
3251
+ def empty?(); end
3252
+
3253
+ def gid(); end
3254
+
3255
+ def gname(); end
3256
+
3257
+ def initialize(vals); end
3258
+
3259
+ def linkname(); end
3260
+
3261
+ def magic(); end
3262
+
3263
+ def mode(); end
3264
+
3265
+ def mtime(); end
3266
+
3267
+ def name(); end
3268
+
3269
+ def prefix(); end
3270
+
3271
+ def size(); end
3272
+
3273
+ def typeflag(); end
3274
+
3275
+ def uid(); end
3276
+
3277
+ def uname(); end
3278
+
3279
+ def update_checksum(); end
3280
+
3281
+ def version(); end
3282
+ EMPTY_HEADER = ::T.let(nil, ::T.untyped)
3283
+ FIELDS = ::T.let(nil, ::T.untyped)
3284
+ PACK_FORMAT = ::T.let(nil, ::T.untyped)
3285
+ UNPACK_FORMAT = ::T.let(nil, ::T.untyped)
3286
+ end
3287
+
3288
+ class Gem::Package::TarHeader
3289
+ def self.from(stream); end
3290
+
3291
+ def self.oct_or_256based(str); end
3292
+
3293
+ def self.strict_oct(str); end
3294
+ end
3295
+
3296
+ class Gem::Package::TarReader::Entry
3297
+ def bytes_read(); end
3298
+
3299
+ def check_closed(); end
3300
+
3301
+ def close(); end
3302
+
3303
+ def closed?(); end
3304
+
3305
+ def directory?(); end
3306
+
3307
+ def eof?(); end
3308
+
3309
+ def file?(); end
3310
+
3311
+ def full_name(); end
3312
+
3313
+ def getc(); end
3314
+
3315
+ def header(); end
3316
+
3317
+ def initialize(header, io); end
3318
+
3319
+ def length(); end
3320
+
3321
+ def pos(); end
3322
+
3323
+ def read(len=T.unsafe(nil)); end
3324
+
3325
+ def readpartial(maxlen=T.unsafe(nil), outbuf=T.unsafe(nil)); end
3326
+
3327
+ def rewind(); end
3328
+
3329
+ def size(); end
3330
+
3331
+ def symlink?(); end
3332
+ end
3333
+
3334
+ class Gem::Package::TarReader::Entry
3335
+ end
3336
+
3337
+ class Gem::Package::TarReader
3338
+ def self.new(io); end
3339
+ end
3340
+
3341
+ class Gem::Package::TarWriter
3342
+ def self.new(io); end
3343
+ end
3344
+
3345
+ class Gem::Package
3346
+ def self.new(gem, security_policy=T.unsafe(nil)); end
3347
+
3348
+ def self.raw_spec(path, security_policy=T.unsafe(nil)); end
3349
+ end
3350
+
3351
+ class Gem::PathSupport
3352
+ def home(); end
3353
+
3354
+ def initialize(env); end
3355
+
3356
+ def path(); end
3357
+
3358
+ def spec_cache_dir(); end
3359
+ end
3360
+
3361
+ class Gem::RemoteFetcher::FetchError
3362
+ include ::Gem::UriParsing
3363
+ def initialize(message, uri); end
3364
+
3365
+ def uri(); end
3366
+
3367
+ def uri=(uri); end
3368
+ end
3369
+
3370
+ class Gem::RemoteFetcher::FetchError
3371
+ end
3372
+
3373
+ class Gem::RemoteFetcher::UnknownHostError
3374
+ end
3375
+
3376
+ class Gem::RemoteFetcher::UnknownHostError
3377
+ end
3378
+
3379
+ class Gem::Request
3380
+ extend ::Gem::UserInteraction
3381
+ extend ::Gem::DefaultUserInteraction
3382
+ extend ::Gem::Text
3383
+ end
3384
+
3385
+ class Gem::Resolver::CurrentSet
3386
+ end
3387
+
3388
+ class Gem::Resolver::CurrentSet
3389
+ end
3390
+
3391
+ class Gem::Resolver::LocalSpecification
3392
+ end
3393
+
3394
+ class Gem::Resolver::LocalSpecification
3395
+ end
3396
+
3397
+ class Gem::Resolver::Molinillo::DependencyGraph::Log
3398
+ def add_edge_no_circular(graph, origin, destination, requirement); end
3399
+
3400
+ def add_vertex(graph, name, payload, root); end
3401
+
3402
+ def delete_edge(graph, origin_name, destination_name, requirement); end
3403
+
3404
+ def detach_vertex_named(graph, name); end
3405
+
3406
+ def each(&blk); end
3407
+
3408
+ def pop!(graph); end
3409
+
3410
+ def reverse_each(); end
3411
+
3412
+ def rewind_to(graph, tag); end
3413
+
3414
+ def set_payload(graph, name, payload); end
3415
+
3416
+ def tag(graph, tag); end
3417
+ end
3418
+
3419
+ class Gem::Resolver::Molinillo::DependencyGraph::Log
3420
+ extend ::Enumerable
3421
+ end
3422
+
3423
+ class Gem::RuntimeRequirementNotMetError
3424
+ def suggestion(); end
3425
+
3426
+ def suggestion=(suggestion); end
3427
+ end
3428
+
3429
+ class Gem::RuntimeRequirementNotMetError
3430
+ end
3431
+
3432
+ class Gem::Security::Exception
3433
+ end
3434
+
3435
+ class Gem::Security::Exception
3436
+ end
3437
+
3438
+ class Gem::Security::KEY_ALGORITHM
3439
+ def d(); end
3440
+
3441
+ def dmp1(); end
3442
+
3443
+ def dmq1(); end
3444
+
3445
+ def e(); end
3446
+
3447
+ def export(*_); end
3448
+
3449
+ def initialize(*_); end
3450
+
3451
+ def iqmp(); end
3452
+
3453
+ def n(); end
3454
+
3455
+ def p(); end
3456
+
3457
+ def params(); end
3458
+
3459
+ def private?(); end
3460
+
3461
+ def private_decrypt(*_); end
3462
+
3463
+ def private_encrypt(*_); end
3464
+
3465
+ def public?(); end
3466
+
3467
+ def public_decrypt(*_); end
3468
+
3469
+ def public_encrypt(*_); end
3470
+
3471
+ def public_key(); end
3472
+
3473
+ def q(); end
3474
+
3475
+ def set_crt_params(_, _1, _2); end
3476
+
3477
+ def set_factors(_, _1); end
3478
+
3479
+ def set_key(_, _1, _2); end
3480
+
3481
+ def sign_pss(*_); end
3482
+
3483
+ def to_der(); end
3484
+
3485
+ def to_pem(*_); end
3486
+
3487
+ def to_s(*_); end
3488
+
3489
+ def to_text(); end
3490
+
3491
+ def verify_pss(*_); end
3492
+ NO_PADDING = ::T.let(nil, ::T.untyped)
3493
+ PKCS1_OAEP_PADDING = ::T.let(nil, ::T.untyped)
3494
+ PKCS1_PADDING = ::T.let(nil, ::T.untyped)
3495
+ SSLV23_PADDING = ::T.let(nil, ::T.untyped)
3496
+ end
3497
+
3498
+ class Gem::Security::KEY_ALGORITHM
3499
+ def self.generate(*_); end
3500
+ end
3501
+
3502
+ class Gem::Security::Policy
3503
+ include ::Gem::UserInteraction
3504
+ include ::Gem::DefaultUserInteraction
3505
+ include ::Gem::Text
3506
+ def check_cert(signer, issuer, time); end
3507
+
3508
+ def check_chain(chain, time); end
3509
+
3510
+ def check_data(public_key, digest, signature, data); end
3511
+
3512
+ def check_key(signer, key); end
3513
+
3514
+ def check_root(chain, time); end
3515
+
3516
+ def check_trust(chain, digester, trust_dir); end
3517
+
3518
+ def initialize(name, policy=T.unsafe(nil), opt=T.unsafe(nil)); end
3519
+
3520
+ def name(); end
3521
+
3522
+ def only_signed(); end
3523
+
3524
+ def only_signed=(only_signed); end
3525
+
3526
+ def only_trusted(); end
3527
+
3528
+ def only_trusted=(only_trusted); end
3529
+
3530
+ def subject(certificate); end
3531
+
3532
+ def verify(chain, key=T.unsafe(nil), digests=T.unsafe(nil), signatures=T.unsafe(nil), full_name=T.unsafe(nil)); end
3533
+
3534
+ def verify_chain(); end
3535
+
3536
+ def verify_chain=(verify_chain); end
3537
+
3538
+ def verify_data(); end
3539
+
3540
+ def verify_data=(verify_data); end
3541
+
3542
+ def verify_root(); end
3543
+
3544
+ def verify_root=(verify_root); end
3545
+
3546
+ def verify_signatures(spec, digests, signatures); end
3547
+
3548
+ def verify_signer(); end
3549
+
3550
+ def verify_signer=(verify_signer); end
3551
+ end
3552
+
3553
+ class Gem::Security::Policy
3554
+ end
3555
+
3556
+ class Gem::Security::Signer
3557
+ include ::Gem::UserInteraction
3558
+ include ::Gem::DefaultUserInteraction
3559
+ include ::Gem::Text
3560
+ def cert_chain(); end
3561
+
3562
+ def cert_chain=(cert_chain); end
3563
+
3564
+ def digest_algorithm(); end
3565
+
3566
+ def digest_name(); end
3567
+
3568
+ def extract_name(cert); end
3569
+
3570
+ def initialize(key, cert_chain, passphrase=T.unsafe(nil), options=T.unsafe(nil)); end
3571
+
3572
+ def key(); end
3573
+
3574
+ def key=(key); end
3575
+
3576
+ def load_cert_chain(); end
3577
+
3578
+ def options(); end
3579
+
3580
+ def re_sign_key(expiration_length: T.unsafe(nil)); end
3581
+
3582
+ def sign(data); end
3583
+ end
3584
+
3585
+ class Gem::Security::Signer
3586
+ def self.re_sign_cert(expired_cert, expired_cert_path, private_key); end
3587
+ end
3588
+
3589
+ class Gem::Security::TrustDir
3590
+ def cert_path(certificate); end
3591
+
3592
+ def dir(); end
3593
+
3594
+ def each_certificate(); end
3595
+
3596
+ def initialize(dir, permissions=T.unsafe(nil)); end
3597
+
3598
+ def issuer_of(certificate); end
3599
+
3600
+ def load_certificate(certificate_file); end
3601
+
3602
+ def name_path(name); end
3603
+
3604
+ def trust_cert(certificate); end
3605
+
3606
+ def verify(); end
3607
+ end
3608
+
3609
+ module Gem::Security
3610
+ def self.alt_name_or_x509_entry(certificate, x509_entry); end
3611
+
3612
+ def self.create_cert(subject, key, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end
3613
+
3614
+ def self.create_cert_email(email, key, age=T.unsafe(nil), extensions=T.unsafe(nil)); end
3615
+
3616
+ def self.create_cert_self_signed(subject, key, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end
3617
+
3618
+ def self.create_key(length=T.unsafe(nil), algorithm=T.unsafe(nil)); end
3619
+
3620
+ def self.email_to_name(email_address); end
3621
+
3622
+ def self.re_sign(expired_certificate, private_key, age=T.unsafe(nil), extensions=T.unsafe(nil)); end
3623
+
3624
+ def self.reset(); end
3625
+
3626
+ def self.sign(certificate, signing_key, signing_cert, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end
3627
+
3628
+ def self.trust_dir(); end
3629
+
3630
+ def self.trusted_certificates(&block); end
3631
+
3632
+ def self.write(pemmable, path, permissions=T.unsafe(nil), passphrase=T.unsafe(nil), cipher=T.unsafe(nil)); end
3633
+ end
3634
+
3635
+ class Gem::SpecFetcher
3636
+ include ::Gem::UserInteraction
3637
+ include ::Gem::DefaultUserInteraction
3638
+ include ::Gem::Text
3639
+ def available_specs(type); end
3640
+
3641
+ def detect(type=T.unsafe(nil)); end
3642
+
3643
+ def initialize(sources=T.unsafe(nil)); end
3644
+
3645
+ def latest_specs(); end
3646
+
3647
+ def prerelease_specs(); end
3648
+
3649
+ def search_for_dependency(dependency, matching_platform=T.unsafe(nil)); end
3650
+
3651
+ def sources(); end
3652
+
3653
+ def spec_for_dependency(dependency, matching_platform=T.unsafe(nil)); end
3654
+
3655
+ def specs(); end
3656
+
3657
+ def suggest_gems_from_name(gem_name, type=T.unsafe(nil)); end
3658
+
3659
+ def tuples_for(source, type, gracefully_ignore=T.unsafe(nil)); end
3660
+ end
3661
+
3662
+ class Gem::SpecFetcher
3663
+ def self.fetcher(); end
3664
+
3665
+ def self.fetcher=(fetcher); end
3666
+ end
3667
+
3668
+ class Gem::Specification
3669
+ include ::Bundler::MatchPlatform
3670
+ include ::Bundler::GemHelpers
3671
+ def removed_method_calls(); end
3672
+
3673
+ def to_ruby(); end
3674
+ REMOVED_METHODS = ::T.let(nil, ::T.untyped)
3675
+ end
3676
+
3677
+ class Gem::Specification
3678
+ extend ::Gem::Deprecate
3679
+ extend ::Enumerable
3680
+ end
3681
+
3682
+ class Gem::SpecificationPolicy
3683
+ include ::Gem::UserInteraction
3684
+ include ::Gem::DefaultUserInteraction
3685
+ include ::Gem::Text
3686
+ def initialize(specification); end
3687
+
3688
+ def packaging(); end
3689
+
3690
+ def packaging=(packaging); end
3691
+
3692
+ def validate(strict=T.unsafe(nil)); end
3693
+
3694
+ def validate_dependencies(); end
3695
+
3696
+ def validate_metadata(); end
3697
+
3698
+ def validate_permissions(); end
3699
+ HOMEPAGE_URI_PATTERN = ::T.let(nil, ::T.untyped)
3700
+ LAZY = ::T.let(nil, ::T.untyped)
3701
+ LAZY_PATTERN = ::T.let(nil, ::T.untyped)
3702
+ METADATA_LINK_KEYS = ::T.let(nil, ::T.untyped)
3703
+ SPECIAL_CHARACTERS = ::T.let(nil, ::T.untyped)
3704
+ VALID_NAME_PATTERN = ::T.let(nil, ::T.untyped)
3705
+ VALID_URI_PATTERN = ::T.let(nil, ::T.untyped)
3706
+ end
3707
+
3708
+ class Gem::SpecificationPolicy
3709
+ end
3710
+
3711
+ class Gem::StreamUI
3712
+ def _deprecated_debug(statement); end
3713
+ end
3714
+
3715
+ class Gem::StubSpecification
3716
+ def build_extensions(); end
3717
+
3718
+ def extensions(); end
3719
+
3720
+ def initialize(filename, base_dir, gems_dir, default_gem); end
3721
+
3722
+ def missing_extensions?(); end
3723
+
3724
+ def valid?(); end
3725
+ end
3726
+
3727
+ class Gem::StubSpecification::StubLine
3728
+ def extensions(); end
3729
+
3730
+ def full_name(); end
3731
+
3732
+ def initialize(data, extensions); end
3733
+
3734
+ def name(); end
3735
+
3736
+ def platform(); end
3737
+
3738
+ def require_paths(); end
3739
+
3740
+ def version(); end
3741
+ end
3742
+
3743
+ class Gem::StubSpecification
3744
+ def self.default_gemspec_stub(filename, base_dir, gems_dir); end
3745
+
3746
+ def self.gemspec_stub(filename, base_dir, gems_dir); end
3747
+ end
3748
+
3749
+ class Gem::UninstallError
3750
+ def spec(); end
3751
+
3752
+ def spec=(spec); end
3753
+ end
3754
+
3755
+ class Gem::UninstallError
3756
+ end
3757
+
3758
+ Gem::UnsatisfiableDepedencyError = Gem::UnsatisfiableDependencyError
3759
+
3760
+ Gem::Version::Requirement = Gem::Requirement
3761
+
3762
+ class Hash
3763
+ include ::JSON::Ext::Generator::GeneratorMethods::Hash
3764
+ def deconstruct_keys(_); end
3765
+ end
3766
+
3767
+ class Hash
3768
+ def self.ruby2_keywords_hash(_); end
3769
+
3770
+ def self.ruby2_keywords_hash?(_); end
3771
+
3772
+ def self.try_convert(_); end
3773
+ end
3774
+
3775
+ class IO
3776
+ def nonblock(*_); end
3777
+
3778
+ def nonblock=(nonblock); end
3779
+
3780
+ def nonblock?(); end
3781
+
3782
+ def nread(); end
3783
+
3784
+ def pathconf(_); end
3785
+
3786
+ def ready?(); end
3787
+
3788
+ def set_encoding_by_bom(); end
3789
+
3790
+ def wait(*_); end
3791
+
3792
+ def wait_readable(*_); end
3793
+
3794
+ def wait_writable(*_); end
3795
+ end
3796
+
3797
+ IO::EWOULDBLOCKWaitReadable = IO::EAGAINWaitReadable
3798
+
3799
+ IO::EWOULDBLOCKWaitWritable = IO::EAGAINWaitWritable
3800
+
3801
+ class IPAddr
3802
+ def ==(other); end
3803
+
3804
+ def initialize(addr=T.unsafe(nil), family=T.unsafe(nil)); end
3805
+ end
3806
+
3807
+ class Integer
3808
+ include ::JSON::Ext::Generator::GeneratorMethods::Integer
3809
+ def to_bn(); end
3810
+ GMP_VERSION = ::T.let(nil, ::T.untyped)
3811
+ end
3812
+
3813
+ class JSON::Ext::Generator::State
3814
+ def self.from_state(_); end
3815
+ end
3816
+
3817
+ class JSON::Ext::Parser
3818
+ def initialize(*_); end
3819
+ end
3820
+
3821
+ JSON::Parser = JSON::Ext::Parser
3822
+
3823
+ JSON::State = JSON::Ext::Generator::State
3824
+
3825
+ JSON::UnparserError = JSON::GeneratorError
3826
+
3827
+ module Kernel
3828
+ def itself(); end
3829
+
3830
+ def object_id(); end
3831
+
3832
+ def pretty_inspect(); end
3833
+
3834
+ def then(); end
3835
+
3836
+ def yield_self(); end
3837
+ end
3838
+
3839
+ module Kernel
3840
+ def self.at_exit(); end
3841
+ end
3842
+
3843
+ class KeyError
3844
+ include ::DidYouMean::Correctable
3845
+ end
3846
+
3847
+ class Module
3848
+ def const_source_location(*_); end
3849
+ end
3850
+
3851
+ class Monitor
3852
+ def enter(); end
3853
+
3854
+ def exit(); end
3855
+
3856
+ def mon_check_owner(); end
3857
+
3858
+ def mon_enter(); end
3859
+
3860
+ def mon_exit(); end
3861
+
3862
+ def mon_locked?(); end
3863
+
3864
+ def mon_owned?(); end
3865
+
3866
+ def mon_synchronize(); end
3867
+
3868
+ def mon_try_enter(); end
3869
+
3870
+ def new_cond(); end
3871
+
3872
+ def synchronize(); end
3873
+
3874
+ def try_enter(); end
3875
+
3876
+ def try_mon_enter(); end
3877
+
3878
+ def wait_for_cond(_, _1); end
3879
+ end
3880
+
3881
+ module MonitorMixin
3882
+ def initialize(*args); end
3883
+ end
3884
+
3885
+ class MonitorMixin::ConditionVariable
3886
+ def initialize(monitor); end
3887
+ end
3888
+
3889
+ class NameError
3890
+ include ::DidYouMean::Correctable
3891
+ end
3892
+
3893
+ class NilClass
3894
+ include ::JSON::Ext::Generator::GeneratorMethods::NilClass
3895
+ end
3896
+
3897
+ class NoMatchingPatternError
3898
+ end
3899
+
3900
+ class NoMatchingPatternError
3901
+ end
3902
+
3903
+ class Object
3904
+ include ::JSON::Ext::Generator::GeneratorMethods::Object
3905
+ include ::PP::ObjectMixin
3906
+ ARGF = ::T.let(nil, ::T.untyped)
3907
+ ARGV = ::T.let(nil, ::T.untyped)
3908
+ CROSS_COMPILING = ::T.let(nil, ::T.untyped)
3909
+ ENV = ::T.let(nil, ::T.untyped)
3910
+ RUBY_COPYRIGHT = ::T.let(nil, ::T.untyped)
3911
+ RUBY_DESCRIPTION = ::T.let(nil, ::T.untyped)
3912
+ RUBY_ENGINE = ::T.let(nil, ::T.untyped)
3913
+ RUBY_ENGINE_VERSION = ::T.let(nil, ::T.untyped)
3914
+ RUBY_PATCHLEVEL = ::T.let(nil, ::T.untyped)
3915
+ RUBY_PLATFORM = ::T.let(nil, ::T.untyped)
3916
+ RUBY_RELEASE_DATE = ::T.let(nil, ::T.untyped)
3917
+ RUBY_REVISION = ::T.let(nil, ::T.untyped)
3918
+ RUBY_VERSION = ::T.let(nil, ::T.untyped)
3919
+ STDERR = ::T.let(nil, ::T.untyped)
3920
+ STDIN = ::T.let(nil, ::T.untyped)
3921
+ STDOUT = ::T.let(nil, ::T.untyped)
3922
+ TOPLEVEL_BINDING = ::T.let(nil, ::T.untyped)
3923
+ end
3924
+
3925
+ class OpenStruct
3926
+ VERSION = ::T.let(nil, ::T.untyped)
3927
+ end
3928
+
3929
+ class OptionParser
3930
+ def additional_message(typ, opt); end
3931
+ end
3932
+
3933
+ class OptionParser::List
3934
+ def get_candidates(id); end
3935
+ end
3936
+
3937
+ class OptionParser::ParseError
3938
+ def additional(); end
3939
+
3940
+ def additional=(additional); end
3941
+ end
3942
+
3943
+ class Pathname
3944
+ def fnmatch?(*_); end
3945
+
3946
+ def glob(*_); end
3947
+
3948
+ def make_symlink(_); end
3949
+ end
3950
+
3951
+ class Proc
3952
+ def <<(_); end
3953
+
3954
+ def >>(_); end
3955
+
3956
+ def clone(); end
3957
+ end
3958
+
3959
+ module RSpec
3960
+ MODULES_TO_AUTOLOAD = ::T.let(nil, ::T.untyped)
3961
+ end
3962
+
3963
+ class RSpec::CallerFilter
3964
+ ADDITIONAL_TOP_LEVEL_FILES = ::T.let(nil, ::T.untyped)
3965
+ IGNORE_REGEX = ::T.let(nil, ::T.untyped)
3966
+ LIB_REGEX = ::T.let(nil, ::T.untyped)
3967
+ RSPEC_LIBS = ::T.let(nil, ::T.untyped)
3968
+ end
3969
+
3970
+ class RSpec::Core::Configuration
3971
+ DEFAULT_FORMATTER = ::T.let(nil, ::T.untyped)
3972
+ FAILED_STATUS = ::T.let(nil, ::T.untyped)
3973
+ MOCKING_ADAPTERS = ::T.let(nil, ::T.untyped)
3974
+ PASSED_STATUS = ::T.let(nil, ::T.untyped)
3975
+ PENDING_STATUS = ::T.let(nil, ::T.untyped)
3976
+ RAISE_ERROR_WARNING_NOTIFIER = ::T.let(nil, ::T.untyped)
3977
+ UNKNOWN_STATUS = ::T.let(nil, ::T.untyped)
3978
+ VALID_STATUSES = ::T.let(nil, ::T.untyped)
3979
+ end
3980
+
3981
+ class RSpec::Core::ConfigurationOptions
3982
+ OPTIONS_ORDER = ::T.let(nil, ::T.untyped)
3983
+ UNFORCED_OPTIONS = ::T.let(nil, ::T.untyped)
3984
+ UNPROCESSABLE_OPTIONS = ::T.let(nil, ::T.untyped)
3985
+ end
3986
+
3987
+ RSpec::Core::Example::AllExceptionsExcludingDangerousOnesOnRubiesThatAllowIt = RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue
3988
+
3989
+ class RSpec::Core::ExampleGroup
3990
+ INSTANCE_VARIABLE_TO_IGNORE = ::T.let(nil, ::T.untyped)
3991
+ end
3992
+
3993
+ RSpec::Core::ExclusionRules = RSpec::Core::FilterRules
3994
+
3995
+ class RSpec::Core::FilterRules
3996
+ PROC_HEX_NUMBER = ::T.let(nil, ::T.untyped)
3997
+ PROJECT_DIR = ::T.let(nil, ::T.untyped)
3998
+ end
3999
+
4000
+ module RSpec::Core::Formatters::ConsoleCodes
4001
+ VT100_CODES = ::T.let(nil, ::T.untyped)
4002
+ VT100_CODE_VALUES = ::T.let(nil, ::T.untyped)
4003
+ end
4004
+
4005
+ class RSpec::Core::Formatters::DeprecationFormatter
4006
+ DEPRECATION_STREAM_NOTICE = ::T.let(nil, ::T.untyped)
4007
+ RAISE_ERROR_CONFIG_NOTICE = ::T.let(nil, ::T.untyped)
4008
+ TOO_MANY_WARNINGS_NOTICE = ::T.let(nil, ::T.untyped)
4009
+ end
4010
+
4011
+ class RSpec::Core::Formatters::DeprecationFormatter::DelayedPrinter
4012
+ TOO_MANY_USES_LIMIT = ::T.let(nil, ::T.untyped)
4013
+ end
4014
+
4015
+ class RSpec::Core::Formatters::ExceptionPresenter
4016
+ PENDING_DETAIL_FORMATTER = ::T.let(nil, ::T.untyped)
4017
+ end
4018
+
4019
+ module RSpec::Core::Formatters::Helpers
4020
+ DEFAULT_PRECISION = ::T.let(nil, ::T.untyped)
4021
+ SUB_SECOND_PRECISION = ::T.let(nil, ::T.untyped)
4022
+ end
4023
+
4024
+ class RSpec::Core::Formatters::HtmlPrinter
4025
+ GLOBAL_SCRIPTS = ::T.let(nil, ::T.untyped)
4026
+ GLOBAL_STYLES = ::T.let(nil, ::T.untyped)
4027
+ HTML_HEADER = ::T.let(nil, ::T.untyped)
4028
+ REPORT_HEADER = ::T.let(nil, ::T.untyped)
4029
+ end
4030
+
4031
+ module RSpec::Core::Formatters::SyntaxHighlighter::CodeRayImplementation
4032
+ RESET_CODE = ::T.let(nil, ::T.untyped)
4033
+ end
4034
+
4035
+ RSpec::Core::Formatters::SyntaxHighlighter::WindowsImplementation = RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation
4036
+
4037
+ class RSpec::Core::Hooks::HookCollections
4038
+ EMPTY_HOOK_ARRAY = ::T.let(nil, ::T.untyped)
4039
+ HOOK_TYPES = ::T.let(nil, ::T.untyped)
4040
+ SCOPES = ::T.let(nil, ::T.untyped)
4041
+ SCOPE_ALIASES = ::T.let(nil, ::T.untyped)
4042
+ end
4043
+
4044
+ module RSpec::Core::Metadata
4045
+ RESERVED_KEYS = ::T.let(nil, ::T.untyped)
4046
+ end
4047
+
4048
+ class RSpec::Core::Ordering::Random
4049
+ MAX_32_BIT = ::T.let(nil, ::T.untyped)
4050
+ end
4051
+
4052
+ module RSpec::Core::Pending
4053
+ NOT_YET_IMPLEMENTED = ::T.let(nil, ::T.untyped)
4054
+ NO_REASON_GIVEN = ::T.let(nil, ::T.untyped)
4055
+ end
4056
+
4057
+ class RSpec::Core::Profiler
4058
+ NOTIFICATIONS = ::T.let(nil, ::T.untyped)
4059
+ end
4060
+
4061
+ class RSpec::Core::Reporter
4062
+ RSPEC_NOTIFICATIONS = ::T.let(nil, ::T.untyped)
4063
+ end
4064
+
4065
+ module RSpec::Core::ShellEscape
4066
+ SHELLS_ALLOWING_UNQUOTED_IDS = ::T.let(nil, ::T.untyped)
4067
+ end
4068
+
4069
+ module RSpec::Core::Version
4070
+ STRING = ::T.let(nil, ::T.untyped)
4071
+ end
4072
+
4073
+ class RSpec::Expectations::Configuration
4074
+ FALSE_POSITIVE_BEHAVIOURS = ::T.let(nil, ::T.untyped)
4075
+ end
4076
+
4077
+ RSpec::Expectations::LegacyMacherAdapter = RSpec::Expectations::LegacyMatcherAdapter
4078
+
4079
+ class RSpec::Expectations::MultipleExpectationsNotMetError
4080
+ include ::RSpec::Core::MultipleExceptionError::InterfaceTag
4081
+ end
4082
+
4083
+ module RSpec::Expectations::Version
4084
+ STRING = ::T.let(nil, ::T.untyped)
4085
+ end
4086
+
4087
+ module RSpec::Matchers
4088
+ BE_PREDICATE_REGEX = ::T.let(nil, ::T.untyped)
4089
+ DYNAMIC_MATCHER_REGEX = ::T.let(nil, ::T.untyped)
4090
+ HAS_REGEX = ::T.let(nil, ::T.untyped)
4091
+ end
4092
+
4093
+ RSpec::Matchers::AliasedNegatedMatcher::DefaultFailureMessages = RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
4094
+
4095
+ class RSpec::Matchers::BuiltIn::BaseMatcher
4096
+ UNDEFINED = ::T.let(nil, ::T.untyped)
4097
+ end
4098
+
4099
+ class RSpec::Matchers::BuiltIn::Equal
4100
+ LITERAL_SINGLETONS = ::T.let(nil, ::T.untyped)
4101
+ end
4102
+
4103
+ RSpec::Matchers::BuiltIn::SpecificValuesChange::MATCH_ANYTHING = BasicObject
4104
+
4105
+ RSpec::Matchers::BuiltIn::StartAndEndWith = RSpec::Matchers::BuiltIn::StartOrEndWith
4106
+
4107
+ module RSpec::Matchers::DSL::Macros
4108
+ RAISE_NOTIFIER = ::T.let(nil, ::T.untyped)
4109
+ end
4110
+
4111
+ class RSpec::Matchers::ExpectedsForMultipleDiffs
4112
+ DEFAULT_DIFF_LABEL = ::T.let(nil, ::T.untyped)
4113
+ DESCRIPTION_MAX_LENGTH = ::T.let(nil, ::T.untyped)
4114
+ end
4115
+
4116
+ module RSpec::Mocks
4117
+ DEFAULT_CALLBACK_INVOCATION_STRATEGY = ::T.let(nil, ::T.untyped)
4118
+ IGNORED_BACKTRACE_LINE = ::T.let(nil, ::T.untyped)
4119
+ end
4120
+
4121
+ class RSpec::Mocks::AnyInstance::PositiveExpectationChain
4122
+ ExpectationInvocationOrder = ::T.let(nil, ::T.untyped)
4123
+ end
4124
+
4125
+ class RSpec::Mocks::AnyInstance::Recorder
4126
+ include ::T::CompatibilityPatches::RSpecCompatibility::RecorderExtensions
4127
+ end
4128
+
4129
+ class RSpec::Mocks::AnyInstance::StubChain
4130
+ EmptyInvocationOrder = ::T.let(nil, ::T.untyped)
4131
+ InvocationOrder = ::T.let(nil, ::T.untyped)
4132
+ end
4133
+
4134
+ class RSpec::Mocks::ArgumentListMatcher
4135
+ MATCH_ALL = ::T.let(nil, ::T.untyped)
4136
+ end
4137
+
4138
+ class RSpec::Mocks::ArgumentMatchers::AnyArgMatcher
4139
+ INSTANCE = ::T.let(nil, ::T.untyped)
4140
+ end
4141
+
4142
+ class RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher
4143
+ INSTANCE = ::T.let(nil, ::T.untyped)
4144
+ end
4145
+
4146
+ class RSpec::Mocks::ArgumentMatchers::BooleanMatcher
4147
+ INSTANCE = ::T.let(nil, ::T.untyped)
4148
+ end
4149
+
4150
+ class RSpec::Mocks::ArgumentMatchers::NoArgsMatcher
4151
+ INSTANCE = ::T.let(nil, ::T.untyped)
4152
+ end
4153
+
4154
+ class RSpec::Mocks::Matchers::HaveReceived
4155
+ ARGS_CONSTRAINTS = ::T.let(nil, ::T.untyped)
4156
+ CONSTRAINTS = ::T.let(nil, ::T.untyped)
4157
+ COUNT_CONSTRAINTS = ::T.let(nil, ::T.untyped)
4158
+ end
4159
+
4160
+ class RSpec::Mocks::MethodDouble
4161
+ include ::T::CompatibilityPatches::RSpecCompatibility::MethodDoubleExtensions
4162
+ end
4163
+
4164
+ class RSpec::Mocks::ObjectReference
4165
+ MODULE_NAME_METHOD = ::T.let(nil, ::T.untyped)
4166
+ end
4167
+
4168
+ class RSpec::Mocks::Proxy
4169
+ DEFAULT_MESSAGE_EXPECTATION_OPTS = ::T.let(nil, ::T.untyped)
4170
+ end
4171
+
4172
+ module RSpec::Mocks::Version
4173
+ STRING = ::T.let(nil, ::T.untyped)
4174
+ end
4175
+
4176
+ RSpec::SharedContext = RSpec::Core::SharedContext
4177
+
4178
+ module RSpec::Support
4179
+ DEFAULT_FAILURE_NOTIFIER = ::T.let(nil, ::T.untyped)
4180
+ DEFAULT_WARNING_NOTIFIER = ::T.let(nil, ::T.untyped)
4181
+ KERNEL_METHOD_METHOD = ::T.let(nil, ::T.untyped)
4182
+ end
4183
+
4184
+ module RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue
4185
+ AVOID_RESCUING = ::T.let(nil, ::T.untyped)
4186
+ end
4187
+
4188
+ class RSpec::Support::Differ
4189
+ def color?(); end
4190
+
4191
+ def diff(actual, expected); end
4192
+
4193
+ def diff_as_object(actual, expected); end
4194
+
4195
+ def diff_as_string(actual, expected); end
4196
+
4197
+ def initialize(opts=T.unsafe(nil)); end
4198
+ end
4199
+
4200
+ class RSpec::Support::Differ
4201
+ end
4202
+
4203
+ class RSpec::Support::EncodedString
4204
+ REPLACE = ::T.let(nil, ::T.untyped)
4205
+ US_ASCII = ::T.let(nil, ::T.untyped)
4206
+ UTF_8 = ::T.let(nil, ::T.untyped)
4207
+ end
4208
+
4209
+ class RSpec::Support::MethodSignature
4210
+ INFINITY = ::T.let(nil, ::T.untyped)
4211
+ end
4212
+
4213
+ class RSpec::Support::Mutex
4214
+ NEW_MUTEX_METHOD = ::T.let(nil, ::T.untyped)
4215
+ end
4216
+
4217
+ class RSpec::Support::ObjectFormatter
4218
+ ELLIPSIS = ::T.let(nil, ::T.untyped)
4219
+ INSPECTOR_CLASSES = ::T.let(nil, ::T.untyped)
4220
+ end
4221
+
4222
+ class RSpec::Support::ObjectFormatter::DateTimeInspector
4223
+ FORMAT = ::T.let(nil, ::T.untyped)
4224
+ end
4225
+
4226
+ class RSpec::Support::ObjectFormatter::TimeInspector
4227
+ FORMAT = ::T.let(nil, ::T.untyped)
4228
+ end
4229
+
4230
+ class RSpec::Support::ObjectFormatter::UninspectableObjectInspector
4231
+ OBJECT_ID_FORMAT = ::T.let(nil, ::T.untyped)
4232
+ end
4233
+
4234
+ RSpec::Support::StrictSignatureVerifier = RSpec::Support::MethodSignatureVerifier
4235
+
4236
+ module RSpec::Support::Version
4237
+ STRING = ::T.let(nil, ::T.untyped)
4238
+ end
4239
+
4240
+ module RSpec::Version
4241
+ STRING = ::T.let(nil, ::T.untyped)
4242
+ end
4243
+
4244
+ module Rake
4245
+ EARLY = ::T.let(nil, ::T.untyped)
4246
+ EMPTY_TASK_ARGS = ::T.let(nil, ::T.untyped)
4247
+ LATE = ::T.let(nil, ::T.untyped)
4248
+ VERSION = ::T.let(nil, ::T.untyped)
4249
+ end
4250
+
4251
+ class Rake::Application
4252
+ DEFAULT_RAKEFILES = ::T.let(nil, ::T.untyped)
4253
+ end
4254
+
4255
+ module Rake::Backtrace
4256
+ SUPPRESSED_PATHS = ::T.let(nil, ::T.untyped)
4257
+ SUPPRESSED_PATHS_RE = ::T.let(nil, ::T.untyped)
4258
+ SUPPRESS_PATTERN = ::T.let(nil, ::T.untyped)
4259
+ SYS_KEYS = ::T.let(nil, ::T.untyped)
4260
+ SYS_PATHS = ::T.let(nil, ::T.untyped)
4261
+ end
4262
+
4263
+ module Rake::DSL
4264
+ include ::FileUtils::StreamUtils_
4265
+ end
4266
+
4267
+ class Rake::FileList
4268
+ ARRAY_METHODS = ::T.let(nil, ::T.untyped)
4269
+ DEFAULT_IGNORE_PATTERNS = ::T.let(nil, ::T.untyped)
4270
+ DEFAULT_IGNORE_PROCS = ::T.let(nil, ::T.untyped)
4271
+ DELEGATING_METHODS = ::T.let(nil, ::T.untyped)
4272
+ GLOB_PATTERN = ::T.let(nil, ::T.untyped)
4273
+ MUST_DEFINE = ::T.let(nil, ::T.untyped)
4274
+ MUST_NOT_DEFINE = ::T.let(nil, ::T.untyped)
4275
+ SPECIAL_RETURN = ::T.let(nil, ::T.untyped)
4276
+ end
4277
+
4278
+ module Rake::FileUtilsExt
4279
+ include ::FileUtils::StreamUtils_
4280
+ DEFAULT = ::T.let(nil, ::T.untyped)
4281
+ end
4282
+
4283
+ module Rake::FileUtilsExt
4284
+ extend ::FileUtils::StreamUtils_
4285
+ end
4286
+
4287
+ class Rake::InvocationChain
4288
+ EMPTY = ::T.let(nil, ::T.untyped)
4289
+ end
4290
+
4291
+ class Rake::LinkedList
4292
+ EMPTY = ::T.let(nil, ::T.untyped)
4293
+ end
4294
+
4295
+ class Rake::Promise
4296
+ NOT_SET = ::T.let(nil, ::T.untyped)
4297
+ end
4298
+
4299
+ class Rake::Scope
4300
+ EMPTY = ::T.let(nil, ::T.untyped)
4301
+ end
4302
+
4303
+ module Rake::Version
4304
+ BUILD = ::T.let(nil, ::T.untyped)
4305
+ MAJOR = ::T.let(nil, ::T.untyped)
4306
+ MINOR = ::T.let(nil, ::T.untyped)
4307
+ NUMBERS = ::T.let(nil, ::T.untyped)
4308
+ OTHER = ::T.let(nil, ::T.untyped)
4309
+ end
4310
+
4311
+ module Rake
4312
+ extend ::FileUtils::StreamUtils_
4313
+ end
4314
+
4315
+ RakeFileUtils = Rake::FileUtilsExt
4316
+
4317
+ class Random
4318
+ def self.bytes(_); end
4319
+ end
4320
+
4321
+ class Range
4322
+ def %(_); end
4323
+
4324
+ def entries(); end
4325
+
4326
+ def to_a(); end
4327
+ end
4328
+
4329
+ module RbConfig
4330
+ def self.expand(val, config=T.unsafe(nil)); end
4331
+
4332
+ def self.fire_update!(key, val, mkconf=T.unsafe(nil), conf=T.unsafe(nil)); end
4333
+
4334
+ def self.ruby(); end
4335
+ end
4336
+
4337
+ module RubyVM::AbstractSyntaxTree
4338
+ end
4339
+
4340
+ class RubyVM::AbstractSyntaxTree::Node
4341
+ def children(); end
4342
+
4343
+ def first_column(); end
4344
+
4345
+ def first_lineno(); end
4346
+
4347
+ def last_column(); end
4348
+
4349
+ def last_lineno(); end
4350
+
4351
+ def pretty_print_children(q, names=T.unsafe(nil)); end
4352
+
4353
+ def type(); end
4354
+ end
4355
+
4356
+ class RubyVM::AbstractSyntaxTree::Node
4357
+ end
4358
+
4359
+ module RubyVM::AbstractSyntaxTree
4360
+ def self.of(body); end
4361
+
4362
+ def self.parse(string); end
4363
+
4364
+ def self.parse_file(pathname); end
4365
+ end
4366
+
4367
+ module RubyVM::MJIT
4368
+ end
4369
+
4370
+ module RubyVM::MJIT
4371
+ def self.enabled?(); end
4372
+
4373
+ def self.pause(*_); end
4374
+
4375
+ def self.resume(); end
4376
+ end
4377
+
4378
+ ScanError = StringScanner::Error
4379
+
4380
+ class Set
4381
+ def ==(other); end
4382
+
4383
+ def ===(o); end
4384
+
4385
+ def compare_by_identity(); end
4386
+
4387
+ def compare_by_identity?(); end
4388
+
4389
+ def divide(&func); end
4390
+
4391
+ def eql?(o); end
4392
+
4393
+ def flatten_merge(set, seen=T.unsafe(nil)); end
4394
+
4395
+ def pretty_print(pp); end
4396
+
4397
+ def pretty_print_cycle(pp); end
4398
+
4399
+ def reset(); end
4400
+ InspectKey = ::T.let(nil, ::T.untyped)
4401
+ end
4402
+
4403
+ class SimpleDelegator
4404
+ RUBYGEMS_ACTIVATION_MONITOR = ::T.let(nil, ::T.untyped)
4405
+ end
4406
+
4407
+ module Singleton
4408
+ def _dump(depth=T.unsafe(nil)); end
4409
+
4410
+ def clone(); end
4411
+
4412
+ def dup(); end
4413
+ end
4414
+
4415
+ module Singleton::SingletonClassMethods
4416
+ def _load(str); end
4417
+
4418
+ def clone(); end
4419
+ end
4420
+
4421
+ module Singleton
4422
+ def self.__init__(klass); end
4423
+ end
4424
+
4425
+ class Socket
4426
+ AF_CCITT = ::T.let(nil, ::T.untyped)
4427
+ AF_CHAOS = ::T.let(nil, ::T.untyped)
4428
+ AF_CNT = ::T.let(nil, ::T.untyped)
4429
+ AF_COIP = ::T.let(nil, ::T.untyped)
4430
+ AF_DATAKIT = ::T.let(nil, ::T.untyped)
4431
+ AF_DLI = ::T.let(nil, ::T.untyped)
4432
+ AF_E164 = ::T.let(nil, ::T.untyped)
4433
+ AF_ECMA = ::T.let(nil, ::T.untyped)
4434
+ AF_HYLINK = ::T.let(nil, ::T.untyped)
4435
+ AF_IMPLINK = ::T.let(nil, ::T.untyped)
4436
+ AF_ISO = ::T.let(nil, ::T.untyped)
4437
+ AF_LAT = ::T.let(nil, ::T.untyped)
4438
+ AF_LINK = ::T.let(nil, ::T.untyped)
4439
+ AF_NATM = ::T.let(nil, ::T.untyped)
4440
+ AF_NDRV = ::T.let(nil, ::T.untyped)
4441
+ AF_NETBIOS = ::T.let(nil, ::T.untyped)
4442
+ AF_NS = ::T.let(nil, ::T.untyped)
4443
+ AF_OSI = ::T.let(nil, ::T.untyped)
4444
+ AF_PPP = ::T.let(nil, ::T.untyped)
4445
+ AF_PUP = ::T.let(nil, ::T.untyped)
4446
+ AF_SIP = ::T.let(nil, ::T.untyped)
4447
+ AF_SYSTEM = ::T.let(nil, ::T.untyped)
4448
+ AI_DEFAULT = ::T.let(nil, ::T.untyped)
4449
+ AI_MASK = ::T.let(nil, ::T.untyped)
4450
+ AI_V4MAPPED_CFG = ::T.let(nil, ::T.untyped)
4451
+ EAI_BADHINTS = ::T.let(nil, ::T.untyped)
4452
+ EAI_MAX = ::T.let(nil, ::T.untyped)
4453
+ EAI_PROTOCOL = ::T.let(nil, ::T.untyped)
4454
+ IFF_ALTPHYS = ::T.let(nil, ::T.untyped)
4455
+ IFF_LINK0 = ::T.let(nil, ::T.untyped)
4456
+ IFF_LINK1 = ::T.let(nil, ::T.untyped)
4457
+ IFF_LINK2 = ::T.let(nil, ::T.untyped)
4458
+ IFF_OACTIVE = ::T.let(nil, ::T.untyped)
4459
+ IFF_SIMPLEX = ::T.let(nil, ::T.untyped)
4460
+ IPPROTO_EON = ::T.let(nil, ::T.untyped)
4461
+ IPPROTO_GGP = ::T.let(nil, ::T.untyped)
4462
+ IPPROTO_HELLO = ::T.let(nil, ::T.untyped)
4463
+ IPPROTO_MAX = ::T.let(nil, ::T.untyped)
4464
+ IPPROTO_ND = ::T.let(nil, ::T.untyped)
4465
+ IPPROTO_XTP = ::T.let(nil, ::T.untyped)
4466
+ IPV6_DONTFRAG = ::T.let(nil, ::T.untyped)
4467
+ IPV6_PATHMTU = ::T.let(nil, ::T.untyped)
4468
+ IPV6_RECVPATHMTU = ::T.let(nil, ::T.untyped)
4469
+ IPV6_USE_MIN_MTU = ::T.let(nil, ::T.untyped)
4470
+ IP_PORTRANGE = ::T.let(nil, ::T.untyped)
4471
+ IP_RECVDSTADDR = ::T.let(nil, ::T.untyped)
4472
+ IP_RECVIF = ::T.let(nil, ::T.untyped)
4473
+ LOCAL_PEERCRED = ::T.let(nil, ::T.untyped)
4474
+ MSG_EOF = ::T.let(nil, ::T.untyped)
4475
+ MSG_FLUSH = ::T.let(nil, ::T.untyped)
4476
+ MSG_HAVEMORE = ::T.let(nil, ::T.untyped)
4477
+ MSG_HOLD = ::T.let(nil, ::T.untyped)
4478
+ MSG_RCVMORE = ::T.let(nil, ::T.untyped)
4479
+ MSG_SEND = ::T.let(nil, ::T.untyped)
4480
+ PF_CCITT = ::T.let(nil, ::T.untyped)
4481
+ PF_CHAOS = ::T.let(nil, ::T.untyped)
4482
+ PF_CNT = ::T.let(nil, ::T.untyped)
4483
+ PF_COIP = ::T.let(nil, ::T.untyped)
4484
+ PF_DATAKIT = ::T.let(nil, ::T.untyped)
4485
+ PF_DLI = ::T.let(nil, ::T.untyped)
4486
+ PF_ECMA = ::T.let(nil, ::T.untyped)
4487
+ PF_HYLINK = ::T.let(nil, ::T.untyped)
4488
+ PF_IMPLINK = ::T.let(nil, ::T.untyped)
4489
+ PF_ISO = ::T.let(nil, ::T.untyped)
4490
+ PF_LAT = ::T.let(nil, ::T.untyped)
4491
+ PF_LINK = ::T.let(nil, ::T.untyped)
4492
+ PF_NATM = ::T.let(nil, ::T.untyped)
4493
+ PF_NDRV = ::T.let(nil, ::T.untyped)
4494
+ PF_NETBIOS = ::T.let(nil, ::T.untyped)
4495
+ PF_NS = ::T.let(nil, ::T.untyped)
4496
+ PF_OSI = ::T.let(nil, ::T.untyped)
4497
+ PF_PIP = ::T.let(nil, ::T.untyped)
4498
+ PF_PPP = ::T.let(nil, ::T.untyped)
4499
+ PF_PUP = ::T.let(nil, ::T.untyped)
4500
+ PF_RTIP = ::T.let(nil, ::T.untyped)
4501
+ PF_SIP = ::T.let(nil, ::T.untyped)
4502
+ PF_SYSTEM = ::T.let(nil, ::T.untyped)
4503
+ PF_XTP = ::T.let(nil, ::T.untyped)
4504
+ SCM_CREDS = ::T.let(nil, ::T.untyped)
4505
+ SO_DONTTRUNC = ::T.let(nil, ::T.untyped)
4506
+ SO_NKE = ::T.let(nil, ::T.untyped)
4507
+ SO_NOSIGPIPE = ::T.let(nil, ::T.untyped)
4508
+ SO_NREAD = ::T.let(nil, ::T.untyped)
4509
+ SO_USELOOPBACK = ::T.let(nil, ::T.untyped)
4510
+ SO_WANTMORE = ::T.let(nil, ::T.untyped)
4511
+ SO_WANTOOBFLAG = ::T.let(nil, ::T.untyped)
4512
+ TCP_NOOPT = ::T.let(nil, ::T.untyped)
4513
+ TCP_NOPUSH = ::T.let(nil, ::T.untyped)
4514
+ end
4515
+
4516
+ module Socket::Constants
4517
+ AF_CCITT = ::T.let(nil, ::T.untyped)
4518
+ AF_CHAOS = ::T.let(nil, ::T.untyped)
4519
+ AF_CNT = ::T.let(nil, ::T.untyped)
4520
+ AF_COIP = ::T.let(nil, ::T.untyped)
4521
+ AF_DATAKIT = ::T.let(nil, ::T.untyped)
4522
+ AF_DLI = ::T.let(nil, ::T.untyped)
4523
+ AF_E164 = ::T.let(nil, ::T.untyped)
4524
+ AF_ECMA = ::T.let(nil, ::T.untyped)
4525
+ AF_HYLINK = ::T.let(nil, ::T.untyped)
4526
+ AF_IMPLINK = ::T.let(nil, ::T.untyped)
4527
+ AF_ISO = ::T.let(nil, ::T.untyped)
4528
+ AF_LAT = ::T.let(nil, ::T.untyped)
4529
+ AF_LINK = ::T.let(nil, ::T.untyped)
4530
+ AF_NATM = ::T.let(nil, ::T.untyped)
4531
+ AF_NDRV = ::T.let(nil, ::T.untyped)
4532
+ AF_NETBIOS = ::T.let(nil, ::T.untyped)
4533
+ AF_NS = ::T.let(nil, ::T.untyped)
4534
+ AF_OSI = ::T.let(nil, ::T.untyped)
4535
+ AF_PPP = ::T.let(nil, ::T.untyped)
4536
+ AF_PUP = ::T.let(nil, ::T.untyped)
4537
+ AF_SIP = ::T.let(nil, ::T.untyped)
4538
+ AF_SYSTEM = ::T.let(nil, ::T.untyped)
4539
+ AI_DEFAULT = ::T.let(nil, ::T.untyped)
4540
+ AI_MASK = ::T.let(nil, ::T.untyped)
4541
+ AI_V4MAPPED_CFG = ::T.let(nil, ::T.untyped)
4542
+ EAI_BADHINTS = ::T.let(nil, ::T.untyped)
4543
+ EAI_MAX = ::T.let(nil, ::T.untyped)
4544
+ EAI_PROTOCOL = ::T.let(nil, ::T.untyped)
4545
+ IFF_ALTPHYS = ::T.let(nil, ::T.untyped)
4546
+ IFF_LINK0 = ::T.let(nil, ::T.untyped)
4547
+ IFF_LINK1 = ::T.let(nil, ::T.untyped)
4548
+ IFF_LINK2 = ::T.let(nil, ::T.untyped)
4549
+ IFF_OACTIVE = ::T.let(nil, ::T.untyped)
4550
+ IFF_SIMPLEX = ::T.let(nil, ::T.untyped)
4551
+ IPPROTO_EON = ::T.let(nil, ::T.untyped)
4552
+ IPPROTO_GGP = ::T.let(nil, ::T.untyped)
4553
+ IPPROTO_HELLO = ::T.let(nil, ::T.untyped)
4554
+ IPPROTO_MAX = ::T.let(nil, ::T.untyped)
4555
+ IPPROTO_ND = ::T.let(nil, ::T.untyped)
4556
+ IPPROTO_XTP = ::T.let(nil, ::T.untyped)
4557
+ IPV6_DONTFRAG = ::T.let(nil, ::T.untyped)
4558
+ IPV6_PATHMTU = ::T.let(nil, ::T.untyped)
4559
+ IPV6_RECVPATHMTU = ::T.let(nil, ::T.untyped)
4560
+ IPV6_USE_MIN_MTU = ::T.let(nil, ::T.untyped)
4561
+ IP_PORTRANGE = ::T.let(nil, ::T.untyped)
4562
+ IP_RECVDSTADDR = ::T.let(nil, ::T.untyped)
4563
+ IP_RECVIF = ::T.let(nil, ::T.untyped)
4564
+ LOCAL_PEERCRED = ::T.let(nil, ::T.untyped)
4565
+ MSG_EOF = ::T.let(nil, ::T.untyped)
4566
+ MSG_FLUSH = ::T.let(nil, ::T.untyped)
4567
+ MSG_HAVEMORE = ::T.let(nil, ::T.untyped)
4568
+ MSG_HOLD = ::T.let(nil, ::T.untyped)
4569
+ MSG_RCVMORE = ::T.let(nil, ::T.untyped)
4570
+ MSG_SEND = ::T.let(nil, ::T.untyped)
4571
+ PF_CCITT = ::T.let(nil, ::T.untyped)
4572
+ PF_CHAOS = ::T.let(nil, ::T.untyped)
4573
+ PF_CNT = ::T.let(nil, ::T.untyped)
4574
+ PF_COIP = ::T.let(nil, ::T.untyped)
4575
+ PF_DATAKIT = ::T.let(nil, ::T.untyped)
4576
+ PF_DLI = ::T.let(nil, ::T.untyped)
4577
+ PF_ECMA = ::T.let(nil, ::T.untyped)
4578
+ PF_HYLINK = ::T.let(nil, ::T.untyped)
4579
+ PF_IMPLINK = ::T.let(nil, ::T.untyped)
4580
+ PF_ISO = ::T.let(nil, ::T.untyped)
4581
+ PF_LAT = ::T.let(nil, ::T.untyped)
4582
+ PF_LINK = ::T.let(nil, ::T.untyped)
4583
+ PF_NATM = ::T.let(nil, ::T.untyped)
4584
+ PF_NDRV = ::T.let(nil, ::T.untyped)
4585
+ PF_NETBIOS = ::T.let(nil, ::T.untyped)
4586
+ PF_NS = ::T.let(nil, ::T.untyped)
4587
+ PF_OSI = ::T.let(nil, ::T.untyped)
4588
+ PF_PIP = ::T.let(nil, ::T.untyped)
4589
+ PF_PPP = ::T.let(nil, ::T.untyped)
4590
+ PF_PUP = ::T.let(nil, ::T.untyped)
4591
+ PF_RTIP = ::T.let(nil, ::T.untyped)
4592
+ PF_SIP = ::T.let(nil, ::T.untyped)
4593
+ PF_SYSTEM = ::T.let(nil, ::T.untyped)
4594
+ PF_XTP = ::T.let(nil, ::T.untyped)
4595
+ SCM_CREDS = ::T.let(nil, ::T.untyped)
4596
+ SO_DONTTRUNC = ::T.let(nil, ::T.untyped)
4597
+ SO_NKE = ::T.let(nil, ::T.untyped)
4598
+ SO_NOSIGPIPE = ::T.let(nil, ::T.untyped)
4599
+ SO_NREAD = ::T.let(nil, ::T.untyped)
4600
+ SO_USELOOPBACK = ::T.let(nil, ::T.untyped)
4601
+ SO_WANTMORE = ::T.let(nil, ::T.untyped)
4602
+ SO_WANTOOBFLAG = ::T.let(nil, ::T.untyped)
4603
+ TCP_NOOPT = ::T.let(nil, ::T.untyped)
4604
+ TCP_NOPUSH = ::T.let(nil, ::T.untyped)
4605
+ end
4606
+
4607
+ class SortedSet
4608
+ def initialize(*args, &block); end
4609
+ end
4610
+
4611
+ class SortedSet
4612
+ def self.setup(); end
4613
+ end
4614
+
4615
+ class String
4616
+ include ::JSON::Ext::Generator::GeneratorMethods::String
4617
+ def shellescape(); end
4618
+
4619
+ def shellsplit(); end
4620
+ end
4621
+
4622
+ class String
4623
+ extend ::JSON::Ext::Generator::GeneratorMethods::String::Extend
4624
+ end
4625
+
4626
+ class StringIO
4627
+ def set_encoding_by_bom(); end
4628
+ VERSION = ::T.let(nil, ::T.untyped)
4629
+ end
4630
+
4631
+ class StringScanner
4632
+ def bol?(); end
4633
+
4634
+ def fixed_anchor?(); end
4635
+
4636
+ def initialize(*_); end
4637
+ Id = ::T.let(nil, ::T.untyped)
4638
+ Version = ::T.let(nil, ::T.untyped)
4639
+ end
4640
+
4641
+ class Struct
4642
+ def deconstruct(); end
4643
+
4644
+ def deconstruct_keys(_); end
4645
+
4646
+ def filter(*_); end
4647
+ end
4648
+
4649
+ Struct::Group = Etc::Group
4650
+
4651
+ Struct::Passwd = Etc::Passwd
4652
+
4653
+ Struct::Tms = Process::Tms
4654
+
4655
+ class TracePoint
4656
+ def eval_script(); end
4657
+
4658
+ def instruction_sequence(); end
4659
+
4660
+ def parameters(); end
4661
+ end
4662
+
4663
+ class TracePoint
4664
+ def self.new(*events); end
4665
+ end
4666
+
4667
+ class TrueClass
4668
+ include ::JSON::Ext::Generator::GeneratorMethods::TrueClass
4669
+ end
4670
+
4671
+ module URI
4672
+ include ::URI::RFC2396_REGEXP
4673
+ end
4674
+
4675
+ class URI::FTP
4676
+ def self.new2(user, password, host, port, path, typecode=T.unsafe(nil), arg_check=T.unsafe(nil)); end
4677
+ end
4678
+
4679
+ class URI::File
4680
+ def check_password(user); end
4681
+
4682
+ def check_user(user); end
4683
+
4684
+ def check_userinfo(user); end
4685
+
4686
+ def set_userinfo(v); end
4687
+ COMPONENT = ::T.let(nil, ::T.untyped)
4688
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
4689
+ end
4690
+
4691
+ class URI::File
4692
+ end
4693
+
4694
+ class URI::LDAP
4695
+ def attributes(); end
4696
+
4697
+ def attributes=(val); end
4698
+
4699
+ def dn(); end
4700
+
4701
+ def dn=(val); end
4702
+
4703
+ def extensions(); end
4704
+
4705
+ def extensions=(val); end
4706
+
4707
+ def filter(); end
4708
+
4709
+ def filter=(val); end
4710
+
4711
+ def initialize(*arg); end
4712
+
4713
+ def scope(); end
4714
+
4715
+ def scope=(val); end
4716
+
4717
+ def set_attributes(val); end
4718
+
4719
+ def set_dn(val); end
4720
+
4721
+ def set_extensions(val); end
4722
+
4723
+ def set_filter(val); end
4724
+
4725
+ def set_scope(val); end
4726
+ end
4727
+
4728
+ class URI::MailTo
4729
+ def initialize(*arg); end
4730
+ end
4731
+
4732
+ URI::Parser = URI::RFC2396_Parser
4733
+
4734
+ URI::REGEXP = URI::RFC2396_REGEXP
4735
+
4736
+ class URI::RFC2396_Parser
4737
+ def initialize(opts=T.unsafe(nil)); end
4738
+ end
4739
+
4740
+ class URI::RFC3986_Parser
4741
+ def join(*uris); end
4742
+
4743
+ def parse(uri); end
4744
+
4745
+ def regexp(); end
4746
+
4747
+ def split(uri); end
4748
+ RFC3986_relative_ref = ::T.let(nil, ::T.untyped)
4749
+ end
4750
+
4751
+ module URI::Util
4752
+ def self.make_components_hash(klass, array_hash); end
4753
+ end
4754
+
4755
+ module URI
4756
+ extend ::URI::Escape
4757
+ def self.get_encoding(label); end
4758
+ end
4759
+
4760
+ class UnboundMethod
4761
+ def bind_call(*_); end
4762
+ end
4763
+
4764
+ module UnicodeNormalize
4765
+ end
4766
+
4767
+ module UnicodeNormalize
4768
+ end
4769
+
4770
+ module Warning
4771
+ extend ::Warning
4772
+ def self.[](_); end
4773
+
4774
+ def self.[]=(_, _1); end
4775
+ end
4776
+