sprinkles-opts 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2303 @@
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 Array
7
+ include ::JSON::Ext::Generator::GeneratorMethods::Array
8
+ def shelljoin(); end
9
+
10
+ def to_h(); end
11
+ end
12
+
13
+ class Array
14
+ def self.try_convert(_); end
15
+ end
16
+
17
+ BasicObject::BasicObject = BasicObject
18
+
19
+ class BasicSocket
20
+ def read_nonblock(len, str=T.unsafe(nil), exception: T.unsafe(nil)); end
21
+ end
22
+
23
+ class BigDecimal
24
+ def clone(); end
25
+ EXCEPTION_NaN = ::T.let(nil, ::T.untyped)
26
+ VERSION = ::T.let(nil, ::T.untyped)
27
+ end
28
+
29
+ class BigDecimal
30
+ def self.new(*args, **kwargs); end
31
+ end
32
+
33
+ class Binding
34
+ def clone(); end
35
+
36
+ def irb(); end
37
+ end
38
+
39
+ Bundler::Deprecate = Gem::Deprecate
40
+
41
+ class Bundler::Env
42
+ end
43
+
44
+ class Bundler::Env
45
+ def self.environment(); end
46
+
47
+ def self.report(options=T.unsafe(nil)); end
48
+
49
+ def self.write(io); end
50
+ end
51
+
52
+ class Bundler::FeatureFlag
53
+ def github_https?(); end
54
+
55
+ def global_path_appends_ruby_scope?(); end
56
+ end
57
+
58
+ class Bundler::Fetcher
59
+ def fetch_spec(spec); end
60
+
61
+ def fetchers(); end
62
+
63
+ def http_proxy(); end
64
+
65
+ def initialize(remote); end
66
+
67
+ def specs(gem_names, source); end
68
+
69
+ def specs_with_retry(gem_names, source); end
70
+
71
+ def uri(); end
72
+
73
+ def use_api(); end
74
+
75
+ def user_agent(); end
76
+ FAIL_ERRORS = ::T.let(nil, ::T.untyped)
77
+ FETCHERS = ::T.let(nil, ::T.untyped)
78
+ HTTP_ERRORS = ::T.let(nil, ::T.untyped)
79
+ NET_ERRORS = ::T.let(nil, ::T.untyped)
80
+ end
81
+
82
+ class Bundler::Fetcher::AuthenticationRequiredError
83
+ def initialize(remote_uri); end
84
+ end
85
+
86
+ class Bundler::Fetcher::BadAuthenticationError
87
+ def initialize(remote_uri); end
88
+ end
89
+
90
+ class Bundler::Fetcher::Base
91
+ def api_fetcher?(); end
92
+
93
+ def available?(); end
94
+
95
+ def display_uri(); end
96
+
97
+ def downloader(); end
98
+
99
+ def fetch_uri(); end
100
+
101
+ def initialize(downloader, remote, display_uri); end
102
+
103
+ def remote(); end
104
+
105
+ def remote_uri(); end
106
+ end
107
+
108
+ class Bundler::Fetcher::Base
109
+ end
110
+
111
+ class Bundler::Fetcher::CertificateFailureError
112
+ def initialize(remote_uri); end
113
+ end
114
+
115
+ class Bundler::Fetcher::CompactIndex
116
+ def available?(*args, &blk); end
117
+
118
+ def fetch_spec(*args, &blk); end
119
+
120
+ def specs(*args, &blk); end
121
+
122
+ def specs_for_names(gem_names); end
123
+ end
124
+
125
+ class Bundler::Fetcher::CompactIndex::ClientFetcher
126
+ def call(path, headers); end
127
+
128
+ def fetcher(); end
129
+
130
+ def fetcher=(_); end
131
+
132
+ def ui(); end
133
+
134
+ def ui=(_); end
135
+ end
136
+
137
+ class Bundler::Fetcher::CompactIndex::ClientFetcher
138
+ def self.[](*_); end
139
+
140
+ def self.members(); end
141
+ end
142
+
143
+ class Bundler::Fetcher::CompactIndex
144
+ def self.compact_index_request(method_name); end
145
+ end
146
+
147
+ class Bundler::Fetcher::Dependency
148
+ def dependency_api_uri(gem_names=T.unsafe(nil)); end
149
+
150
+ def dependency_specs(gem_names); end
151
+
152
+ def get_formatted_specs_and_deps(gem_list); end
153
+
154
+ def specs(gem_names, full_dependency_list=T.unsafe(nil), last_spec_list=T.unsafe(nil)); end
155
+
156
+ def unmarshalled_dep_gems(gem_names); end
157
+ end
158
+
159
+ class Bundler::Fetcher::Dependency
160
+ end
161
+
162
+ class Bundler::Fetcher::Downloader
163
+ def connection(); end
164
+
165
+ def fetch(uri, headers=T.unsafe(nil), counter=T.unsafe(nil)); end
166
+
167
+ def initialize(connection, redirect_limit); end
168
+
169
+ def redirect_limit(); end
170
+
171
+ def request(uri, headers); end
172
+ end
173
+
174
+ class Bundler::Fetcher::Downloader
175
+ end
176
+
177
+ class Bundler::Fetcher::Index
178
+ def fetch_spec(spec); end
179
+
180
+ def specs(_gem_names); end
181
+ end
182
+
183
+ class Bundler::Fetcher::Index
184
+ end
185
+
186
+ class Bundler::Fetcher::SSLError
187
+ def initialize(msg=T.unsafe(nil)); end
188
+ end
189
+
190
+ class Bundler::Fetcher
191
+ def self.api_timeout(); end
192
+
193
+ def self.api_timeout=(api_timeout); end
194
+
195
+ def self.disable_endpoint(); end
196
+
197
+ def self.disable_endpoint=(disable_endpoint); end
198
+
199
+ def self.max_retries(); end
200
+
201
+ def self.max_retries=(max_retries); end
202
+
203
+ def self.redirect_limit(); end
204
+
205
+ def self.redirect_limit=(redirect_limit); end
206
+ end
207
+
208
+ class Bundler::GemHelper
209
+ include ::Rake::DSL
210
+ include ::Rake::FileUtilsExt
211
+ include ::FileUtils
212
+ include ::FileUtils::StreamUtils_
213
+ def allowed_push_host(); end
214
+
215
+ def already_tagged?(); end
216
+
217
+ def base(); end
218
+
219
+ def build_gem(); end
220
+
221
+ def built_gem_path(); end
222
+
223
+ def clean?(); end
224
+
225
+ def committed?(); end
226
+
227
+ def gem_key(); end
228
+
229
+ def gem_push?(); end
230
+
231
+ def gem_push_host(); end
232
+
233
+ def gemspec(); end
234
+
235
+ def git_push(remote=T.unsafe(nil)); end
236
+
237
+ def guard_clean(); end
238
+
239
+ def initialize(base=T.unsafe(nil), name=T.unsafe(nil)); end
240
+
241
+ def install(); end
242
+
243
+ def install_gem(built_gem_path=T.unsafe(nil), local=T.unsafe(nil)); end
244
+
245
+ def name(); end
246
+
247
+ def perform_git_push(options=T.unsafe(nil)); end
248
+
249
+ def rubygem_push(path); end
250
+
251
+ def sh(cmd, &block); end
252
+
253
+ def sh_with_code(cmd, &block); end
254
+
255
+ def spec_path(); end
256
+
257
+ def tag_version(); end
258
+
259
+ def version(); end
260
+
261
+ def version_tag(); end
262
+ end
263
+
264
+ class Bundler::GemHelper
265
+ def self.gemspec(&block); end
266
+
267
+ def self.install_tasks(opts=T.unsafe(nil)); end
268
+
269
+ def self.instance(); end
270
+
271
+ def self.instance=(instance); end
272
+ end
273
+
274
+ class Bundler::GemRemoteFetcher
275
+ end
276
+
277
+ class Bundler::GemRemoteFetcher
278
+ end
279
+
280
+ class Bundler::GemVersionPromoter
281
+ def initialize(locked_specs=T.unsafe(nil), unlock_gems=T.unsafe(nil)); end
282
+
283
+ def level(); end
284
+
285
+ def level=(value); end
286
+
287
+ def locked_specs(); end
288
+
289
+ def major?(); end
290
+
291
+ def minor?(); end
292
+
293
+ def prerelease_specified(); end
294
+
295
+ def prerelease_specified=(prerelease_specified); end
296
+
297
+ def sort_versions(dep, spec_groups); end
298
+
299
+ def strict(); end
300
+
301
+ def strict=(strict); end
302
+
303
+ def unlock_gems(); end
304
+ DEBUG = ::T.let(nil, ::T.untyped)
305
+ end
306
+
307
+ class Bundler::GemVersionPromoter
308
+ end
309
+
310
+ class Bundler::Graph
311
+ def edge_options(); end
312
+
313
+ def groups(); end
314
+
315
+ 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
316
+
317
+ def node_options(); end
318
+
319
+ def output_file(); end
320
+
321
+ def output_format(); end
322
+
323
+ def relations(); end
324
+
325
+ def viz(); end
326
+ GRAPH_NAME = ::T.let(nil, ::T.untyped)
327
+ end
328
+
329
+ class Bundler::Graph::GraphVizClient
330
+ def g(); end
331
+
332
+ def initialize(graph_instance); end
333
+
334
+ def run(); end
335
+ end
336
+
337
+ class Bundler::Graph::GraphVizClient
338
+ end
339
+
340
+ class Bundler::Graph
341
+ end
342
+
343
+ class Bundler::Index
344
+ include ::Enumerable
345
+ end
346
+
347
+ class Bundler::Injector
348
+ def initialize(deps, options=T.unsafe(nil)); end
349
+
350
+ def inject(gemfile_path, lockfile_path); end
351
+
352
+ def remove(gemfile_path, lockfile_path); end
353
+ INJECTED_GEMS = ::T.let(nil, ::T.untyped)
354
+ end
355
+
356
+ class Bundler::Injector
357
+ def self.inject(new_deps, options=T.unsafe(nil)); end
358
+
359
+ def self.remove(gems, options=T.unsafe(nil)); end
360
+ end
361
+
362
+ class Bundler::Installer
363
+ def generate_bundler_executable_stubs(spec, options=T.unsafe(nil)); end
364
+
365
+ def generate_standalone_bundler_executable_stubs(spec); end
366
+
367
+ def initialize(root, definition); end
368
+
369
+ def post_install_messages(); end
370
+
371
+ def run(options); end
372
+ end
373
+
374
+ class Bundler::Installer
375
+ def self.ambiguous_gems(); end
376
+
377
+ def self.ambiguous_gems=(ambiguous_gems); end
378
+
379
+ def self.install(root, definition, options=T.unsafe(nil)); end
380
+ end
381
+
382
+ class Bundler::Molinillo::DependencyGraph
383
+ include ::Enumerable
384
+ end
385
+
386
+ class Bundler::Molinillo::DependencyGraph::Log
387
+ extend ::Enumerable
388
+ end
389
+
390
+ module Bundler::Plugin::API::Source
391
+ def ==(other); end
392
+
393
+ def app_cache_dirname(); end
394
+
395
+ def app_cache_path(custom_path=T.unsafe(nil)); end
396
+
397
+ def bundler_plugin_api_source?(); end
398
+
399
+ def cache(spec, custom_path=T.unsafe(nil)); end
400
+
401
+ def cached!(); end
402
+
403
+ def can_lock?(spec); end
404
+
405
+ def dependency_names(); end
406
+
407
+ def dependency_names=(dependency_names); end
408
+
409
+ def double_check_for(*_); end
410
+
411
+ def eql?(other); end
412
+
413
+ def fetch_gemspec_files(); end
414
+
415
+ def gem_install_dir(); end
416
+
417
+ def hash(); end
418
+
419
+ def include?(other); end
420
+
421
+ def initialize(opts); end
422
+
423
+ def install(spec, opts); end
424
+
425
+ def install_path(); end
426
+
427
+ def installed?(); end
428
+
429
+ def name(); end
430
+
431
+ def options(); end
432
+
433
+ def options_to_lock(); end
434
+
435
+ def post_install(spec, disable_exts=T.unsafe(nil)); end
436
+
437
+ def remote!(); end
438
+
439
+ def root(); end
440
+
441
+ def specs(); end
442
+
443
+ def to_lock(); end
444
+
445
+ def to_s(); end
446
+
447
+ def unlock!(); end
448
+
449
+ def unmet_deps(); end
450
+
451
+ def uri(); end
452
+
453
+ def uri_hash(); end
454
+ end
455
+
456
+ module Bundler::Plugin::API::Source
457
+ end
458
+
459
+ module Bundler::Plugin::Events
460
+ GEM_AFTER_INSTALL = ::T.let(nil, ::T.untyped)
461
+ GEM_AFTER_INSTALL_ALL = ::T.let(nil, ::T.untyped)
462
+ GEM_BEFORE_INSTALL = ::T.let(nil, ::T.untyped)
463
+ GEM_BEFORE_INSTALL_ALL = ::T.let(nil, ::T.untyped)
464
+ end
465
+
466
+ class Bundler::Plugin::Index::CommandConflict
467
+ def initialize(plugin, commands); end
468
+ end
469
+
470
+ class Bundler::Plugin::Index::CommandConflict
471
+ end
472
+
473
+ class Bundler::Plugin::Index::SourceConflict
474
+ def initialize(plugin, sources); end
475
+ end
476
+
477
+ class Bundler::Plugin::Index::SourceConflict
478
+ end
479
+
480
+ class Bundler::Plugin::Installer
481
+ def install(names, options); end
482
+
483
+ def install_definition(definition); end
484
+ end
485
+
486
+ class Bundler::Plugin::Installer::Git
487
+ def generate_bin(spec, disable_extensions=T.unsafe(nil)); end
488
+ end
489
+
490
+ class Bundler::Plugin::Installer::Git
491
+ end
492
+
493
+ class Bundler::Plugin::Installer::Rubygems
494
+ end
495
+
496
+ class Bundler::Plugin::Installer::Rubygems
497
+ end
498
+
499
+ class Bundler::Plugin::Installer
500
+ end
501
+
502
+ class Bundler::Plugin::SourceList
503
+ end
504
+
505
+ class Bundler::Plugin::SourceList
506
+ end
507
+
508
+ class Bundler::ProcessLock
509
+ end
510
+
511
+ class Bundler::ProcessLock
512
+ def self.lock(bundle_path=T.unsafe(nil)); end
513
+ end
514
+
515
+ class Bundler::Retry
516
+ def attempt(&block); end
517
+
518
+ def attempts(&block); end
519
+
520
+ def current_run(); end
521
+
522
+ def current_run=(current_run); end
523
+
524
+ def initialize(name, exceptions=T.unsafe(nil), retries=T.unsafe(nil)); end
525
+
526
+ def name(); end
527
+
528
+ def name=(name); end
529
+
530
+ def total_runs(); end
531
+
532
+ def total_runs=(total_runs); end
533
+ end
534
+
535
+ class Bundler::Retry
536
+ def self.attempts(); end
537
+
538
+ def self.default_attempts(); end
539
+
540
+ def self.default_retries(); end
541
+ end
542
+
543
+ class Bundler::RubyGemsGemInstaller
544
+ end
545
+
546
+ class Bundler::RubyGemsGemInstaller
547
+ end
548
+
549
+ class Bundler::RubygemsIntegration::MoreFuture
550
+ def backport_ext_builder_monitor(); end
551
+ end
552
+
553
+ class Bundler::Settings::Mirror
554
+ def ==(other); end
555
+
556
+ def fallback_timeout(); end
557
+
558
+ def fallback_timeout=(timeout); end
559
+
560
+ def initialize(uri=T.unsafe(nil), fallback_timeout=T.unsafe(nil)); end
561
+
562
+ def uri(); end
563
+
564
+ def uri=(uri); end
565
+
566
+ def valid?(); end
567
+
568
+ def validate!(probe=T.unsafe(nil)); end
569
+ DEFAULT_FALLBACK_TIMEOUT = ::T.let(nil, ::T.untyped)
570
+ end
571
+
572
+ class Bundler::Settings::Mirror
573
+ end
574
+
575
+ class Bundler::Settings::Mirrors
576
+ def each(&blk); end
577
+
578
+ def for(uri); end
579
+
580
+ def initialize(prober=T.unsafe(nil)); end
581
+
582
+ def parse(key, value); end
583
+ end
584
+
585
+ class Bundler::Settings::Mirrors
586
+ end
587
+
588
+ class Bundler::Settings::Validator
589
+ end
590
+
591
+ class Bundler::Settings::Validator::Rule
592
+ def description(); end
593
+
594
+ def fail!(key, value, *reasons); end
595
+
596
+ def initialize(keys, description, &validate); end
597
+
598
+ def k(key); end
599
+
600
+ def set(settings, key, value, *reasons); end
601
+
602
+ def validate!(key, value, settings); end
603
+ end
604
+
605
+ class Bundler::Settings::Validator::Rule
606
+ end
607
+
608
+ class Bundler::Settings::Validator
609
+ def self.validate!(key, value, settings); end
610
+ end
611
+
612
+ class Bundler::SpecSet
613
+ include ::Enumerable
614
+ end
615
+
616
+ class Bundler::UI::Shell
617
+ def add_color(string, *color); end
618
+
619
+ def ask(msg); end
620
+
621
+ def confirm(msg, newline=T.unsafe(nil)); end
622
+
623
+ def debug(msg, newline=T.unsafe(nil)); end
624
+
625
+ def debug?(); end
626
+
627
+ def error(msg, newline=T.unsafe(nil)); end
628
+
629
+ def info(msg, newline=T.unsafe(nil)); end
630
+
631
+ def initialize(options=T.unsafe(nil)); end
632
+
633
+ def level(name=T.unsafe(nil)); end
634
+
635
+ def level=(level); end
636
+
637
+ def no?(); end
638
+
639
+ def quiet?(); end
640
+
641
+ def shell=(shell); end
642
+
643
+ def silence(&blk); end
644
+
645
+ def trace(e, newline=T.unsafe(nil), force=T.unsafe(nil)); end
646
+
647
+ def unprinted_warnings(); end
648
+
649
+ def warn(msg, newline=T.unsafe(nil)); end
650
+
651
+ def yes?(msg); end
652
+ LEVELS = ::T.let(nil, ::T.untyped)
653
+ end
654
+
655
+ class Bundler::UI::Shell
656
+ end
657
+
658
+ module Bundler::VersionRanges
659
+ end
660
+
661
+ class Bundler::VersionRanges::NEq
662
+ def version(); end
663
+
664
+ def version=(_); end
665
+ end
666
+
667
+ class Bundler::VersionRanges::NEq
668
+ def self.[](*_); end
669
+
670
+ def self.members(); end
671
+ end
672
+
673
+ class Bundler::VersionRanges::ReqR
674
+ def cover?(v); end
675
+
676
+ def empty?(); end
677
+
678
+ def left(); end
679
+
680
+ def left=(_); end
681
+
682
+ def right(); end
683
+
684
+ def right=(_); end
685
+
686
+ def single?(); end
687
+ INFINITY = ::T.let(nil, ::T.untyped)
688
+ UNIVERSAL = ::T.let(nil, ::T.untyped)
689
+ ZERO = ::T.let(nil, ::T.untyped)
690
+ end
691
+
692
+ class Bundler::VersionRanges::ReqR::Endpoint
693
+ def inclusive(); end
694
+
695
+ def inclusive=(_); end
696
+
697
+ def version(); end
698
+
699
+ def version=(_); end
700
+ end
701
+
702
+ class Bundler::VersionRanges::ReqR::Endpoint
703
+ def self.[](*_); end
704
+
705
+ def self.members(); end
706
+ end
707
+
708
+ class Bundler::VersionRanges::ReqR
709
+ def self.[](*_); end
710
+
711
+ def self.members(); end
712
+ end
713
+
714
+ module Bundler::VersionRanges
715
+ def self.empty?(ranges, neqs); end
716
+
717
+ def self.for(requirement); end
718
+
719
+ def self.for_many(requirements); end
720
+ end
721
+
722
+ class Class
723
+ def json_creatable?(); end
724
+ end
725
+
726
+ class DidYouMean::ClassNameChecker
727
+ def class_name(); end
728
+
729
+ def class_names(); end
730
+
731
+ def corrections(); end
732
+
733
+ def initialize(exception); end
734
+
735
+ def scopes(); end
736
+ end
737
+
738
+ module DidYouMean::Correctable
739
+ def corrections(); end
740
+
741
+ def original_message(); end
742
+
743
+ def spell_checker(); end
744
+
745
+ def to_s(); end
746
+ end
747
+
748
+ module DidYouMean::Jaro
749
+ def self.distance(str1, str2); end
750
+ end
751
+
752
+ module DidYouMean::JaroWinkler
753
+ def self.distance(str1, str2); end
754
+ end
755
+
756
+ class DidYouMean::KeyErrorChecker
757
+ def corrections(); end
758
+
759
+ def initialize(key_error); end
760
+ end
761
+
762
+ class DidYouMean::KeyErrorChecker
763
+ end
764
+
765
+ module DidYouMean::Levenshtein
766
+ def self.distance(str1, str2); end
767
+
768
+ def self.min3(a, b, c); end
769
+ end
770
+
771
+ class DidYouMean::MethodNameChecker
772
+ def corrections(); end
773
+
774
+ def initialize(exception); end
775
+
776
+ def method_name(); end
777
+
778
+ def method_names(); end
779
+
780
+ def receiver(); end
781
+ RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
782
+ end
783
+
784
+ class DidYouMean::NullChecker
785
+ def corrections(); end
786
+
787
+ def initialize(*_); end
788
+ end
789
+
790
+ class DidYouMean::PlainFormatter
791
+ def message_for(corrections); end
792
+ end
793
+
794
+ class DidYouMean::PlainFormatter
795
+ end
796
+
797
+ class DidYouMean::VariableNameChecker
798
+ def corrections(); end
799
+
800
+ def cvar_names(); end
801
+
802
+ def initialize(exception); end
803
+
804
+ def ivar_names(); end
805
+
806
+ def lvar_names(); end
807
+
808
+ def method_names(); end
809
+
810
+ def name(); end
811
+ RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
812
+ end
813
+
814
+ module DidYouMean
815
+ def self.formatter(); end
816
+
817
+ def self.formatter=(formatter); end
818
+ end
819
+
820
+ class Dir
821
+ def children(); end
822
+
823
+ def each_child(); end
824
+ end
825
+
826
+ class Dir
827
+ def self.exists?(_); end
828
+ end
829
+
830
+ class Encoding
831
+ def _dump(*_); end
832
+ end
833
+
834
+ class Encoding::Converter
835
+ def initialize(*_); end
836
+ end
837
+
838
+ class Encoding
839
+ def self._load(_); end
840
+ end
841
+
842
+ module Enumerable
843
+ def chain(*_); end
844
+
845
+ def sum(*_); end
846
+ end
847
+
848
+ class Enumerator
849
+ def +(_); end
850
+
851
+ def each_with_index(); end
852
+ end
853
+
854
+ class Enumerator::ArithmeticSequence
855
+ def begin(); end
856
+
857
+ def each(&blk); end
858
+
859
+ def end(); end
860
+
861
+ def exclude_end?(); end
862
+
863
+ def last(*_); end
864
+
865
+ def step(); end
866
+ end
867
+
868
+ class Enumerator::ArithmeticSequence
869
+ end
870
+
871
+ class Enumerator::Chain
872
+ end
873
+
874
+ class Enumerator::Chain
875
+ end
876
+
877
+ class Enumerator::Generator
878
+ def each(*_, &blk); end
879
+
880
+ def initialize(*_); end
881
+ end
882
+
883
+ Errno::EAUTH = Errno::NOERROR
884
+
885
+ Errno::EBADARCH = Errno::NOERROR
886
+
887
+ Errno::EBADEXEC = Errno::NOERROR
888
+
889
+ Errno::EBADMACHO = Errno::NOERROR
890
+
891
+ Errno::EBADRPC = Errno::NOERROR
892
+
893
+ Errno::ECAPMODE = Errno::NOERROR
894
+
895
+ Errno::EDEADLOCK = Errno::EDEADLK
896
+
897
+ Errno::EDEVERR = Errno::NOERROR
898
+
899
+ Errno::EDOOFUS = Errno::NOERROR
900
+
901
+ Errno::EFTYPE = Errno::NOERROR
902
+
903
+ Errno::EIPSEC = Errno::NOERROR
904
+
905
+ Errno::ELAST = Errno::NOERROR
906
+
907
+ Errno::ENEEDAUTH = Errno::NOERROR
908
+
909
+ Errno::ENOATTR = Errno::NOERROR
910
+
911
+ Errno::ENOPOLICY = Errno::NOERROR
912
+
913
+ Errno::ENOTCAPABLE = Errno::NOERROR
914
+
915
+ class Errno::ENOTSUP
916
+ Errno = ::T.let(nil, ::T.untyped)
917
+ end
918
+
919
+ class Errno::ENOTSUP
920
+ end
921
+
922
+ Errno::EPROCLIM = Errno::NOERROR
923
+
924
+ Errno::EPROCUNAVAIL = Errno::NOERROR
925
+
926
+ Errno::EPROGMISMATCH = Errno::NOERROR
927
+
928
+ Errno::EPROGUNAVAIL = Errno::NOERROR
929
+
930
+ Errno::EPWROFF = Errno::NOERROR
931
+
932
+ Errno::EQFULL = Errno::NOERROR
933
+
934
+ Errno::ERPCMISMATCH = Errno::NOERROR
935
+
936
+ Errno::ESHLIBVERS = Errno::NOERROR
937
+
938
+ class Etc::Group
939
+ def gid(); end
940
+
941
+ def gid=(_); end
942
+
943
+ def mem(); end
944
+
945
+ def mem=(_); end
946
+
947
+ def name(); end
948
+
949
+ def name=(_); end
950
+
951
+ def passwd(); end
952
+
953
+ def passwd=(_); end
954
+ end
955
+
956
+ class Etc::Group
957
+ extend ::Enumerable
958
+ def self.[](*_); end
959
+
960
+ def self.each(&blk); end
961
+
962
+ def self.members(); end
963
+ end
964
+
965
+ class Etc::Passwd
966
+ def dir=(_); end
967
+
968
+ def gecos(); end
969
+
970
+ def gecos=(_); end
971
+
972
+ def gid=(_); end
973
+
974
+ def name=(_); end
975
+
976
+ def passwd=(_); end
977
+
978
+ def shell=(_); end
979
+
980
+ def uid=(_); end
981
+ end
982
+
983
+ class Etc::Passwd
984
+ extend ::Enumerable
985
+ def self.[](*_); end
986
+
987
+ def self.each(&blk); end
988
+
989
+ def self.members(); end
990
+ end
991
+
992
+ class ExitCalledError
993
+ end
994
+
995
+ class ExitCalledError
996
+ end
997
+
998
+ class FalseClass
999
+ include ::JSON::Ext::Generator::GeneratorMethods::FalseClass
1000
+ end
1001
+
1002
+ class File
1003
+ def self.exists?(_); end
1004
+ end
1005
+
1006
+ FileList = Rake::FileList
1007
+
1008
+ module FileUtils
1009
+ include ::FileUtils::StreamUtils_
1010
+ LN_SUPPORTED = ::T.let(nil, ::T.untyped)
1011
+ RUBY = ::T.let(nil, ::T.untyped)
1012
+ end
1013
+
1014
+ module FileUtils::DryRun
1015
+ include ::FileUtils
1016
+ include ::FileUtils::StreamUtils_
1017
+ include ::FileUtils::LowMethods
1018
+ end
1019
+
1020
+ module FileUtils::DryRun
1021
+ extend ::FileUtils::DryRun
1022
+ extend ::FileUtils
1023
+ extend ::FileUtils::StreamUtils_
1024
+ extend ::FileUtils::LowMethods
1025
+ end
1026
+
1027
+ module FileUtils::NoWrite
1028
+ include ::FileUtils
1029
+ include ::FileUtils::StreamUtils_
1030
+ include ::FileUtils::LowMethods
1031
+ end
1032
+
1033
+ module FileUtils::NoWrite
1034
+ extend ::FileUtils::NoWrite
1035
+ extend ::FileUtils
1036
+ extend ::FileUtils::StreamUtils_
1037
+ extend ::FileUtils::LowMethods
1038
+ end
1039
+
1040
+ module FileUtils::Verbose
1041
+ include ::FileUtils
1042
+ include ::FileUtils::StreamUtils_
1043
+ end
1044
+
1045
+ module FileUtils::Verbose
1046
+ extend ::FileUtils::Verbose
1047
+ extend ::FileUtils
1048
+ extend ::FileUtils::StreamUtils_
1049
+ end
1050
+
1051
+ module FileUtils
1052
+ extend ::FileUtils::StreamUtils_
1053
+ end
1054
+
1055
+ class Float
1056
+ include ::JSON::Ext::Generator::GeneratorMethods::Float
1057
+ end
1058
+
1059
+ module Forwardable
1060
+ VERSION = ::T.let(nil, ::T.untyped)
1061
+ end
1062
+
1063
+ module Forwardable
1064
+ def self._compile_method(src, file, line); end
1065
+
1066
+ def self._delegator_method(obj, accessor, method, ali); end
1067
+
1068
+ def self._valid_method?(method); end
1069
+
1070
+ def self.debug(); end
1071
+
1072
+ def self.debug=(debug); end
1073
+ end
1074
+
1075
+ module GC
1076
+ def garbage_collect(*_); end
1077
+ end
1078
+
1079
+ module GC
1080
+ def self.verify_transient_heap_internal_consistency(); end
1081
+ end
1082
+
1083
+ module Gem
1084
+ ConfigMap = ::T.let(nil, ::T.untyped)
1085
+ RbConfigPriorities = ::T.let(nil, ::T.untyped)
1086
+ RubyGemsPackageVersion = ::T.let(nil, ::T.untyped)
1087
+ RubyGemsVersion = ::T.let(nil, ::T.untyped)
1088
+ USE_BUNDLER_FOR_GEMDEPS = ::T.let(nil, ::T.untyped)
1089
+ end
1090
+
1091
+ class Gem::Dependency
1092
+ def pretty_print(q); end
1093
+ end
1094
+
1095
+ class Gem::DependencyInstaller
1096
+ def _deprecated_add_found_dependencies(to_do, dependency_list); end
1097
+
1098
+ def _deprecated_gather_dependencies(); end
1099
+
1100
+ def add_found_dependencies(*args, &block); end
1101
+
1102
+ def gather_dependencies(*args, &block); end
1103
+ end
1104
+
1105
+ class Gem::Exception
1106
+ extend ::Gem::Deprecate
1107
+ end
1108
+
1109
+ class Gem::Ext::BuildError
1110
+ end
1111
+
1112
+ class Gem::Ext::BuildError
1113
+ end
1114
+
1115
+ class Gem::Ext::Builder
1116
+ def self.redirector(); end
1117
+ end
1118
+
1119
+ class Gem::Ext::ExtConfBuilder
1120
+ end
1121
+
1122
+ Gem::Ext::ExtConfBuilder::FileEntry = FileUtils::Entry_
1123
+
1124
+ class Gem::Ext::ExtConfBuilder
1125
+ def self.build(extension, dest_path, results, args=T.unsafe(nil), lib_dir=T.unsafe(nil)); end
1126
+
1127
+ def self.get_relative_path(path); end
1128
+ end
1129
+
1130
+ class Gem::List
1131
+ def pretty_print(q); end
1132
+ end
1133
+
1134
+ class Gem::Package::DigestIO
1135
+ def digests(); end
1136
+
1137
+ def initialize(io, digests); end
1138
+
1139
+ def write(data); end
1140
+ end
1141
+
1142
+ class Gem::Package::DigestIO
1143
+ def self.wrap(io, digests); end
1144
+ end
1145
+
1146
+ class Gem::Package::FileSource
1147
+ def initialize(path); end
1148
+
1149
+ def path(); end
1150
+
1151
+ def present?(); end
1152
+
1153
+ def start(); end
1154
+
1155
+ def with_read_io(&block); end
1156
+
1157
+ def with_write_io(&block); end
1158
+ end
1159
+
1160
+ class Gem::Package::FileSource
1161
+ end
1162
+
1163
+ class Gem::Package::IOSource
1164
+ def initialize(io); end
1165
+
1166
+ def io(); end
1167
+
1168
+ def path(); end
1169
+
1170
+ def present?(); end
1171
+
1172
+ def start(); end
1173
+
1174
+ def with_read_io(); end
1175
+
1176
+ def with_write_io(); end
1177
+ end
1178
+
1179
+ class Gem::Package::IOSource
1180
+ end
1181
+
1182
+ class Gem::Package::Old
1183
+ def extract_files(destination_dir); end
1184
+
1185
+ def file_list(io); end
1186
+
1187
+ def read_until_dashes(io); end
1188
+
1189
+ def skip_ruby(io); end
1190
+ end
1191
+
1192
+ class Gem::Package::Old
1193
+ end
1194
+
1195
+ class Gem::Package::Source
1196
+ end
1197
+
1198
+ class Gem::Package::Source
1199
+ end
1200
+
1201
+ class Gem::Package::TarHeader
1202
+ def ==(other); end
1203
+
1204
+ def checksum(); end
1205
+
1206
+ def devmajor(); end
1207
+
1208
+ def devminor(); end
1209
+
1210
+ def empty?(); end
1211
+
1212
+ def gid(); end
1213
+
1214
+ def gname(); end
1215
+
1216
+ def initialize(vals); end
1217
+
1218
+ def linkname(); end
1219
+
1220
+ def magic(); end
1221
+
1222
+ def mode(); end
1223
+
1224
+ def mtime(); end
1225
+
1226
+ def name(); end
1227
+
1228
+ def prefix(); end
1229
+
1230
+ def size(); end
1231
+
1232
+ def typeflag(); end
1233
+
1234
+ def uid(); end
1235
+
1236
+ def uname(); end
1237
+
1238
+ def update_checksum(); end
1239
+
1240
+ def version(); end
1241
+ EMPTY_HEADER = ::T.let(nil, ::T.untyped)
1242
+ FIELDS = ::T.let(nil, ::T.untyped)
1243
+ PACK_FORMAT = ::T.let(nil, ::T.untyped)
1244
+ UNPACK_FORMAT = ::T.let(nil, ::T.untyped)
1245
+ end
1246
+
1247
+ class Gem::Package::TarHeader
1248
+ def self.from(stream); end
1249
+
1250
+ def self.strict_oct(str); end
1251
+ end
1252
+
1253
+ class Gem::Package::TarReader::Entry
1254
+ def bytes_read(); end
1255
+
1256
+ def check_closed(); end
1257
+
1258
+ def close(); end
1259
+
1260
+ def closed?(); end
1261
+
1262
+ def directory?(); end
1263
+
1264
+ def eof?(); end
1265
+
1266
+ def file?(); end
1267
+
1268
+ def full_name(); end
1269
+
1270
+ def getc(); end
1271
+
1272
+ def header(); end
1273
+
1274
+ def initialize(header, io); end
1275
+
1276
+ def length(); end
1277
+
1278
+ def pos(); end
1279
+
1280
+ def read(len=T.unsafe(nil)); end
1281
+
1282
+ def readpartial(maxlen=T.unsafe(nil), outbuf=T.unsafe(nil)); end
1283
+
1284
+ def rewind(); end
1285
+
1286
+ def size(); end
1287
+
1288
+ def symlink?(); end
1289
+ end
1290
+
1291
+ class Gem::Package::TarReader::Entry
1292
+ end
1293
+
1294
+ class Gem::Package::TarReader
1295
+ def self.new(io); end
1296
+ end
1297
+
1298
+ class Gem::Package::TarWriter
1299
+ def self.new(io); end
1300
+ end
1301
+
1302
+ class Gem::Package
1303
+ def self.new(gem, security_policy=T.unsafe(nil)); end
1304
+ end
1305
+
1306
+ class Gem::PathSupport
1307
+ def home(); end
1308
+
1309
+ def initialize(env); end
1310
+
1311
+ def path(); end
1312
+
1313
+ def spec_cache_dir(); end
1314
+ end
1315
+
1316
+ class Gem::RemoteFetcher
1317
+ def correct_for_windows_path(path); end
1318
+
1319
+ def s3_expiration(); end
1320
+
1321
+ def sign_s3_url(uri, expiration=T.unsafe(nil)); end
1322
+ BASE64_URI_TRANSLATE = ::T.let(nil, ::T.untyped)
1323
+ end
1324
+
1325
+ class Gem::Request
1326
+ extend ::Gem::UserInteraction
1327
+ extend ::Gem::DefaultUserInteraction
1328
+ extend ::Gem::Text
1329
+ end
1330
+
1331
+ class Gem::RequestSet
1332
+ def pretty_print(q); end
1333
+ end
1334
+
1335
+ class Gem::Requirement
1336
+ def pretty_print(q); end
1337
+ end
1338
+
1339
+ class Gem::Resolver::APISet
1340
+ def pretty_print(q); end
1341
+ end
1342
+
1343
+ class Gem::Resolver::APISpecification
1344
+ def pretty_print(q); end
1345
+ end
1346
+
1347
+ class Gem::Resolver::ActivationRequest
1348
+ def others_possible?(); end
1349
+
1350
+ def pretty_print(q); end
1351
+ end
1352
+
1353
+ class Gem::Resolver::BestSet
1354
+ def pretty_print(q); end
1355
+ end
1356
+
1357
+ class Gem::Resolver::Conflict
1358
+ def pretty_print(q); end
1359
+ end
1360
+
1361
+ class Gem::Resolver::CurrentSet
1362
+ end
1363
+
1364
+ class Gem::Resolver::CurrentSet
1365
+ end
1366
+
1367
+ Gem::Resolver::DependencyConflict = Gem::Resolver::Conflict
1368
+
1369
+ class Gem::Resolver::DependencyRequest
1370
+ def pretty_print(q); end
1371
+ end
1372
+
1373
+ class Gem::Resolver::GitSet
1374
+ def pretty_print(q); end
1375
+ end
1376
+
1377
+ class Gem::Resolver::GitSpecification
1378
+ def pretty_print(q); end
1379
+ end
1380
+
1381
+ class Gem::Resolver::IndexSet
1382
+ def pretty_print(q); end
1383
+ end
1384
+
1385
+ class Gem::Resolver::IndexSpecification
1386
+ def pretty_print(q); end
1387
+ end
1388
+
1389
+ class Gem::Resolver::InstalledSpecification
1390
+ def pretty_print(q); end
1391
+ end
1392
+
1393
+ class Gem::Resolver::InstallerSet
1394
+ def pretty_print(q); end
1395
+ end
1396
+
1397
+ class Gem::Resolver::LocalSpecification
1398
+ def pretty_print(q); end
1399
+ end
1400
+
1401
+ class Gem::Resolver::LocalSpecification
1402
+ end
1403
+
1404
+ class Gem::Resolver::LockSet
1405
+ def pretty_print(q); end
1406
+ end
1407
+
1408
+ class Gem::Resolver::LockSpecification
1409
+ def pretty_print(q); end
1410
+ end
1411
+
1412
+ class Gem::Resolver::Molinillo::DependencyGraph::Log
1413
+ def add_edge_no_circular(graph, origin, destination, requirement); end
1414
+
1415
+ def add_vertex(graph, name, payload, root); end
1416
+
1417
+ def delete_edge(graph, origin_name, destination_name, requirement); end
1418
+
1419
+ def detach_vertex_named(graph, name); end
1420
+
1421
+ def each(&blk); end
1422
+
1423
+ def pop!(graph); end
1424
+
1425
+ def reverse_each(); end
1426
+
1427
+ def rewind_to(graph, tag); end
1428
+
1429
+ def set_payload(graph, name, payload); end
1430
+
1431
+ def tag(graph, tag); end
1432
+ end
1433
+
1434
+ class Gem::Resolver::Molinillo::DependencyGraph::Log
1435
+ extend ::Enumerable
1436
+ end
1437
+
1438
+ class Gem::Resolver::VendorSet
1439
+ def pretty_print(q); end
1440
+ end
1441
+
1442
+ class Gem::RuntimeRequirementNotMetError
1443
+ def suggestion(); end
1444
+
1445
+ def suggestion=(suggestion); end
1446
+ end
1447
+
1448
+ class Gem::RuntimeRequirementNotMetError
1449
+ end
1450
+
1451
+ class Gem::Security::Exception
1452
+ end
1453
+
1454
+ class Gem::Security::Exception
1455
+ end
1456
+
1457
+ class Gem::Security::KEY_ALGORITHM
1458
+ def d(); end
1459
+
1460
+ def dmp1(); end
1461
+
1462
+ def dmq1(); end
1463
+
1464
+ def e(); end
1465
+
1466
+ def export(*_); end
1467
+
1468
+ def initialize(*_); end
1469
+
1470
+ def iqmp(); end
1471
+
1472
+ def n(); end
1473
+
1474
+ def p(); end
1475
+
1476
+ def params(); end
1477
+
1478
+ def private?(); end
1479
+
1480
+ def private_decrypt(*_); end
1481
+
1482
+ def private_encrypt(*_); end
1483
+
1484
+ def public?(); end
1485
+
1486
+ def public_decrypt(*_); end
1487
+
1488
+ def public_encrypt(*_); end
1489
+
1490
+ def public_key(); end
1491
+
1492
+ def q(); end
1493
+
1494
+ def set_crt_params(_, _1, _2); end
1495
+
1496
+ def set_factors(_, _1); end
1497
+
1498
+ def set_key(_, _1, _2); end
1499
+
1500
+ def sign_pss(*_); end
1501
+
1502
+ def to_der(); end
1503
+
1504
+ def to_pem(*_); end
1505
+
1506
+ def to_s(*_); end
1507
+
1508
+ def to_text(); end
1509
+
1510
+ def verify_pss(*_); end
1511
+ NO_PADDING = ::T.let(nil, ::T.untyped)
1512
+ PKCS1_OAEP_PADDING = ::T.let(nil, ::T.untyped)
1513
+ PKCS1_PADDING = ::T.let(nil, ::T.untyped)
1514
+ SSLV23_PADDING = ::T.let(nil, ::T.untyped)
1515
+ end
1516
+
1517
+ class Gem::Security::KEY_ALGORITHM
1518
+ def self.generate(*_); end
1519
+ end
1520
+
1521
+ class Gem::Security::Policy
1522
+ include ::Gem::UserInteraction
1523
+ include ::Gem::DefaultUserInteraction
1524
+ include ::Gem::Text
1525
+ def check_cert(signer, issuer, time); end
1526
+
1527
+ def check_chain(chain, time); end
1528
+
1529
+ def check_data(public_key, digest, signature, data); end
1530
+
1531
+ def check_key(signer, key); end
1532
+
1533
+ def check_root(chain, time); end
1534
+
1535
+ def check_trust(chain, digester, trust_dir); end
1536
+
1537
+ def initialize(name, policy=T.unsafe(nil), opt=T.unsafe(nil)); end
1538
+
1539
+ def name(); end
1540
+
1541
+ def only_signed(); end
1542
+
1543
+ def only_signed=(only_signed); end
1544
+
1545
+ def only_trusted(); end
1546
+
1547
+ def only_trusted=(only_trusted); end
1548
+
1549
+ def subject(certificate); end
1550
+
1551
+ def verify(chain, key=T.unsafe(nil), digests=T.unsafe(nil), signatures=T.unsafe(nil), full_name=T.unsafe(nil)); end
1552
+
1553
+ def verify_chain(); end
1554
+
1555
+ def verify_chain=(verify_chain); end
1556
+
1557
+ def verify_data(); end
1558
+
1559
+ def verify_data=(verify_data); end
1560
+
1561
+ def verify_root(); end
1562
+
1563
+ def verify_root=(verify_root); end
1564
+
1565
+ def verify_signatures(spec, digests, signatures); end
1566
+
1567
+ def verify_signer(); end
1568
+
1569
+ def verify_signer=(verify_signer); end
1570
+ end
1571
+
1572
+ class Gem::Security::Policy
1573
+ end
1574
+
1575
+ class Gem::Security::Signer
1576
+ include ::Gem::UserInteraction
1577
+ include ::Gem::DefaultUserInteraction
1578
+ include ::Gem::Text
1579
+ def cert_chain(); end
1580
+
1581
+ def cert_chain=(cert_chain); end
1582
+
1583
+ def digest_algorithm(); end
1584
+
1585
+ def digest_name(); end
1586
+
1587
+ def extract_name(cert); end
1588
+
1589
+ def initialize(key, cert_chain, passphrase=T.unsafe(nil), options=T.unsafe(nil)); end
1590
+
1591
+ def key(); end
1592
+
1593
+ def key=(key); end
1594
+
1595
+ def load_cert_chain(); end
1596
+
1597
+ def options(); end
1598
+
1599
+ def re_sign_key(expiration_length: T.unsafe(nil)); end
1600
+
1601
+ def sign(data); end
1602
+ end
1603
+
1604
+ class Gem::Security::Signer
1605
+ def self.re_sign_cert(expired_cert, expired_cert_path, private_key); end
1606
+ end
1607
+
1608
+ class Gem::Security::TrustDir
1609
+ def cert_path(certificate); end
1610
+
1611
+ def dir(); end
1612
+
1613
+ def each_certificate(); end
1614
+
1615
+ def initialize(dir, permissions=T.unsafe(nil)); end
1616
+
1617
+ def issuer_of(certificate); end
1618
+
1619
+ def load_certificate(certificate_file); end
1620
+
1621
+ def name_path(name); end
1622
+
1623
+ def trust_cert(certificate); end
1624
+
1625
+ def verify(); end
1626
+ end
1627
+
1628
+ module Gem::Security
1629
+ def self.alt_name_or_x509_entry(certificate, x509_entry); end
1630
+
1631
+ def self.create_cert(subject, key, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end
1632
+
1633
+ def self.create_cert_email(email, key, age=T.unsafe(nil), extensions=T.unsafe(nil)); end
1634
+
1635
+ def self.create_cert_self_signed(subject, key, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end
1636
+
1637
+ def self.create_key(length=T.unsafe(nil), algorithm=T.unsafe(nil)); end
1638
+
1639
+ def self.email_to_name(email_address); end
1640
+
1641
+ def self.re_sign(expired_certificate, private_key, age=T.unsafe(nil), extensions=T.unsafe(nil)); end
1642
+
1643
+ def self.reset(); end
1644
+
1645
+ def self.sign(certificate, signing_key, signing_cert, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end
1646
+
1647
+ def self.trust_dir(); end
1648
+
1649
+ def self.trusted_certificates(&block); end
1650
+
1651
+ def self.write(pemmable, path, permissions=T.unsafe(nil), passphrase=T.unsafe(nil), cipher=T.unsafe(nil)); end
1652
+ end
1653
+
1654
+ class Gem::Source
1655
+ def pretty_print(q); end
1656
+ end
1657
+
1658
+ class Gem::SpecFetcher
1659
+ include ::Gem::UserInteraction
1660
+ include ::Gem::DefaultUserInteraction
1661
+ include ::Gem::Text
1662
+ def available_specs(type); end
1663
+
1664
+ def detect(type=T.unsafe(nil)); end
1665
+
1666
+ def initialize(sources=T.unsafe(nil)); end
1667
+
1668
+ def latest_specs(); end
1669
+
1670
+ def prerelease_specs(); end
1671
+
1672
+ def search_for_dependency(dependency, matching_platform=T.unsafe(nil)); end
1673
+
1674
+ def sources(); end
1675
+
1676
+ def spec_for_dependency(dependency, matching_platform=T.unsafe(nil)); end
1677
+
1678
+ def specs(); end
1679
+
1680
+ def suggest_gems_from_name(gem_name, type=T.unsafe(nil)); end
1681
+
1682
+ def tuples_for(source, type, gracefully_ignore=T.unsafe(nil)); end
1683
+ end
1684
+
1685
+ class Gem::SpecFetcher
1686
+ def self.fetcher(); end
1687
+
1688
+ def self.fetcher=(fetcher); end
1689
+ end
1690
+
1691
+ class Gem::Specification
1692
+ include ::Bundler::MatchPlatform
1693
+ include ::Bundler::GemHelpers
1694
+ def pretty_print(q); end
1695
+
1696
+ def to_ruby(); end
1697
+ end
1698
+
1699
+ class Gem::Specification
1700
+ extend ::Gem::Deprecate
1701
+ extend ::Enumerable
1702
+ def self.add_spec(spec); end
1703
+
1704
+ def self.add_specs(*specs); end
1705
+
1706
+ def self.remove_spec(spec); end
1707
+ end
1708
+
1709
+ class Gem::SpecificationPolicy
1710
+ def initialize(specification); end
1711
+
1712
+ def packaging(); end
1713
+
1714
+ def packaging=(packaging); end
1715
+
1716
+ def validate(strict=T.unsafe(nil)); end
1717
+
1718
+ def validate_dependencies(); end
1719
+
1720
+ def validate_metadata(); end
1721
+
1722
+ def validate_permissions(); end
1723
+ HOMEPAGE_URI_PATTERN = ::T.let(nil, ::T.untyped)
1724
+ LAZY = ::T.let(nil, ::T.untyped)
1725
+ LAZY_PATTERN = ::T.let(nil, ::T.untyped)
1726
+ METADATA_LINK_KEYS = ::T.let(nil, ::T.untyped)
1727
+ SPECIAL_CHARACTERS = ::T.let(nil, ::T.untyped)
1728
+ VALID_NAME_PATTERN = ::T.let(nil, ::T.untyped)
1729
+ VALID_URI_PATTERN = ::T.let(nil, ::T.untyped)
1730
+ end
1731
+
1732
+ class Gem::SpecificationPolicy
1733
+ end
1734
+
1735
+ class Gem::StreamUI
1736
+ def _deprecated_debug(statement); end
1737
+ end
1738
+
1739
+ class Gem::StubSpecification
1740
+ def build_extensions(); end
1741
+
1742
+ def extensions(); end
1743
+
1744
+ def initialize(filename, base_dir, gems_dir, default_gem); end
1745
+
1746
+ def missing_extensions?(); end
1747
+
1748
+ def valid?(); end
1749
+ end
1750
+
1751
+ class Gem::StubSpecification::StubLine
1752
+ def extensions(); end
1753
+
1754
+ def full_name(); end
1755
+
1756
+ def initialize(data, extensions); end
1757
+
1758
+ def name(); end
1759
+
1760
+ def platform(); end
1761
+
1762
+ def require_paths(); end
1763
+
1764
+ def version(); end
1765
+ end
1766
+
1767
+ class Gem::StubSpecification
1768
+ def self.default_gemspec_stub(filename, base_dir, gems_dir); end
1769
+
1770
+ def self.gemspec_stub(filename, base_dir, gems_dir); end
1771
+ end
1772
+
1773
+ class Gem::UninstallError
1774
+ def spec(); end
1775
+
1776
+ def spec=(spec); end
1777
+ end
1778
+
1779
+ class Gem::UninstallError
1780
+ end
1781
+
1782
+ Gem::UnsatisfiableDepedencyError = Gem::UnsatisfiableDependencyError
1783
+
1784
+ class Gem::Version
1785
+ def pretty_print(q); end
1786
+ end
1787
+
1788
+ Gem::Version::Requirement = Gem::Requirement
1789
+
1790
+ module Gem
1791
+ def self.default_gems_use_full_paths?(); end
1792
+
1793
+ def self.remove_unresolved_default_spec(spec); end
1794
+ end
1795
+
1796
+ class Hash
1797
+ include ::JSON::Ext::Generator::GeneratorMethods::Hash
1798
+ end
1799
+
1800
+ class Hash
1801
+ def self.try_convert(_); end
1802
+ end
1803
+
1804
+ class IO
1805
+ def nonblock(*_); end
1806
+
1807
+ def nonblock=(nonblock); end
1808
+
1809
+ def nonblock?(); end
1810
+
1811
+ def nread(); end
1812
+
1813
+ def pathconf(_); end
1814
+
1815
+ def ready?(); end
1816
+
1817
+ def wait(*_); end
1818
+
1819
+ def wait_readable(*_); end
1820
+
1821
+ def wait_writable(*_); end
1822
+ end
1823
+
1824
+ IO::EWOULDBLOCKWaitReadable = IO::EAGAINWaitReadable
1825
+
1826
+ IO::EWOULDBLOCKWaitWritable = IO::EAGAINWaitWritable
1827
+
1828
+ class IPAddr
1829
+ def ==(other); end
1830
+
1831
+ def initialize(addr=T.unsafe(nil), family=T.unsafe(nil)); end
1832
+ end
1833
+
1834
+ class Integer
1835
+ include ::JSON::Ext::Generator::GeneratorMethods::Integer
1836
+ def to_bn(); end
1837
+ GMP_VERSION = ::T.let(nil, ::T.untyped)
1838
+ end
1839
+
1840
+ class JSON::Ext::Generator::State
1841
+ def self.from_state(_); end
1842
+ end
1843
+
1844
+ class JSON::Ext::Parser
1845
+ def initialize(*_); end
1846
+ end
1847
+
1848
+ JSON::Parser = JSON::Ext::Parser
1849
+
1850
+ JSON::State = JSON::Ext::Generator::State
1851
+
1852
+ JSON::UnparserError = JSON::GeneratorError
1853
+
1854
+ module Kernel
1855
+ def itself(); end
1856
+
1857
+ def object_id(); end
1858
+
1859
+ def then(); end
1860
+
1861
+ def yield_self(); end
1862
+ end
1863
+
1864
+ module Kernel
1865
+ def self.at_exit(); end
1866
+ end
1867
+
1868
+ class KeyError
1869
+ include ::DidYouMean::Correctable
1870
+ end
1871
+
1872
+ MiniTest = Minitest
1873
+
1874
+ module Minitest
1875
+ ENCS = ::T.let(nil, ::T.untyped)
1876
+ VERSION = ::T.let(nil, ::T.untyped)
1877
+ end
1878
+
1879
+ module Minitest::Assertions
1880
+ E = ::T.let(nil, ::T.untyped)
1881
+ UNDEFINED = ::T.let(nil, ::T.untyped)
1882
+ end
1883
+
1884
+ class Minitest::BacktraceFilter
1885
+ MT_RE = ::T.let(nil, ::T.untyped)
1886
+ end
1887
+
1888
+ class Minitest::Runnable
1889
+ SIGNALS = ::T.let(nil, ::T.untyped)
1890
+ end
1891
+
1892
+ class Minitest::Spec
1893
+ TYPES = ::T.let(nil, ::T.untyped)
1894
+ end
1895
+
1896
+ module Minitest::Spec::DSL
1897
+ TYPES = ::T.let(nil, ::T.untyped)
1898
+ end
1899
+
1900
+ class Minitest::Test
1901
+ PASSTHROUGH_EXCEPTIONS = ::T.let(nil, ::T.untyped)
1902
+ TEARDOWN_METHODS = ::T.let(nil, ::T.untyped)
1903
+ end
1904
+
1905
+ class Minitest::Unit
1906
+ VERSION = ::T.let(nil, ::T.untyped)
1907
+ end
1908
+
1909
+ class Monitor
1910
+ def enter(); end
1911
+
1912
+ def exit(); end
1913
+
1914
+ def try_enter(); end
1915
+ end
1916
+
1917
+ module MonitorMixin
1918
+ def initialize(*args); end
1919
+ EXCEPTION_IMMEDIATE = ::T.let(nil, ::T.untyped)
1920
+ EXCEPTION_NEVER = ::T.let(nil, ::T.untyped)
1921
+ end
1922
+
1923
+ class MonitorMixin::ConditionVariable
1924
+ def initialize(monitor); end
1925
+ end
1926
+
1927
+ module Mutex_m
1928
+ VERSION = ::T.let(nil, ::T.untyped)
1929
+ end
1930
+
1931
+ class NameError
1932
+ include ::DidYouMean::Correctable
1933
+ end
1934
+
1935
+ class NilClass
1936
+ include ::JSON::Ext::Generator::GeneratorMethods::NilClass
1937
+ end
1938
+
1939
+ class Object
1940
+ include ::JSON::Ext::Generator::GeneratorMethods::Object
1941
+ ARGF = ::T.let(nil, ::T.untyped)
1942
+ ARGV = ::T.let(nil, ::T.untyped)
1943
+ CROSS_COMPILING = ::T.let(nil, ::T.untyped)
1944
+ ENV = ::T.let(nil, ::T.untyped)
1945
+ RAKEVERSION = ::T.let(nil, ::T.untyped)
1946
+ RUBY_COPYRIGHT = ::T.let(nil, ::T.untyped)
1947
+ RUBY_DESCRIPTION = ::T.let(nil, ::T.untyped)
1948
+ RUBY_ENGINE = ::T.let(nil, ::T.untyped)
1949
+ RUBY_ENGINE_VERSION = ::T.let(nil, ::T.untyped)
1950
+ RUBY_PATCHLEVEL = ::T.let(nil, ::T.untyped)
1951
+ RUBY_PLATFORM = ::T.let(nil, ::T.untyped)
1952
+ RUBY_RELEASE_DATE = ::T.let(nil, ::T.untyped)
1953
+ RUBY_REVISION = ::T.let(nil, ::T.untyped)
1954
+ RUBY_VERSION = ::T.let(nil, ::T.untyped)
1955
+ STDERR = ::T.let(nil, ::T.untyped)
1956
+ STDIN = ::T.let(nil, ::T.untyped)
1957
+ STDOUT = ::T.let(nil, ::T.untyped)
1958
+ TOPLEVEL_BINDING = ::T.let(nil, ::T.untyped)
1959
+ end
1960
+
1961
+ class Pathname
1962
+ def fnmatch?(*_); end
1963
+
1964
+ def glob(*_); end
1965
+
1966
+ def make_symlink(_); end
1967
+ end
1968
+
1969
+ class Proc
1970
+ def <<(_); end
1971
+
1972
+ def >>(_); end
1973
+
1974
+ def clone(); end
1975
+ end
1976
+
1977
+ module Rake
1978
+ EARLY = ::T.let(nil, ::T.untyped)
1979
+ EMPTY_TASK_ARGS = ::T.let(nil, ::T.untyped)
1980
+ LATE = ::T.let(nil, ::T.untyped)
1981
+ VERSION = ::T.let(nil, ::T.untyped)
1982
+ end
1983
+
1984
+ module Rake::AltSystem
1985
+ WINDOWS = ::T.let(nil, ::T.untyped)
1986
+ end
1987
+
1988
+ class Rake::Application
1989
+ DEFAULT_RAKEFILES = ::T.let(nil, ::T.untyped)
1990
+ FIXNUM_MAX = ::T.let(nil, ::T.untyped)
1991
+ end
1992
+
1993
+ module Rake::Backtrace
1994
+ SUPPRESSED_PATHS = ::T.let(nil, ::T.untyped)
1995
+ SUPPRESSED_PATHS_RE = ::T.let(nil, ::T.untyped)
1996
+ SUPPRESS_PATTERN = ::T.let(nil, ::T.untyped)
1997
+ SYS_KEYS = ::T.let(nil, ::T.untyped)
1998
+ SYS_PATHS = ::T.let(nil, ::T.untyped)
1999
+ end
2000
+
2001
+ module Rake::DSL
2002
+ include ::FileUtils::StreamUtils_
2003
+ end
2004
+
2005
+ class Rake::FileList
2006
+ ARRAY_METHODS = ::T.let(nil, ::T.untyped)
2007
+ DEFAULT_IGNORE_PATTERNS = ::T.let(nil, ::T.untyped)
2008
+ DEFAULT_IGNORE_PROCS = ::T.let(nil, ::T.untyped)
2009
+ DELEGATING_METHODS = ::T.let(nil, ::T.untyped)
2010
+ MUST_DEFINE = ::T.let(nil, ::T.untyped)
2011
+ MUST_NOT_DEFINE = ::T.let(nil, ::T.untyped)
2012
+ SPECIAL_RETURN = ::T.let(nil, ::T.untyped)
2013
+ end
2014
+
2015
+ module Rake::FileUtilsExt
2016
+ include ::FileUtils::StreamUtils_
2017
+ DEFAULT = ::T.let(nil, ::T.untyped)
2018
+ end
2019
+
2020
+ module Rake::FileUtilsExt
2021
+ extend ::FileUtils::StreamUtils_
2022
+ end
2023
+
2024
+ class Rake::InvocationChain
2025
+ EMPTY = ::T.let(nil, ::T.untyped)
2026
+ end
2027
+
2028
+ class Rake::LinkedList
2029
+ EMPTY = ::T.let(nil, ::T.untyped)
2030
+ end
2031
+
2032
+ class Rake::Promise
2033
+ NOT_SET = ::T.let(nil, ::T.untyped)
2034
+ end
2035
+
2036
+ class Rake::Scope
2037
+ EMPTY = ::T.let(nil, ::T.untyped)
2038
+ end
2039
+
2040
+ module Rake::Version
2041
+ BUILD = ::T.let(nil, ::T.untyped)
2042
+ MAJOR = ::T.let(nil, ::T.untyped)
2043
+ MINOR = ::T.let(nil, ::T.untyped)
2044
+ NUMBERS = ::T.let(nil, ::T.untyped)
2045
+ OTHER = ::T.let(nil, ::T.untyped)
2046
+ end
2047
+
2048
+ module Rake
2049
+ extend ::FileUtils::StreamUtils_
2050
+ end
2051
+
2052
+ RakeFileUtils = Rake::FileUtilsExt
2053
+
2054
+ class Random
2055
+ def self.bytes(_); end
2056
+ end
2057
+
2058
+ class Range
2059
+ def %(_); end
2060
+
2061
+ def entries(); end
2062
+
2063
+ def to_a(); end
2064
+ end
2065
+
2066
+ module RbConfig
2067
+ def self.expand(val, config=T.unsafe(nil)); end
2068
+
2069
+ def self.fire_update!(key, val, mkconf=T.unsafe(nil), conf=T.unsafe(nil)); end
2070
+
2071
+ def self.ruby(); end
2072
+ end
2073
+
2074
+ module RubyVM::MJIT
2075
+ end
2076
+
2077
+ module RubyVM::MJIT
2078
+ def self.enabled?(); end
2079
+
2080
+ def self.pause(*_); end
2081
+
2082
+ def self.resume(); end
2083
+ end
2084
+
2085
+ class RubyVM
2086
+ def self.resolve_feature_path(_); end
2087
+ end
2088
+
2089
+ class S::Opts::GetOpt
2090
+ def initialize(*args, &blk); end
2091
+ end
2092
+
2093
+ class S::Opts::GetOpt::Option
2094
+ extend ::T::Private::Methods::MethodHooks
2095
+ extend ::T::Private::Methods::SingletonMethodHooks
2096
+ def self.inherited(s); end
2097
+ end
2098
+
2099
+ class S::Opts::GetOpt
2100
+ extend ::T::Private::Abstract::Hooks
2101
+ extend ::T::InterfaceWrapper::Helpers
2102
+ extend ::T::Private::Methods::MethodHooks
2103
+ extend ::T::Private::Methods::SingletonMethodHooks
2104
+ end
2105
+
2106
+ class Set
2107
+ def ==(other); end
2108
+
2109
+ def ===(o); end
2110
+
2111
+ def compare_by_identity(); end
2112
+
2113
+ def compare_by_identity?(); end
2114
+
2115
+ def divide(&func); end
2116
+
2117
+ def eql?(o); end
2118
+
2119
+ def flatten_merge(set, seen=T.unsafe(nil)); end
2120
+
2121
+ def pretty_print(pp); end
2122
+
2123
+ def pretty_print_cycle(pp); end
2124
+
2125
+ def reset(); end
2126
+ InspectKey = ::T.let(nil, ::T.untyped)
2127
+ end
2128
+
2129
+ module Singleton
2130
+ def _dump(depth=T.unsafe(nil)); end
2131
+
2132
+ def clone(); end
2133
+
2134
+ def dup(); end
2135
+ end
2136
+
2137
+ module Singleton::SingletonClassMethods
2138
+ def _load(str); end
2139
+
2140
+ def clone(); end
2141
+ end
2142
+
2143
+ module Singleton
2144
+ def self.__init__(klass); end
2145
+ end
2146
+
2147
+ class SortedSet
2148
+ def initialize(*args, &block); end
2149
+ end
2150
+
2151
+ class SortedSet
2152
+ def self.setup(); end
2153
+ end
2154
+
2155
+ class String
2156
+ include ::JSON::Ext::Generator::GeneratorMethods::String
2157
+ def shellescape(); end
2158
+
2159
+ def shellsplit(); end
2160
+ end
2161
+
2162
+ class String
2163
+ extend ::JSON::Ext::Generator::GeneratorMethods::String::Extend
2164
+ end
2165
+
2166
+ class Struct
2167
+ def filter(*_); end
2168
+ end
2169
+
2170
+ Struct::Group = Etc::Group
2171
+
2172
+ Struct::Passwd = Etc::Passwd
2173
+
2174
+ Struct::Tms = Process::Tms
2175
+
2176
+ class Tempfile
2177
+ def _close(); end
2178
+
2179
+ def inspect(); end
2180
+ end
2181
+
2182
+ class Tempfile::Remover
2183
+ def call(*args); end
2184
+
2185
+ def initialize(tmpfile); end
2186
+ end
2187
+
2188
+ class Tempfile::Remover
2189
+ end
2190
+
2191
+ class TracePoint
2192
+ def __enable(_, _1); end
2193
+
2194
+ def eval_script(); end
2195
+
2196
+ def instruction_sequence(); end
2197
+
2198
+ def parameters(); end
2199
+ end
2200
+
2201
+ class TrueClass
2202
+ include ::JSON::Ext::Generator::GeneratorMethods::TrueClass
2203
+ end
2204
+
2205
+ module URI
2206
+ include ::URI::RFC2396_REGEXP
2207
+ end
2208
+
2209
+ class URI::FTP
2210
+ def self.new2(user, password, host, port, path, typecode=T.unsafe(nil), arg_check=T.unsafe(nil)); end
2211
+ end
2212
+
2213
+ class URI::File
2214
+ def check_password(user); end
2215
+
2216
+ def check_user(user); end
2217
+
2218
+ def check_userinfo(user); end
2219
+
2220
+ def set_userinfo(v); end
2221
+ COMPONENT = ::T.let(nil, ::T.untyped)
2222
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
2223
+ end
2224
+
2225
+ class URI::File
2226
+ end
2227
+
2228
+ class URI::LDAP
2229
+ def attributes(); end
2230
+
2231
+ def attributes=(val); end
2232
+
2233
+ def dn(); end
2234
+
2235
+ def dn=(val); end
2236
+
2237
+ def extensions(); end
2238
+
2239
+ def extensions=(val); end
2240
+
2241
+ def filter(); end
2242
+
2243
+ def filter=(val); end
2244
+
2245
+ def initialize(*arg); end
2246
+
2247
+ def scope(); end
2248
+
2249
+ def scope=(val); end
2250
+
2251
+ def set_attributes(val); end
2252
+
2253
+ def set_dn(val); end
2254
+
2255
+ def set_extensions(val); end
2256
+
2257
+ def set_filter(val); end
2258
+
2259
+ def set_scope(val); end
2260
+ end
2261
+
2262
+ class URI::MailTo
2263
+ def initialize(*arg); end
2264
+ end
2265
+
2266
+ URI::Parser = URI::RFC2396_Parser
2267
+
2268
+ URI::REGEXP = URI::RFC2396_REGEXP
2269
+
2270
+ class URI::RFC2396_Parser
2271
+ def initialize(opts=T.unsafe(nil)); end
2272
+ end
2273
+
2274
+ class URI::RFC3986_Parser
2275
+ def join(*uris); end
2276
+
2277
+ def parse(uri); end
2278
+
2279
+ def regexp(); end
2280
+
2281
+ def split(uri); end
2282
+ RFC3986_relative_ref = ::T.let(nil, ::T.untyped)
2283
+ end
2284
+
2285
+ module URI::Util
2286
+ def self.make_components_hash(klass, array_hash); end
2287
+ end
2288
+
2289
+ module URI
2290
+ extend ::URI::Escape
2291
+ def self.get_encoding(label); end
2292
+ end
2293
+
2294
+ module UnicodeNormalize
2295
+ end
2296
+
2297
+ module UnicodeNormalize
2298
+ end
2299
+
2300
+ module Warning
2301
+ extend ::Warning
2302
+ end
2303
+