persistent-dmnd 2.0.4 → 2.0.6

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