persistent-dmnd 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/.gitlab-ci.yml +54 -18
  3. data/.ruby-version +1 -1
  4. data/CODE_OF_CONDUCT.adoc +1 -1
  5. data/LICENSE +1 -1
  6. data/README.adoc +1 -1
  7. data/gems.rb +2 -2
  8. data/lib/persistent-dmnd.rb +3 -3
  9. data/lib/persistent-/360/237/222/216.rb +8 -8
  10. data/lib/persistent_dmnd/array.rb +8 -8
  11. data/lib/persistent_dmnd/concurrent_ruby_support.rb +5 -5
  12. data/lib/persistent_dmnd/dmndifier.rb +4 -4
  13. data/lib/persistent_dmnd/everywhere.rb +4 -5
  14. data/lib/persistent_dmnd/hash.rb +8 -8
  15. data/lib/persistent_dmnd/is_persistent.rb +2 -2
  16. data/lib/persistent_dmnd/jruby_9_2_set_workaround.rb +8 -10
  17. data/lib/persistent_dmnd/jruby_workaround.rb +11 -11
  18. data/lib/persistent_dmnd/ruby_1_9_and_2_0_support.rb +3 -3
  19. data/lib/persistent_dmnd/self_conversion.rb +3 -3
  20. data/lib/persistent_dmnd/set.rb +9 -9
  21. data/lib/persistent_dmnd/version.rb +3 -3
  22. data/persistent-dmnd.gemspec +28 -25
  23. data/sorbet/rbi/gems/concurrent-ruby.rbi +97 -24
  24. data/sorbet/rbi/gems/hamster.rbi +1 -0
  25. data/sorbet/rbi/hidden-definitions/errors.txt +1768 -689
  26. data/sorbet/rbi/hidden-definitions/hidden.rbi +2624 -1321
  27. data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +645 -0
  28. data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +1891 -0
  29. data/sorbet/rbi/todo.rbi +3 -3
  30. metadata +12 -28
  31. data/sorbet/rbi/sorbet-typed/lib/bundler/all/bundler.rbi +0 -8684
  32. data/sorbet/rbi/sorbet-typed/lib/ruby/all/gem.rbi +0 -4222
  33. data/sorbet/rbi/sorbet-typed/lib/ruby/all/open3.rbi +0 -111
  34. data/sorbet/rbi/sorbet-typed/lib/ruby/all/resolv.rbi +0 -543
@@ -5,21 +5,7 @@
5
5
 
6
6
  class Array
7
7
  include ::JSON::Ext::Generator::GeneratorMethods::Array
8
- def bsearch(); end
9
-
10
- def bsearch_index(); end
11
-
12
- def collect!(); end
13
-
14
- def dig(*_); end
15
-
16
- def filter!(); end
17
-
18
- def flatten!(*_); end
19
-
20
- def pack(*_); end
21
-
22
- def replace(_); end
8
+ def deconstruct(); end
23
9
 
24
10
  def shelljoin(); end
25
11
 
@@ -39,12 +25,11 @@ end
39
25
  class BigDecimal
40
26
  def clone(); end
41
27
  EXCEPTION_NaN = ::T.let(nil, ::T.untyped)
42
- SIGN_NaN = ::T.let(nil, ::T.untyped)
43
28
  VERSION = ::T.let(nil, ::T.untyped)
44
29
  end
45
30
 
46
31
  class BigDecimal
47
- def self.new(*args, **kwargs); end
32
+ def self.interpret_loosely(_); end
48
33
  end
49
34
 
50
35
  class Binding
@@ -53,6 +38,37 @@ class Binding
53
38
  def irb(); end
54
39
  end
55
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
+
56
72
  Bundler::Deprecate = Gem::Deprecate
57
73
 
58
74
  class Bundler::Env
@@ -66,8 +82,14 @@ class Bundler::Env
66
82
  def self.write(io); end
67
83
  end
68
84
 
69
- class Bundler::FeatureFlag
70
- def github_https?(); end
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
71
93
  end
72
94
 
73
95
  class Bundler::Fetcher
@@ -202,6 +224,12 @@ class Bundler::Fetcher::SSLError
202
224
  def initialize(msg=T.unsafe(nil)); end
203
225
  end
204
226
 
227
+ class Bundler::Fetcher::TooManyRequestsError
228
+ end
229
+
230
+ class Bundler::Fetcher::TooManyRequestsError
231
+ end
232
+
205
233
  class Bundler::Fetcher
206
234
  def self.api_timeout(); end
207
235
 
@@ -220,6 +248,20 @@ class Bundler::Fetcher
220
248
  def self.redirect_limit=(redirect_limit); end
221
249
  end
222
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
+
223
265
  class Bundler::GemHelper
224
266
  def allowed_push_host(); end
225
267
 
@@ -235,6 +277,12 @@ class Bundler::GemHelper
235
277
 
236
278
  def committed?(); end
237
279
 
280
+ def current_branch(); end
281
+
282
+ def default_remote(); end
283
+
284
+ def gem_command(); end
285
+
238
286
  def gem_key(); end
239
287
 
240
288
  def gem_push?(); end
@@ -261,10 +309,14 @@ class Bundler::GemHelper
261
309
 
262
310
  def sh(cmd, &block); end
263
311
 
264
- def sh_with_code(cmd, &block); end
312
+ def sh_with_input(cmd); end
313
+
314
+ def sh_with_status(cmd, &block); end
265
315
 
266
316
  def spec_path(); end
267
317
 
318
+ def tag_prefix=(tag_prefix); end
319
+
268
320
  def tag_version(); end
269
321
 
270
322
  def version(); end
@@ -280,12 +332,20 @@ class Bundler::GemHelper
280
332
  def self.instance(); end
281
333
 
282
334
  def self.instance=(instance); end
335
+
336
+ def self.tag_prefix=(prefix); end
283
337
  end
284
338
 
285
- class Bundler::GemRemoteFetcher
339
+ class Bundler::GemHelpers::PlatformMatch
340
+ def self.specificity_score(spec_platform, user_platform); end
286
341
  end
287
342
 
288
- class Bundler::GemRemoteFetcher
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
289
349
  end
290
350
 
291
351
  class Bundler::GemVersionPromoter
@@ -373,7 +433,7 @@ end
373
433
  class Bundler::Installer
374
434
  def generate_bundler_executable_stubs(spec, options=T.unsafe(nil)); end
375
435
 
376
- def generate_standalone_bundler_executable_stubs(spec); end
436
+ def generate_standalone_bundler_executable_stubs(spec, options=T.unsafe(nil)); end
377
437
 
378
438
  def initialize(root, definition); end
379
439
 
@@ -390,12 +450,14 @@ class Bundler::Installer
390
450
  def self.install(root, definition, options=T.unsafe(nil)); end
391
451
  end
392
452
 
393
- class Bundler::Molinillo::DependencyGraph
394
- include ::Enumerable
453
+ class Bundler::LazySpecification
454
+ def eql?(other); end
455
+
456
+ def platform_string(); end
395
457
  end
396
458
 
397
- class Bundler::Molinillo::DependencyGraph::Log
398
- extend ::Enumerable
459
+ module Bundler::Molinillo::SpecificationProvider
460
+ def dependencies_equal?(dependencies, other_dependencies); end
399
461
  end
400
462
 
401
463
  module Bundler::Plugin::API::Source
@@ -474,6 +536,14 @@ module Bundler::Plugin::Events
474
536
  GEM_BEFORE_INSTALL_ALL = ::T.let(nil, ::T.untyped)
475
537
  end
476
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
+
477
547
  class Bundler::Plugin::Index::CommandConflict
478
548
  def initialize(plugin, commands); end
479
549
  end
@@ -516,6 +586,12 @@ end
516
586
  class Bundler::Plugin::SourceList
517
587
  end
518
588
 
589
+ module Bundler::Plugin
590
+ def self.list(); end
591
+
592
+ def self.uninstall(names, options); end
593
+ end
594
+
519
595
  class Bundler::ProcessLock
520
596
  end
521
597
 
@@ -523,6 +599,26 @@ class Bundler::ProcessLock
523
599
  def self.lock(bundle_path=T.unsafe(nil)); end
524
600
  end
525
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
+
526
622
  class Bundler::Retry
527
623
  def attempt(&block); end
528
624
 
@@ -551,11 +647,32 @@ class Bundler::Retry
551
647
  def self.default_retries(); end
552
648
  end
553
649
 
554
- class Bundler::RubyGemsGemInstaller
555
- def initialize(gem, options=T.unsafe(nil)); end
556
- end
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
557
674
 
558
- class Bundler::RubyGemsGemInstaller
675
+ def use_gemdeps(gemfile); end
559
676
  end
560
677
 
561
678
  class Bundler::Settings::Mirror
@@ -617,1967 +734,3300 @@ class Bundler::Settings::Validator
617
734
  def self.validate!(key, value, settings); end
618
735
  end
619
736
 
737
+ class Bundler::Source::Git
738
+ def glob(); end
739
+
740
+ def local?(); end
741
+ end
742
+
620
743
  class Bundler::SpecSet
621
744
  include ::Enumerable
622
745
  end
623
746
 
624
- class Bundler::UI::Shell
625
- def add_color(string, *color); end
626
-
627
- def ask(msg); end
747
+ class Bundler::StubSpecification
748
+ def default_gem?(); end
628
749
 
629
- def confirm(msg, newline=T.unsafe(nil)); end
750
+ def extensions(); end
630
751
 
631
- def debug(msg, newline=T.unsafe(nil)); end
752
+ def gem_build_complete_path(); end
753
+ end
632
754
 
633
- def debug?(); end
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
634
764
 
635
- def error(msg, newline=T.unsafe(nil)); end
765
+ module Bundler::Thor::Actions
766
+ def _cleanup_options_and_set(options, key); end
636
767
 
637
- def info(msg, newline=T.unsafe(nil)); end
768
+ def _shared_configuration(); end
638
769
 
639
- def initialize(options=T.unsafe(nil)); end
770
+ def action(instance); end
640
771
 
641
- def level(name=T.unsafe(nil)); end
772
+ def add_file(destination, *args, &block); end
642
773
 
643
- def level=(level); end
774
+ def add_link(destination, *args); end
644
775
 
645
- def no?(); end
776
+ def append_file(path, *args, &block); end
646
777
 
647
- def quiet?(); end
778
+ def append_to_file(path, *args, &block); end
648
779
 
649
- def shell=(shell); end
780
+ def apply(path, config=T.unsafe(nil)); end
650
781
 
651
- def silence(&blk); end
782
+ def behavior(); end
652
783
 
653
- def trace(e, newline=T.unsafe(nil), force=T.unsafe(nil)); end
784
+ def behavior=(behavior); end
654
785
 
655
- def unprinted_warnings(); end
786
+ def chmod(path, mode, config=T.unsafe(nil)); end
656
787
 
657
- def warn(msg, newline=T.unsafe(nil)); end
788
+ def comment_lines(path, flag, *args); end
658
789
 
659
- def yes?(msg); end
660
- LEVELS = ::T.let(nil, ::T.untyped)
661
- end
790
+ def copy_file(source, *args, &block); end
662
791
 
663
- class Bundler::UI::Shell
664
- end
792
+ def create_file(destination, *args, &block); end
665
793
 
666
- module Bundler::VersionRanges
667
- end
794
+ def create_link(destination, *args); end
668
795
 
669
- class Bundler::VersionRanges::NEq
670
- def version(); end
796
+ def destination_root(); end
671
797
 
672
- def version=(_); end
673
- end
798
+ def destination_root=(root); end
674
799
 
675
- class Bundler::VersionRanges::NEq
676
- def self.[](*_); end
800
+ def directory(source, *args, &block); end
677
801
 
678
- def self.members(); end
679
- end
802
+ def empty_directory(destination, config=T.unsafe(nil)); end
680
803
 
681
- class Bundler::VersionRanges::ReqR
682
- def cover?(v); end
804
+ def find_in_source_paths(file); end
683
805
 
684
- def empty?(); end
806
+ def get(source, *args, &block); end
685
807
 
686
- def left(); end
808
+ def gsub_file(path, flag, *args, &block); end
687
809
 
688
- def left=(_); end
810
+ def in_root(); end
689
811
 
690
- def right(); end
812
+ def initialize(args=T.unsafe(nil), options=T.unsafe(nil), config=T.unsafe(nil)); end
691
813
 
692
- def right=(_); end
814
+ def inject_into_class(path, klass, *args, &block); end
693
815
 
694
- def single?(); end
695
- INFINITY = ::T.let(nil, ::T.untyped)
696
- UNIVERSAL = ::T.let(nil, ::T.untyped)
697
- ZERO = ::T.let(nil, ::T.untyped)
698
- end
816
+ def inject_into_file(destination, *args, &block); end
699
817
 
700
- class Bundler::VersionRanges::ReqR::Endpoint
701
- def inclusive(); end
818
+ def inject_into_module(path, module_name, *args, &block); end
702
819
 
703
- def inclusive=(_); end
820
+ def insert_into_file(destination, *args, &block); end
704
821
 
705
- def version(); end
822
+ def inside(dir=T.unsafe(nil), config=T.unsafe(nil), &block); end
706
823
 
707
- def version=(_); end
708
- end
824
+ def link_file(source, *args); end
709
825
 
710
- class Bundler::VersionRanges::ReqR::Endpoint
711
- def self.[](*_); end
826
+ def prepend_file(path, *args, &block); end
712
827
 
713
- def self.members(); end
714
- end
828
+ def prepend_to_file(path, *args, &block); end
715
829
 
716
- class Bundler::VersionRanges::ReqR
717
- def self.[](*_); end
830
+ def relative_to_original_destination_root(path, remove_dot=T.unsafe(nil)); end
718
831
 
719
- def self.members(); end
720
- end
832
+ def remove_dir(path, config=T.unsafe(nil)); end
721
833
 
722
- module Bundler::VersionRanges
723
- def self.empty?(ranges, neqs); end
834
+ def remove_file(path, config=T.unsafe(nil)); end
724
835
 
725
- def self.for(requirement); end
836
+ def run(command, config=T.unsafe(nil)); end
726
837
 
727
- def self.for_many(requirements); end
728
- end
838
+ def run_ruby_script(command, config=T.unsafe(nil)); end
729
839
 
730
- class Class
731
- def json_creatable?(); end
732
- end
840
+ def source_paths(); end
733
841
 
734
- class Complex
735
- def self.polar(*_); end
842
+ def template(source, *args, &block); end
736
843
 
737
- def self.rect(*_); end
844
+ def thor(command, *args); end
738
845
 
739
- def self.rectangular(*_); end
846
+ def uncomment_lines(path, flag, *args); end
847
+ WARNINGS = ::T.let(nil, ::T.untyped)
740
848
  end
741
849
 
742
- module Concurrent
743
- AtExit = ::T.let(nil, ::T.untyped)
744
- NULL = ::T.let(nil, ::T.untyped)
745
- NULL_LOGGER = ::T.let(nil, ::T.untyped)
746
- VERSION = ::T.let(nil, ::T.untyped)
850
+ class Bundler::Thor::Actions::CapturableERB
747
851
  end
748
852
 
749
- class Concurrent::AbstractExecutorService
750
- FALLBACK_POLICIES = ::T.let(nil, ::T.untyped)
853
+ class Bundler::Thor::Actions::CapturableERB
751
854
  end
752
855
 
753
- Concurrent::Collection::MapImplementation = Concurrent::Collection::MriMapBackend
856
+ module Bundler::Thor::Actions::ClassMethods
857
+ def add_runtime_options!(); end
754
858
 
755
- class Concurrent::ConcurrentUpdateError
756
- CONC_UP_ERR_BACKTRACE = ::T.let(nil, ::T.untyped)
757
- end
859
+ def source_paths(); end
758
860
 
759
- class Concurrent::LockFreeStack
760
- EMPTY = ::T.let(nil, ::T.untyped)
761
- end
861
+ def source_paths_for_search(); end
762
862
 
763
- class Concurrent::MVar
764
- EMPTY = ::T.let(nil, ::T.untyped)
765
- TIMEOUT = ::T.let(nil, ::T.untyped)
863
+ def source_root(path=T.unsafe(nil)); end
766
864
  end
767
865
 
768
- class Concurrent::Maybe
769
- NONE = ::T.let(nil, ::T.untyped)
866
+ module Bundler::Thor::Actions::ClassMethods
770
867
  end
771
868
 
772
- module Concurrent::Promises::InternalStates
773
- PENDING = ::T.let(nil, ::T.untyped)
774
- RESERVED = ::T.let(nil, ::T.untyped)
775
- RESOLVED = ::T.let(nil, ::T.untyped)
776
- end
869
+ class Bundler::Thor::Actions::CreateFile
870
+ def data(); end
777
871
 
778
- class Concurrent::ReadWriteLock
779
- MAX_READERS = ::T.let(nil, ::T.untyped)
780
- MAX_WRITERS = ::T.let(nil, ::T.untyped)
781
- RUNNING_WRITER = ::T.let(nil, ::T.untyped)
782
- WAITING_WRITER = ::T.let(nil, ::T.untyped)
783
- end
872
+ def force_on_collision?(); end
784
873
 
785
- class Concurrent::ReentrantReadWriteLock
786
- MAX_READERS = ::T.let(nil, ::T.untyped)
787
- MAX_WRITERS = ::T.let(nil, ::T.untyped)
788
- READER_BITS = ::T.let(nil, ::T.untyped)
789
- READ_LOCK_MASK = ::T.let(nil, ::T.untyped)
790
- RUNNING_WRITER = ::T.let(nil, ::T.untyped)
791
- WAITING_WRITER = ::T.let(nil, ::T.untyped)
792
- WRITER_BITS = ::T.let(nil, ::T.untyped)
793
- WRITE_LOCK_HELD = ::T.let(nil, ::T.untyped)
794
- WRITE_LOCK_MASK = ::T.let(nil, ::T.untyped)
795
- end
874
+ def force_or_skip_or_conflict(force, skip, &block); end
796
875
 
797
- class Concurrent::RubyThreadPoolExecutor
798
- DEFAULT_MAX_POOL_SIZE = ::T.let(nil, ::T.untyped)
799
- DEFAULT_MAX_QUEUE_SIZE = ::T.let(nil, ::T.untyped)
800
- DEFAULT_MIN_POOL_SIZE = ::T.let(nil, ::T.untyped)
801
- DEFAULT_THREAD_IDLETIMEOUT = ::T.let(nil, ::T.untyped)
802
- end
876
+ def identical?(); end
803
877
 
804
- Concurrent::Synchronization::Volatile = Concurrent::Synchronization::MriAttrVolatile
878
+ def initialize(base, destination, data, config=T.unsafe(nil)); end
805
879
 
806
- module Concurrent::ThreadSafe::Util
807
- CPU_COUNT = ::T.let(nil, ::T.untyped)
808
- FIXNUM_BIT_SIZE = ::T.let(nil, ::T.untyped)
809
- MAX_INT = ::T.let(nil, ::T.untyped)
880
+ def on_conflict_behavior(&block); end
881
+
882
+ def render(); end
810
883
  end
811
884
 
812
- class Concurrent::TimerTask
813
- EXECUTION_INTERVAL = ::T.let(nil, ::T.untyped)
814
- TIMEOUT_INTERVAL = ::T.let(nil, ::T.untyped)
885
+ class Bundler::Thor::Actions::CreateFile
815
886
  end
816
887
 
817
- class Concurrent::Transaction
818
- ABORTED = ::T.let(nil, ::T.untyped)
888
+ class Bundler::Thor::Actions::CreateLink
819
889
  end
820
890
 
821
- module Concurrent::Utility::NativeInteger
822
- MAX_VALUE = ::T.let(nil, ::T.untyped)
823
- MIN_VALUE = ::T.let(nil, ::T.untyped)
891
+ class Bundler::Thor::Actions::CreateLink
824
892
  end
825
893
 
826
- class Delegator
827
- def !=(obj); end
894
+ class Bundler::Thor::Actions::Directory
895
+ def execute!(); end
828
896
 
829
- def ==(obj); end
897
+ def file_level_lookup(previous_lookup); end
830
898
 
831
- def __getobj__(); end
899
+ def files(lookup); end
832
900
 
833
- def __setobj__(obj); end
901
+ def initialize(base, source, destination=T.unsafe(nil), config=T.unsafe(nil), &block); end
834
902
 
835
- def eql?(obj); end
903
+ def source(); end
904
+ end
836
905
 
837
- def initialize(obj); end
906
+ class Bundler::Thor::Actions::Directory
907
+ end
838
908
 
839
- def marshal_dump(); end
909
+ class Bundler::Thor::Actions::EmptyDirectory
910
+ def base(); end
840
911
 
841
- def marshal_load(data); end
912
+ def config(); end
842
913
 
843
- def method_missing(m, *args, &block); end
914
+ def convert_encoded_instructions(filename); end
844
915
 
845
- def methods(all=T.unsafe(nil)); end
916
+ def destination(); end
846
917
 
847
- def protected_methods(all=T.unsafe(nil)); end
918
+ def destination=(destination); end
848
919
 
849
- def public_methods(all=T.unsafe(nil)); end
850
- end
920
+ def exists?(); end
851
921
 
852
- class Delegator
853
- def self.const_missing(n); end
922
+ def given_destination(); end
854
923
 
855
- def self.delegating_block(mid); end
924
+ def initialize(base, destination, config=T.unsafe(nil)); end
856
925
 
857
- def self.public_api(); end
858
- end
926
+ def invoke!(); end
859
927
 
860
- class DidYouMean::ClassNameChecker
861
- def class_name(); end
928
+ def invoke_with_conflict_check(&block); end
862
929
 
863
- def class_names(); end
930
+ def on_conflict_behavior(); end
864
931
 
865
- def corrections(); end
932
+ def on_file_clash_behavior(); end
866
933
 
867
- def initialize(exception); end
934
+ def pretend?(); end
868
935
 
869
- def scopes(); end
936
+ def relative_destination(); end
937
+
938
+ def revoke!(); end
939
+
940
+ def say_status(status, color); end
870
941
  end
871
942
 
872
- module DidYouMean::Correctable
873
- def corrections(); end
943
+ class Bundler::Thor::Actions::EmptyDirectory
944
+ end
874
945
 
875
- def original_message(); end
946
+ class Bundler::Thor::Actions::InjectIntoFile
947
+ def behavior(); end
876
948
 
877
- def spell_checker(); end
949
+ def flag(); end
878
950
 
879
- def to_s(); end
880
- end
951
+ def initialize(base, destination, data, config); end
881
952
 
882
- module DidYouMean::Jaro
883
- def self.distance(str1, str2); end
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
884
958
  end
885
959
 
886
- module DidYouMean::JaroWinkler
887
- def self.distance(str1, str2); end
960
+ class Bundler::Thor::Actions::InjectIntoFile
888
961
  end
889
962
 
890
- class DidYouMean::KeyErrorChecker
891
- def corrections(); end
963
+ module Bundler::Thor::Actions
964
+ def self.included(base); end
965
+ end
892
966
 
893
- def initialize(key_error); end
967
+ class Bundler::Thor::AmbiguousCommandError
894
968
  end
895
969
 
896
- class DidYouMean::KeyErrorChecker
970
+ class Bundler::Thor::AmbiguousCommandError
897
971
  end
898
972
 
899
- module DidYouMean::Levenshtein
900
- def self.distance(str1, str2); end
973
+ Bundler::Thor::AmbiguousTaskError = Bundler::Thor::AmbiguousCommandError
901
974
 
902
- def self.min3(a, b, c); end
903
- end
975
+ class Bundler::Thor::Argument
976
+ def banner(); end
904
977
 
905
- class DidYouMean::MethodNameChecker
906
- def corrections(); end
978
+ def default(); end
907
979
 
908
- def initialize(exception); end
980
+ def default_banner(); end
909
981
 
910
- def method_name(); end
982
+ def description(); end
911
983
 
912
- def method_names(); end
984
+ def enum(); end
913
985
 
914
- def receiver(); end
915
- RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
916
- end
986
+ def human_name(); end
917
987
 
918
- class DidYouMean::NullChecker
919
- def corrections(); end
988
+ def initialize(name, options=T.unsafe(nil)); end
920
989
 
921
- def initialize(*_); end
922
- end
990
+ def name(); end
923
991
 
924
- class DidYouMean::PlainFormatter
925
- def message_for(corrections); end
926
- end
992
+ def required(); end
927
993
 
928
- class DidYouMean::PlainFormatter
929
- end
994
+ def required?(); end
930
995
 
931
- class DidYouMean::SpellChecker
932
- def correct(input); end
996
+ def show_default?(); end
933
997
 
934
- def initialize(dictionary:); end
935
- end
998
+ def type(); end
936
999
 
937
- class DidYouMean::VariableNameChecker
938
- def corrections(); end
1000
+ def usage(); end
939
1001
 
940
- def cvar_names(); end
1002
+ def valid_type?(type); end
941
1003
 
942
- def initialize(exception); end
1004
+ def validate!(); end
1005
+ VALID_TYPES = ::T.let(nil, ::T.untyped)
1006
+ end
943
1007
 
944
- def ivar_names(); end
1008
+ class Bundler::Thor::Argument
1009
+ end
945
1010
 
946
- def lvar_names(); end
1011
+ class Bundler::Thor::Arguments
1012
+ def initialize(arguments=T.unsafe(nil)); end
947
1013
 
948
- def method_names(); end
1014
+ def parse(args); end
949
1015
 
950
- def name(); end
951
- RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
1016
+ def remaining(); end
1017
+ NUMERIC = ::T.let(nil, ::T.untyped)
952
1018
  end
953
1019
 
954
- module DidYouMean
955
- def self.formatter(); end
1020
+ class Bundler::Thor::Arguments
1021
+ def self.parse(*args); end
956
1022
 
957
- def self.formatter=(formatter); end
1023
+ def self.split(args); end
958
1024
  end
959
1025
 
960
- class Dir
961
- def children(); end
962
-
963
- def each_child(); end
964
- end
1026
+ module Bundler::Thor::Base
1027
+ def args(); end
965
1028
 
966
- class Dir
967
- def self.children(*_); end
1029
+ def args=(args); end
968
1030
 
969
- def self.each_child(*_); end
1031
+ def initialize(args=T.unsafe(nil), local_options=T.unsafe(nil), config=T.unsafe(nil)); end
970
1032
 
971
- def self.empty?(_); end
1033
+ def options(); end
972
1034
 
973
- def self.exists?(_); end
1035
+ def options=(options); end
974
1036
 
975
- def self.tmpdir(); end
976
- end
1037
+ def parent_options(); end
977
1038
 
978
- class Encoding
979
- def _dump(*_); end
1039
+ def parent_options=(parent_options); end
980
1040
  end
981
1041
 
982
- class Encoding::Converter
983
- def convert(_); end
1042
+ module Bundler::Thor::Base::ClassMethods
1043
+ def all_commands(); end
984
1044
 
985
- def convpath(); end
1045
+ def all_tasks(); end
986
1046
 
987
- def destination_encoding(); end
1047
+ def allow_incompatible_default_type!(); end
988
1048
 
989
- def finish(); end
1049
+ def argument(name, options=T.unsafe(nil)); end
990
1050
 
991
- def initialize(*_); end
1051
+ def arguments(); end
992
1052
 
993
- def insert_output(_); end
1053
+ def attr_accessor(*_); end
994
1054
 
995
- def last_error(); end
1055
+ def attr_reader(*_); end
996
1056
 
997
- def primitive_convert(*_); end
1057
+ def attr_writer(*_); end
998
1058
 
999
- def primitive_errinfo(); end
1059
+ def baseclass(); end
1000
1060
 
1001
- def putback(*_); end
1061
+ def basename(); end
1002
1062
 
1003
- def replacement(); end
1063
+ def build_option(name, options, scope); end
1004
1064
 
1005
- def replacement=(replacement); end
1065
+ def build_options(options, scope); end
1006
1066
 
1007
- def source_encoding(); end
1008
- end
1067
+ def check_default_type(); end
1009
1068
 
1010
- class Encoding::Converter
1011
- def self.asciicompat_encoding(_); end
1069
+ def check_default_type!(); end
1012
1070
 
1013
- def self.search_convpath(*_); end
1014
- end
1071
+ def check_unknown_options(); end
1015
1072
 
1016
- class Encoding::InvalidByteSequenceError
1017
- def destination_encoding(); end
1073
+ def check_unknown_options!(); end
1018
1074
 
1019
- def destination_encoding_name(); end
1075
+ def check_unknown_options?(config); end
1020
1076
 
1021
- def error_bytes(); end
1077
+ def class_option(name, options=T.unsafe(nil)); end
1022
1078
 
1023
- def incomplete_input?(); end
1079
+ def class_options(options=T.unsafe(nil)); end
1024
1080
 
1025
- def readagain_bytes(); end
1081
+ def class_options_help(shell, groups=T.unsafe(nil)); end
1026
1082
 
1027
- def source_encoding(); end
1083
+ def commands(); end
1028
1084
 
1029
- def source_encoding_name(); end
1030
- end
1085
+ def create_command(meth); end
1031
1086
 
1032
- class Encoding::UndefinedConversionError
1033
- def destination_encoding(); end
1087
+ def create_task(meth); end
1034
1088
 
1035
- def destination_encoding_name(); end
1089
+ def disable_required_check?(command_name); end
1036
1090
 
1037
- def error_char(); end
1091
+ def dispatch(command, given_args, given_opts, config); end
1038
1092
 
1039
- def source_encoding(); end
1093
+ def exit_on_failure?(); end
1040
1094
 
1041
- def source_encoding_name(); end
1042
- end
1095
+ def find_and_refresh_command(name); end
1043
1096
 
1044
- class Encoding
1045
- def self._load(_); end
1097
+ def find_and_refresh_task(name); end
1046
1098
 
1047
- def self.locale_charmap(); end
1048
- end
1099
+ def from_superclass(method, default=T.unsafe(nil)); end
1049
1100
 
1050
- module Enumerable
1051
- def chain(*_); end
1101
+ def group(name=T.unsafe(nil)); end
1052
1102
 
1053
- def chunk(); end
1103
+ def handle_argument_error(command, error, args, arity); end
1054
1104
 
1055
- def chunk_while(); end
1105
+ def handle_no_command_error(command, has_namespace=T.unsafe(nil)); end
1056
1106
 
1057
- def each_entry(*_); end
1107
+ def handle_no_task_error(command, has_namespace=T.unsafe(nil)); end
1058
1108
 
1059
- def filter(); end
1109
+ def inherited(klass); end
1060
1110
 
1061
- def grep_v(_); end
1111
+ def initialize_added(); end
1062
1112
 
1063
- def slice_after(*_); end
1113
+ def is_thor_reserved_word?(word, type); end
1064
1114
 
1065
- def slice_before(*_); end
1115
+ def method_added(meth); end
1066
1116
 
1067
- def slice_when(); end
1117
+ def namespace(name=T.unsafe(nil)); end
1068
1118
 
1069
- def sum(*_); end
1119
+ def no_commands(&block); end
1070
1120
 
1071
- def to_set(klass=T.unsafe(nil), *args, &block); end
1121
+ def no_commands?(); end
1072
1122
 
1073
- def uniq(); end
1123
+ def no_commands_context(); end
1074
1124
 
1075
- def zip(*_); end
1076
- end
1125
+ def no_tasks(&block); end
1077
1126
 
1078
- class Enumerator
1079
- def +(_); end
1127
+ def print_options(shell, options, group_name=T.unsafe(nil)); end
1080
1128
 
1081
- def each_with_index(); end
1082
- end
1129
+ def public_command(*names); end
1083
1130
 
1084
- class Enumerator::ArithmeticSequence
1085
- def begin(); end
1131
+ def public_task(*names); end
1086
1132
 
1087
- def each(&blk); end
1133
+ def remove_argument(*names); end
1088
1134
 
1089
- def end(); end
1135
+ def remove_class_option(*names); end
1090
1136
 
1091
- def exclude_end?(); end
1137
+ def remove_command(*names); end
1092
1138
 
1093
- def last(*_); end
1139
+ def remove_task(*names); end
1094
1140
 
1095
- def step(); end
1096
- end
1141
+ def start(given_args=T.unsafe(nil), config=T.unsafe(nil)); end
1097
1142
 
1098
- class Enumerator::ArithmeticSequence
1099
- end
1143
+ def stop_on_unknown_option?(command_name); end
1100
1144
 
1101
- class Enumerator::Chain
1102
- end
1145
+ def strict_args_position(); end
1103
1146
 
1104
- class Enumerator::Chain
1105
- end
1147
+ def strict_args_position!(); end
1106
1148
 
1107
- class Enumerator::Generator
1108
- def each(*_, &blk); end
1149
+ def strict_args_position?(config); end
1109
1150
 
1110
- def initialize(*_); end
1151
+ def tasks(); end
1111
1152
  end
1112
1153
 
1113
- class Enumerator::Lazy
1114
- def chunk(*_); end
1154
+ module Bundler::Thor::Base::ClassMethods
1155
+ end
1115
1156
 
1116
- def chunk_while(*_); end
1157
+ module Bundler::Thor::Base
1158
+ def self.included(base); end
1117
1159
 
1118
- def force(*_); end
1160
+ def self.register_klass_file(klass); end
1119
1161
 
1120
- def slice_when(*_); end
1121
- end
1162
+ def self.shell(); end
1122
1163
 
1123
- Errno::EAUTH = Errno::NOERROR
1164
+ def self.shell=(shell); end
1124
1165
 
1125
- Errno::EBADARCH = Errno::NOERROR
1166
+ def self.subclass_files(); end
1126
1167
 
1127
- Errno::EBADEXEC = Errno::NOERROR
1168
+ def self.subclasses(); end
1169
+ end
1128
1170
 
1129
- Errno::EBADMACHO = Errno::NOERROR
1171
+ class Bundler::Thor::Command
1172
+ def formatted_usage(klass, namespace=T.unsafe(nil), subcommand=T.unsafe(nil)); end
1130
1173
 
1131
- Errno::EBADRPC = Errno::NOERROR
1174
+ def handle_argument_error?(instance, error, caller); end
1132
1175
 
1133
- Errno::ECAPMODE = Errno::NOERROR
1176
+ def handle_no_method_error?(instance, error, caller); end
1134
1177
 
1135
- Errno::EDEADLOCK = Errno::EDEADLK
1178
+ def hidden?(); end
1136
1179
 
1137
- Errno::EDEVERR = Errno::NOERROR
1180
+ def initialize(name, description, long_description, usage, options=T.unsafe(nil)); end
1138
1181
 
1139
- Errno::EDOOFUS = Errno::NOERROR
1182
+ def local_method?(instance, name); end
1140
1183
 
1141
- Errno::EFTYPE = Errno::NOERROR
1184
+ def not_debugging?(instance); end
1142
1185
 
1143
- Errno::EIPSEC = Errno::NOERROR
1186
+ def private_method?(instance); end
1144
1187
 
1145
- Errno::ELAST = Errno::NOERROR
1188
+ def public_method?(instance); end
1146
1189
 
1147
- Errno::ENEEDAUTH = Errno::NOERROR
1190
+ def required_arguments_for(klass, usage); end
1148
1191
 
1149
- Errno::ENOATTR = Errno::NOERROR
1192
+ def required_options(); end
1150
1193
 
1151
- Errno::ENOPOLICY = Errno::NOERROR
1194
+ def run(instance, args=T.unsafe(nil)); end
1152
1195
 
1153
- Errno::ENOTCAPABLE = Errno::NOERROR
1196
+ def sans_backtrace(backtrace, caller); end
1197
+ FILE_REGEXP = ::T.let(nil, ::T.untyped)
1198
+ end
1154
1199
 
1155
- class Errno::ENOTSUP
1156
- Errno = ::T.let(nil, ::T.untyped)
1200
+ class Bundler::Thor::Command
1157
1201
  end
1158
1202
 
1159
- class Errno::ENOTSUP
1203
+ module Bundler::Thor::CoreExt
1160
1204
  end
1161
1205
 
1162
- Errno::EPROCLIM = Errno::NOERROR
1206
+ class Bundler::Thor::CoreExt::HashWithIndifferentAccess
1207
+ def [](key); end
1163
1208
 
1164
- Errno::EPROCUNAVAIL = Errno::NOERROR
1209
+ def []=(key, value); end
1165
1210
 
1166
- Errno::EPROGMISMATCH = Errno::NOERROR
1211
+ def convert_key(key); end
1167
1212
 
1168
- Errno::EPROGUNAVAIL = Errno::NOERROR
1213
+ def delete(key); end
1169
1214
 
1170
- Errno::EPWROFF = Errno::NOERROR
1215
+ def fetch(key, *args); end
1171
1216
 
1172
- Errno::EQFULL = Errno::NOERROR
1217
+ def initialize(hash=T.unsafe(nil)); end
1173
1218
 
1174
- Errno::ERPCMISMATCH = Errno::NOERROR
1219
+ def key?(key); end
1175
1220
 
1176
- Errno::ESHLIBVERS = Errno::NOERROR
1221
+ def merge(other); end
1177
1222
 
1178
- class Etc::Group
1179
- def gid(); end
1223
+ def merge!(other); end
1180
1224
 
1181
- def gid=(_); end
1225
+ def method_missing(method, *args); end
1182
1226
 
1183
- def mem(); end
1227
+ def replace(other_hash); end
1184
1228
 
1185
- def mem=(_); end
1229
+ def reverse_merge(other); end
1186
1230
 
1187
- def name(); end
1231
+ def reverse_merge!(other_hash); end
1188
1232
 
1189
- def name=(_); end
1233
+ def values_at(*indices); end
1234
+ end
1190
1235
 
1191
- def passwd(); end
1236
+ class Bundler::Thor::CoreExt::HashWithIndifferentAccess
1237
+ end
1192
1238
 
1193
- def passwd=(_); end
1239
+ module Bundler::Thor::CoreExt
1194
1240
  end
1195
1241
 
1196
- class Etc::Group
1197
- extend ::Enumerable
1198
- def self.[](*_); end
1242
+ Bundler::Thor::Correctable = DidYouMean::Correctable
1199
1243
 
1200
- def self.each(&blk); end
1244
+ class Bundler::Thor::DynamicCommand
1245
+ def initialize(name, options=T.unsafe(nil)); end
1246
+ end
1201
1247
 
1202
- def self.members(); end
1248
+ class Bundler::Thor::DynamicCommand
1203
1249
  end
1204
1250
 
1205
- class Etc::Passwd
1206
- def dir(); end
1251
+ Bundler::Thor::DynamicTask = Bundler::Thor::DynamicCommand
1207
1252
 
1208
- def dir=(_); end
1253
+ class Bundler::Thor::Error
1254
+ end
1209
1255
 
1210
- def gecos(); end
1256
+ class Bundler::Thor::Error
1257
+ end
1211
1258
 
1212
- def gecos=(_); end
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
1213
1265
 
1214
- def gid(); end
1266
+ class Bundler::Thor::Group
1267
+ extend ::Bundler::Thor::Base::ClassMethods
1268
+ extend ::Bundler::Thor::Invocation::ClassMethods
1269
+ def self.banner(); end
1215
1270
 
1216
- def gid=(_); end
1271
+ def self.desc(description=T.unsafe(nil)); end
1217
1272
 
1218
- def name(); end
1273
+ def self.get_options_from_invocations(group_options, base_options); end
1219
1274
 
1220
- def name=(_); end
1275
+ def self.handle_argument_error(command, error, _args, arity); end
1221
1276
 
1222
- def passwd(); end
1277
+ def self.help(shell); end
1223
1278
 
1224
- def passwd=(_); end
1279
+ def self.invocation_blocks(); end
1225
1280
 
1226
- def shell(); end
1281
+ def self.invocations(); end
1227
1282
 
1228
- def shell=(_); end
1283
+ def self.invoke(*names, &block); end
1229
1284
 
1230
- def uid(); end
1285
+ def self.invoke_from_option(*names, &block); end
1231
1286
 
1232
- def uid=(_); end
1233
- end
1287
+ def self.printable_commands(*_); end
1234
1288
 
1235
- class Etc::Passwd
1236
- extend ::Enumerable
1237
- def self.[](*_); end
1289
+ def self.printable_tasks(*_); end
1238
1290
 
1239
- def self.each(&blk); end
1291
+ def self.remove_invocation(*names); end
1240
1292
 
1241
- def self.members(); end
1293
+ def self.self_command(); end
1294
+
1295
+ def self.self_task(); end
1242
1296
  end
1243
1297
 
1244
- module Etc
1245
- def self.confstr(_); end
1298
+ class Bundler::Thor::HiddenCommand
1299
+ end
1246
1300
 
1247
- def self.endgrent(); end
1301
+ class Bundler::Thor::HiddenCommand
1302
+ end
1248
1303
 
1249
- def self.endpwent(); end
1304
+ Bundler::Thor::HiddenTask = Bundler::Thor::HiddenCommand
1250
1305
 
1251
- def self.getgrent(); end
1306
+ module Bundler::Thor::Invocation
1307
+ def _parse_initialization_options(args, opts, config); end
1252
1308
 
1253
- def self.getgrgid(*_); end
1309
+ def _retrieve_class_and_command(name, sent_command=T.unsafe(nil)); end
1254
1310
 
1255
- def self.getgrnam(_); end
1311
+ def _retrieve_class_and_task(name, sent_command=T.unsafe(nil)); end
1256
1312
 
1257
- def self.getlogin(); end
1313
+ def _shared_configuration(); end
1258
1314
 
1259
- def self.getpwent(); end
1315
+ def current_command_chain(); end
1260
1316
 
1261
- def self.getpwnam(_); end
1317
+ def initialize(args=T.unsafe(nil), options=T.unsafe(nil), config=T.unsafe(nil), &block); end
1262
1318
 
1263
- def self.getpwuid(*_); end
1319
+ def invoke(name=T.unsafe(nil), *args); end
1264
1320
 
1265
- def self.group(); end
1321
+ def invoke_all(); end
1266
1322
 
1267
- def self.nprocessors(); end
1323
+ def invoke_command(command, *args); end
1268
1324
 
1269
- def self.passwd(); end
1325
+ def invoke_task(command, *args); end
1270
1326
 
1271
- def self.setgrent(); end
1327
+ def invoke_with_padding(*args); end
1328
+ end
1272
1329
 
1273
- def self.setpwent(); end
1330
+ module Bundler::Thor::Invocation::ClassMethods
1331
+ def prepare_for_invocation(key, name); end
1332
+ end
1274
1333
 
1275
- def self.sysconf(_); end
1334
+ module Bundler::Thor::Invocation::ClassMethods
1335
+ end
1276
1336
 
1277
- def self.sysconfdir(); end
1337
+ module Bundler::Thor::Invocation
1338
+ def self.included(base); end
1339
+ end
1278
1340
 
1279
- def self.systmpdir(); end
1341
+ class Bundler::Thor::InvocationError
1342
+ end
1280
1343
 
1281
- def self.uname(); end
1344
+ class Bundler::Thor::InvocationError
1282
1345
  end
1283
1346
 
1284
- class Exception
1285
- def full_message(*_); end
1347
+ module Bundler::Thor::LineEditor
1286
1348
  end
1287
1349
 
1288
- class Exception
1289
- def self.exception(*_); end
1350
+ class Bundler::Thor::LineEditor::Basic
1351
+ def initialize(prompt, options); end
1290
1352
 
1291
- def self.to_tty?(); end
1292
- end
1353
+ def options(); end
1293
1354
 
1294
- class ExitCalledError
1295
- end
1355
+ def prompt(); end
1296
1356
 
1297
- class ExitCalledError
1357
+ def readline(); end
1298
1358
  end
1299
1359
 
1300
- class FalseClass
1301
- include ::JSON::Ext::Generator::GeneratorMethods::FalseClass
1360
+ class Bundler::Thor::LineEditor::Basic
1361
+ def self.available?(); end
1302
1362
  end
1303
1363
 
1304
- class Fiber
1305
- def resume(*_); end
1364
+ class Bundler::Thor::LineEditor::Readline
1306
1365
  end
1307
1366
 
1308
- class Fiber
1309
- def self.yield(*_); end
1310
- end
1367
+ class Bundler::Thor::LineEditor::Readline::PathCompletion
1368
+ def initialize(text); end
1311
1369
 
1312
- class File
1313
- Separator = ::T.let(nil, ::T.untyped)
1370
+ def matches(); end
1314
1371
  end
1315
1372
 
1316
- class File::Stat
1317
- def size?(); end
1373
+ class Bundler::Thor::LineEditor::Readline::PathCompletion
1318
1374
  end
1319
1375
 
1320
- class File
1321
- def self.empty?(_); end
1322
-
1323
- def self.exists?(_); end
1376
+ class Bundler::Thor::LineEditor::Readline
1377
+ end
1324
1378
 
1325
- def self.lutime(*_); end
1379
+ module Bundler::Thor::LineEditor
1380
+ def self.best_available(); end
1326
1381
 
1327
- def self.mkfifo(*_); end
1382
+ def self.readline(prompt, options=T.unsafe(nil)); end
1328
1383
  end
1329
1384
 
1330
- module FileUtils
1331
- include ::FileUtils::StreamUtils_
1385
+ class Bundler::Thor::MalformattedArgumentError
1332
1386
  end
1333
1387
 
1334
- module FileUtils::DryRun
1335
- include ::FileUtils
1336
- include ::FileUtils::StreamUtils_
1337
- include ::FileUtils::LowMethods
1388
+ class Bundler::Thor::MalformattedArgumentError
1338
1389
  end
1339
1390
 
1340
- module FileUtils::DryRun
1341
- extend ::FileUtils::DryRun
1342
- extend ::FileUtils
1343
- extend ::FileUtils::StreamUtils_
1344
- extend ::FileUtils::LowMethods
1345
- end
1391
+ class Bundler::Thor::NestedContext
1392
+ def enter(); end
1346
1393
 
1347
- module FileUtils::NoWrite
1348
- include ::FileUtils
1349
- include ::FileUtils::StreamUtils_
1350
- include ::FileUtils::LowMethods
1394
+ def entered?(); end
1351
1395
  end
1352
1396
 
1353
- module FileUtils::NoWrite
1354
- extend ::FileUtils::NoWrite
1355
- extend ::FileUtils
1356
- extend ::FileUtils::StreamUtils_
1357
- extend ::FileUtils::LowMethods
1397
+ class Bundler::Thor::NestedContext
1358
1398
  end
1359
1399
 
1360
- module FileUtils::Verbose
1361
- include ::FileUtils
1362
- include ::FileUtils::StreamUtils_
1400
+ class Bundler::Thor::NoKwargSpellChecker
1401
+ def initialize(dictionary); end
1363
1402
  end
1364
1403
 
1365
- module FileUtils::Verbose
1366
- extend ::FileUtils::Verbose
1367
- extend ::FileUtils
1368
- extend ::FileUtils::StreamUtils_
1404
+ class Bundler::Thor::NoKwargSpellChecker
1369
1405
  end
1370
1406
 
1371
- module FileUtils
1372
- extend ::FileUtils::StreamUtils_
1373
- end
1407
+ class Bundler::Thor::Option
1408
+ def aliases(); end
1374
1409
 
1375
- class Float
1376
- include ::JSON::Ext::Generator::GeneratorMethods::Float
1377
- end
1410
+ def array?(); end
1378
1411
 
1379
- module Forwardable
1380
- def def_delegator(accessor, method, ali=T.unsafe(nil)); end
1412
+ def boolean?(); end
1381
1413
 
1382
- def def_delegators(accessor, *methods); end
1414
+ def dasherize(str); end
1383
1415
 
1384
- def def_instance_delegator(accessor, method, ali=T.unsafe(nil)); end
1416
+ def dasherized?(); end
1385
1417
 
1386
- def def_instance_delegators(accessor, *methods); end
1418
+ def group(); end
1387
1419
 
1388
- def delegate(hash); end
1420
+ def hash?(); end
1389
1421
 
1390
- def instance_delegate(hash); end
1391
- VERSION = ::T.let(nil, ::T.untyped)
1392
- end
1422
+ def hide(); end
1393
1423
 
1394
- module Forwardable
1395
- def self._compile_method(src, file, line); end
1424
+ def lazy_default(); end
1396
1425
 
1397
- def self._delegator_method(obj, accessor, method, ali); end
1426
+ def numeric?(); end
1398
1427
 
1399
- def self._valid_method?(method); end
1428
+ def repeatable(); end
1400
1429
 
1401
- def self.debug(); end
1430
+ def string?(); end
1402
1431
 
1403
- def self.debug=(debug); end
1404
- end
1432
+ def switch_name(); end
1405
1433
 
1406
- class FrozenError
1407
- end
1434
+ def undasherize(str); end
1408
1435
 
1409
- class FrozenError
1436
+ def usage(padding=T.unsafe(nil)); end
1437
+
1438
+ def validate_default_type!(); end
1439
+ VALID_TYPES = ::T.let(nil, ::T.untyped)
1410
1440
  end
1411
1441
 
1412
- module GC
1413
- def garbage_collect(*_); end
1442
+ class Bundler::Thor::Option
1443
+ def self.parse(key, value); end
1414
1444
  end
1415
1445
 
1416
- module GC
1417
- def self.latest_gc_info(*_); end
1446
+ class Bundler::Thor::Options
1447
+ def assign_result!(option, result); end
1418
1448
 
1419
- def self.stress=(stress); end
1449
+ def check_unknown!(); end
1420
1450
 
1421
- def self.verify_internal_consistency(); end
1451
+ def current_is_switch?(); end
1422
1452
 
1423
- def self.verify_transient_heap_internal_consistency(); end
1424
- end
1453
+ def current_is_switch_formatted?(); end
1425
1454
 
1426
- class Gem::Package::TarHeader
1427
- def self.oct_or_256based(str); end
1428
- end
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
1429
1456
 
1430
- class Gem::RemoteFetcher
1431
- def s3_uri_signer(uri); end
1432
- end
1457
+ def normalize_switch(arg); end
1433
1458
 
1434
- class Gem::Resolver::Molinillo::DependencyGraph::Log
1435
- extend ::Enumerable
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)
1436
1474
  end
1437
1475
 
1438
- class Gem::S3URISigner
1439
- def initialize(uri); end
1476
+ class Bundler::Thor::Options
1477
+ def self.to_switches(options); end
1478
+ end
1440
1479
 
1441
- def sign(expiration=T.unsafe(nil)); end
1480
+ module Bundler::Thor::RakeCompat
1481
+ include ::Rake::DSL
1482
+ include ::Rake::FileUtilsExt
1483
+ include ::FileUtils
1484
+ include ::FileUtils::StreamUtils_
1485
+ end
1442
1486
 
1443
- def uri(); end
1487
+ module Bundler::Thor::RakeCompat
1488
+ def self.included(base); end
1444
1489
 
1445
- def uri=(uri); end
1446
- BASE64_URI_TRANSLATE = ::T.let(nil, ::T.untyped)
1447
- EC2_METADATA_CREDENTIALS = ::T.let(nil, ::T.untyped)
1490
+ def self.rake_classes(); end
1448
1491
  end
1449
1492
 
1450
- class Gem::S3URISigner::ConfigurationError
1451
- def initialize(message); end
1493
+ class Bundler::Thor::RequiredArgumentMissingError
1452
1494
  end
1453
1495
 
1454
- class Gem::S3URISigner::ConfigurationError
1496
+ class Bundler::Thor::RequiredArgumentMissingError
1455
1497
  end
1456
1498
 
1457
- class Gem::S3URISigner::InstanceProfileError
1458
- def initialize(message); end
1499
+ module Bundler::Thor::Sandbox
1459
1500
  end
1460
1501
 
1461
- class Gem::S3URISigner::InstanceProfileError
1502
+ module Bundler::Thor::Sandbox
1462
1503
  end
1463
1504
 
1464
- class Gem::S3URISigner::S3Config
1465
- def access_key_id(); end
1505
+ module Bundler::Thor::Shell
1506
+ def _shared_configuration(); end
1466
1507
 
1467
- def access_key_id=(_); end
1508
+ def ask(*args, &block); end
1468
1509
 
1469
- def region(); end
1510
+ def error(*args, &block); end
1470
1511
 
1471
- def region=(_); end
1512
+ def file_collision(*args, &block); end
1472
1513
 
1473
- def secret_access_key(); end
1514
+ def initialize(args=T.unsafe(nil), options=T.unsafe(nil), config=T.unsafe(nil)); end
1474
1515
 
1475
- def secret_access_key=(_); end
1516
+ def no?(*args, &block); end
1476
1517
 
1477
- def security_token(); end
1518
+ def print_in_columns(*args, &block); end
1478
1519
 
1479
- def security_token=(_); end
1480
- end
1520
+ def print_table(*args, &block); end
1481
1521
 
1482
- class Gem::S3URISigner::S3Config
1483
- def self.[](*_); end
1522
+ def print_wrapped(*args, &block); end
1484
1523
 
1485
- def self.members(); end
1486
- end
1524
+ def say(*args, &block); end
1487
1525
 
1488
- class Gem::S3URISigner
1489
- end
1526
+ def say_status(*args, &block); end
1490
1527
 
1491
- class Gem::Specification
1492
- extend ::Enumerable
1493
- end
1528
+ def set_color(*args, &block); end
1494
1529
 
1495
- module Gem::Util
1496
- def self.correct_for_windows_path(path); end
1497
- end
1530
+ def shell(); end
1498
1531
 
1499
- module Hamster
1500
- EmptyDeque = ::T.let(nil, ::T.untyped)
1501
- EmptyHash = ::T.let(nil, ::T.untyped)
1502
- EmptySet = ::T.let(nil, ::T.untyped)
1503
- EmptySortedSet = ::T.let(nil, ::T.untyped)
1504
- EmptyTrie = ::T.let(nil, ::T.untyped)
1505
- EmptyVector = ::T.let(nil, ::T.untyped)
1506
- VERSION = ::T.let(nil, ::T.untyped)
1507
- end
1532
+ def shell=(shell); end
1508
1533
 
1509
- module Hamster::EmptyList
1510
- extend ::Hamster::List
1511
- extend ::Hamster::Enumerable
1512
- extend ::Enumerable
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)
1513
1540
  end
1514
1541
 
1515
- class Hamster::LazyList
1516
- MUTEX = ::T.let(nil, ::T.untyped)
1517
- QUEUE = ::T.let(nil, ::T.untyped)
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)
1518
1623
  end
1519
1624
 
1520
- module Hamster::List
1521
- CADR = ::T.let(nil, ::T.untyped)
1625
+ class Bundler::Thor::Shell::Basic
1522
1626
  end
1523
1627
 
1524
- class Hamster::SortedSet::PlainAVLNode
1525
- EmptyNode = ::T.let(nil, ::T.untyped)
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)
1526
1656
  end
1527
1657
 
1528
- class Hamster::Vector
1529
- BITS_PER_LEVEL = ::T.let(nil, ::T.untyped)
1530
- BLOCK_SIZE = ::T.let(nil, ::T.untyped)
1531
- INDEX_MASK = ::T.let(nil, ::T.untyped)
1658
+ class Bundler::Thor::Shell::Color
1532
1659
  end
1533
1660
 
1534
- class Hash
1535
- include ::JSON::Ext::Generator::GeneratorMethods::Hash
1536
- def <(_); end
1661
+ class Bundler::Thor::Shell::HTML
1662
+ def ask(statement, color=T.unsafe(nil)); end
1663
+
1664
+ def diff_lcs_loaded?(); end
1537
1665
 
1538
- def <=(_); end
1666
+ def output_diff_line(diff); end
1539
1667
 
1540
- def >(_); end
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
1541
1687
 
1542
- def >=(_); end
1688
+ class Bundler::Thor::Shell::HTML
1689
+ end
1543
1690
 
1544
- def compact(); end
1691
+ module Bundler::Thor::Shell
1692
+ end
1545
1693
 
1546
- def compact!(); end
1694
+ Bundler::Thor::Task = Bundler::Thor::Command
1547
1695
 
1548
- def default_proc(); end
1696
+ class Bundler::Thor::UndefinedCommandError
1697
+ include ::DidYouMean::Correctable
1698
+ def all_commands(); end
1549
1699
 
1550
- def default_proc=(default_proc); end
1700
+ def command(); end
1551
1701
 
1552
- def dig(*_); end
1702
+ def initialize(command, all_commands, namespace); end
1703
+ end
1553
1704
 
1554
- def fetch_values(*_); end
1705
+ class Bundler::Thor::UndefinedCommandError::SpellChecker
1706
+ def corrections(); end
1555
1707
 
1556
- def filter!(); end
1708
+ def error(); end
1557
1709
 
1558
- def flatten(*_); end
1710
+ def initialize(error); end
1559
1711
 
1560
- def index(_); end
1712
+ def spell_checker(); end
1713
+ end
1561
1714
 
1562
- def merge!(*_); end
1715
+ class Bundler::Thor::UndefinedCommandError::SpellChecker
1716
+ end
1563
1717
 
1564
- def replace(_); end
1718
+ class Bundler::Thor::UndefinedCommandError
1719
+ end
1565
1720
 
1566
- def slice(*_); end
1721
+ Bundler::Thor::UndefinedTaskError = Bundler::Thor::UndefinedCommandError
1567
1722
 
1568
- def to_h(); end
1723
+ class Bundler::Thor::UnknownArgumentError
1724
+ include ::DidYouMean::Correctable
1725
+ def initialize(switches, unknown); end
1569
1726
 
1570
- def to_proc(); end
1727
+ def switches(); end
1571
1728
 
1572
- def transform_keys(); end
1729
+ def unknown(); end
1730
+ end
1573
1731
 
1574
- def transform_keys!(); end
1732
+ class Bundler::Thor::UnknownArgumentError::SpellChecker
1733
+ def corrections(); end
1575
1734
 
1576
- def transform_values(); end
1735
+ def error(); end
1577
1736
 
1578
- def transform_values!(); end
1737
+ def initialize(error); end
1579
1738
 
1580
- def update(*_); end
1739
+ def spell_checker(); end
1581
1740
  end
1582
1741
 
1583
- class Hash
1584
- def self.try_convert(_); end
1742
+ class Bundler::Thor::UnknownArgumentError::SpellChecker
1585
1743
  end
1586
1744
 
1587
- class IO
1588
- def external_encoding(); end
1745
+ class Bundler::Thor::UnknownArgumentError
1746
+ end
1589
1747
 
1590
- def nonblock(*_); end
1748
+ module Bundler::Thor::Util
1749
+ end
1591
1750
 
1592
- def nonblock=(nonblock); end
1751
+ module Bundler::Thor::Util
1752
+ def self.camel_case(str); end
1593
1753
 
1594
- def nonblock?(); end
1754
+ def self.escape_globs(path); end
1595
1755
 
1596
- def nread(); end
1756
+ def self.escape_html(string); end
1597
1757
 
1598
- def pathconf(_); end
1758
+ def self.find_by_namespace(namespace); end
1599
1759
 
1600
- def pread(*_); end
1760
+ def self.find_class_and_command_by_namespace(namespace, fallback=T.unsafe(nil)); end
1601
1761
 
1602
- def pwrite(_, _1); end
1762
+ def self.find_class_and_task_by_namespace(namespace, fallback=T.unsafe(nil)); end
1603
1763
 
1604
- def ready?(); end
1764
+ def self.globs_for(path); end
1605
1765
 
1606
- def wait(*_); end
1766
+ def self.load_thorfile(path, content=T.unsafe(nil), debug=T.unsafe(nil)); end
1607
1767
 
1608
- def wait_readable(*_); end
1768
+ def self.namespace_from_thor_class(constant); end
1609
1769
 
1610
- def wait_writable(*_); end
1770
+ def self.namespaces_in_content(contents, file=T.unsafe(nil)); end
1611
1771
 
1612
- def write_nonblock(buf, exception: T.unsafe(nil)); end
1613
- end
1772
+ def self.ruby_command(); end
1614
1773
 
1615
- IO::EWOULDBLOCKWaitReadable = IO::EAGAINWaitReadable
1774
+ def self.snake_case(str); end
1616
1775
 
1617
- IO::EWOULDBLOCKWaitWritable = IO::EAGAINWaitWritable
1776
+ def self.thor_classes_in(klass); end
1618
1777
 
1619
- class IO
1620
- def self.foreach(*_); end
1778
+ def self.thor_root(); end
1621
1779
 
1622
- def self.pipe(*_); end
1780
+ def self.thor_root_glob(); end
1781
+
1782
+ def self.user_home(); end
1623
1783
  end
1624
1784
 
1625
- class IPAddr
1626
- include ::Comparable
1627
- def &(other); end
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
1628
1789
 
1629
- def <<(num); end
1790
+ def self.check_unknown_options!(options=T.unsafe(nil)); end
1630
1791
 
1631
- def ==(other); end
1792
+ def self.command_help(shell, command_name); end
1632
1793
 
1633
- def ===(other); end
1794
+ def self.default_command(meth=T.unsafe(nil)); end
1634
1795
 
1635
- def >>(num); end
1796
+ def self.default_task(meth=T.unsafe(nil)); end
1636
1797
 
1637
- def eql?(other); end
1798
+ def self.deprecation_warning(message); end
1638
1799
 
1639
- def family(); end
1800
+ def self.desc(usage, description, options=T.unsafe(nil)); end
1640
1801
 
1641
- def hton(); end
1802
+ def self.disable_required_check(); end
1642
1803
 
1643
- def include?(other); end
1804
+ def self.disable_required_check!(*command_names); end
1644
1805
 
1645
- def initialize(addr=T.unsafe(nil), family=T.unsafe(nil)); end
1806
+ def self.disable_required_check?(command); end
1646
1807
 
1647
- def ip6_arpa(); end
1808
+ def self.dispatch(meth, given_args, given_opts, config); end
1648
1809
 
1649
- def ip6_int(); end
1810
+ def self.dynamic_command_class(); end
1650
1811
 
1651
- def ipv4?(); end
1812
+ def self.find_command_possibilities(meth); end
1652
1813
 
1653
- def ipv4_compat(); end
1814
+ def self.find_task_possibilities(meth); end
1654
1815
 
1655
- def ipv4_compat?(); end
1816
+ def self.help(shell, subcommand=T.unsafe(nil)); end
1656
1817
 
1657
- def ipv4_mapped(); end
1818
+ def self.long_desc(long_description, options=T.unsafe(nil)); end
1658
1819
 
1659
- def ipv4_mapped?(); end
1820
+ def self.map(mappings=T.unsafe(nil), **kw); end
1660
1821
 
1661
- def ipv6?(); end
1822
+ def self.method_option(name, options=T.unsafe(nil)); end
1662
1823
 
1663
- def link_local?(); end
1824
+ def self.method_options(options=T.unsafe(nil)); end
1664
1825
 
1665
- def loopback?(); end
1826
+ def self.normalize_command_name(meth); end
1666
1827
 
1667
- def mask(prefixlen); end
1828
+ def self.normalize_task_name(meth); end
1668
1829
 
1669
- def mask!(mask); end
1830
+ def self.option(name, options=T.unsafe(nil)); end
1670
1831
 
1671
- def native(); end
1832
+ def self.options(options=T.unsafe(nil)); end
1672
1833
 
1673
- def prefix(); end
1834
+ def self.package_name(name, _=T.unsafe(nil)); end
1674
1835
 
1675
- def prefix=(prefix); end
1836
+ def self.printable_commands(all=T.unsafe(nil), subcommand=T.unsafe(nil)); end
1676
1837
 
1677
- def private?(); end
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
1678
1863
 
1679
- def reverse(); end
1864
+ def self.subtasks(); end
1680
1865
 
1681
- def set(addr, *family); end
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
1682
1893
 
1683
- def succ(); end
1894
+ def shell=(shell); end
1684
1895
 
1685
- def to_i(); end
1896
+ def silence(&blk); end
1686
1897
 
1687
- def to_range(); end
1898
+ def trace(e, newline=T.unsafe(nil), force=T.unsafe(nil)); end
1688
1899
 
1689
- def to_string(); end
1900
+ def unprinted_warnings(); end
1690
1901
 
1691
- def |(other); end
1902
+ def warn(msg, newline=T.unsafe(nil), color=T.unsafe(nil)); end
1692
1903
 
1693
- def ~(); end
1694
- IN4MASK = ::T.let(nil, ::T.untyped)
1695
- IN6FORMAT = ::T.let(nil, ::T.untyped)
1696
- IN6MASK = ::T.let(nil, ::T.untyped)
1697
- RE_IPV4ADDRLIKE = ::T.let(nil, ::T.untyped)
1698
- RE_IPV6ADDRLIKE_COMPRESSED = ::T.let(nil, ::T.untyped)
1699
- RE_IPV6ADDRLIKE_FULL = ::T.let(nil, ::T.untyped)
1904
+ def yes?(msg); end
1905
+ LEVELS = ::T.let(nil, ::T.untyped)
1700
1906
  end
1701
1907
 
1702
- class IPAddr::AddressFamilyError
1908
+ class Bundler::UI::Shell
1703
1909
  end
1704
1910
 
1705
- class IPAddr::AddressFamilyError
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)
1706
1937
  end
1707
1938
 
1708
- class IPAddr::Error
1939
+ class Bundler::URI::BadURIError
1709
1940
  end
1710
1941
 
1711
- class IPAddr::Error
1942
+ class Bundler::URI::BadURIError
1712
1943
  end
1713
1944
 
1714
- class IPAddr::InvalidAddressError
1945
+ class Bundler::URI::Error
1715
1946
  end
1716
1947
 
1717
- class IPAddr::InvalidAddressError
1948
+ class Bundler::URI::Error
1718
1949
  end
1719
1950
 
1720
- class IPAddr::InvalidPrefixError
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
1721
1959
  end
1722
1960
 
1723
- class IPAddr::InvalidPrefixError
1961
+ module Bundler::URI::Escape
1724
1962
  end
1725
1963
 
1726
- class IPAddr
1727
- def self.new_ntoh(addr); end
1964
+ class Bundler::URI::FTP
1965
+ def set_typecode(v); end
1966
+
1967
+ def typecode(); end
1728
1968
 
1729
- def self.ntop(addr); end
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)
1730
1974
  end
1731
1975
 
1732
- class Integer
1733
- include ::JSON::Ext::Generator::GeneratorMethods::Integer
1734
- def allbits?(_); end
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
1735
1979
 
1736
- def anybits?(_); end
1980
+ class Bundler::URI::File
1981
+ def check_password(user); end
1737
1982
 
1738
- def digits(*_); end
1983
+ def check_user(user); end
1739
1984
 
1740
- def nobits?(_); end
1985
+ def check_userinfo(user); end
1741
1986
 
1742
- def pow(*_); end
1987
+ def set_userinfo(v); end
1988
+ COMPONENT = ::T.let(nil, ::T.untyped)
1989
+ DEFAULT_PORT = ::T.let(nil, ::T.untyped)
1990
+ end
1743
1991
 
1744
- def to_bn(); end
1745
- GMP_VERSION = ::T.let(nil, ::T.untyped)
1992
+ class Bundler::URI::File
1746
1993
  end
1747
1994
 
1748
- class Integer
1749
- def self.sqrt(_); end
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)
1750
2110
  end
1751
2111
 
1752
- class JSON::Ext::Generator::State
1753
- def self.from_state(_); end
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
1754
2124
  end
1755
2125
 
1756
- class JSON::Ext::Parser
1757
- def initialize(*_); end
1758
- end
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
1759
3180
 
1760
- JSON::Parser = JSON::Ext::Parser
3181
+ def initialize(header, io); end
1761
3182
 
1762
- JSON::State = JSON::Ext::Generator::State
3183
+ def length(); end
1763
3184
 
1764
- JSON::UnparserError = JSON::GeneratorError
3185
+ def pos(); end
1765
3186
 
1766
- module Kernel
1767
- def gem(dep, *reqs); end
3187
+ def read(len=T.unsafe(nil)); end
1768
3188
 
1769
- def itself(); end
3189
+ def readpartial(maxlen=T.unsafe(nil), outbuf=T.unsafe(nil)); end
1770
3190
 
1771
- def object_id(); end
3191
+ def rewind(); end
1772
3192
 
1773
- def respond_to?(*_); end
3193
+ def size(); end
1774
3194
 
1775
- def then(); end
3195
+ def symlink?(); end
3196
+ end
1776
3197
 
1777
- def yield_self(); end
3198
+ class Gem::Package::TarReader::Entry
1778
3199
  end
1779
3200
 
1780
- module Kernel
1781
- def self.at_exit(); end
3201
+ class Gem::Package::TarReader
3202
+ def self.new(io); end
1782
3203
  end
1783
3204
 
1784
- class KeyError
1785
- include ::DidYouMean::Correctable
1786
- def key(); end
3205
+ class Gem::Package::TarWriter
3206
+ def self.new(io); end
3207
+ end
1787
3208
 
1788
- def receiver(); end
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
1789
3213
  end
1790
3214
 
1791
- class LoadError
3215
+ class Gem::PathSupport
3216
+ def home(); end
3217
+
3218
+ def initialize(env); end
3219
+
1792
3220
  def path(); end
3221
+
3222
+ def spec_cache_dir(); end
1793
3223
  end
1794
3224
 
1795
- class LocalJumpError
1796
- def exit_value(); end
3225
+ class Gem::RemoteFetcher::FetchError
3226
+ include ::Gem::UriParsing
3227
+ def initialize(message, uri); end
1797
3228
 
1798
- def reason(); end
1799
- end
3229
+ def uri(); end
1800
3230
 
1801
- class Logger
1802
- SEV_LABEL = ::T.let(nil, ::T.untyped)
3231
+ def uri=(uri); end
1803
3232
  end
1804
3233
 
1805
- class Logger::Formatter
1806
- Format = ::T.let(nil, ::T.untyped)
3234
+ class Gem::RemoteFetcher::FetchError
1807
3235
  end
1808
3236
 
1809
- class Logger::LogDevice
1810
- include ::MonitorMixin
3237
+ class Gem::RemoteFetcher::UnknownHostError
1811
3238
  end
1812
3239
 
1813
- module Logger::Period
1814
- SiD = ::T.let(nil, ::T.untyped)
3240
+ class Gem::RemoteFetcher::UnknownHostError
1815
3241
  end
1816
3242
 
1817
- module Marshal
1818
- def self.restore(*_); end
3243
+ class Gem::Request
3244
+ extend ::Gem::UserInteraction
3245
+ extend ::Gem::DefaultUserInteraction
3246
+ extend ::Gem::Text
1819
3247
  end
1820
3248
 
1821
- class Module
1822
- def deprecate_constant(*_); end
1823
-
1824
- def undef_method(*_); end
3249
+ class Gem::RequestSet
3250
+ def pretty_print(q); end
1825
3251
  end
1826
3252
 
1827
- class Module
1828
- def self.used_modules(); end
3253
+ class Gem::Requirement
3254
+ include ::Gem::Requirement::OrderIndependentComparison
3255
+ include ::Gem::Requirement::CorrectHashForLambdaOperator
3256
+ def pretty_print(q); end
1829
3257
  end
1830
3258
 
1831
- class Monitor
1832
- def enter(); end
1833
-
1834
- def exit(); end
1835
-
1836
- def try_enter(); end
3259
+ module Gem::Requirement::CorrectHashForLambdaOperator
3260
+ def hash(); end
1837
3261
  end
1838
3262
 
1839
- module MonitorMixin
1840
- def initialize(*args); end
1841
-
1842
- def mon_enter(); end
3263
+ module Gem::Requirement::CorrectHashForLambdaOperator
3264
+ end
1843
3265
 
1844
- def mon_exit(); end
3266
+ module Gem::Requirement::OrderIndependentComparison
3267
+ def ==(other); end
1845
3268
 
1846
- def mon_locked?(); end
3269
+ def _requirements_sorted?(); end
1847
3270
 
1848
- def mon_owned?(); end
3271
+ def _with_sorted_requirements(); end
3272
+ end
1849
3273
 
1850
- def mon_synchronize(); end
3274
+ module Gem::Requirement::OrderIndependentComparison
3275
+ end
1851
3276
 
1852
- def mon_try_enter(); end
3277
+ class Gem::Resolver::APISet
3278
+ def pretty_print(q); end
3279
+ end
1853
3280
 
1854
- def new_cond(); end
3281
+ class Gem::Resolver::APISpecification
3282
+ def pretty_print(q); end
3283
+ end
1855
3284
 
1856
- def synchronize(); end
3285
+ class Gem::Resolver::ActivationRequest
3286
+ def pretty_print(q); end
3287
+ end
1857
3288
 
1858
- def try_mon_enter(); end
1859
- EXCEPTION_IMMEDIATE = ::T.let(nil, ::T.untyped)
1860
- EXCEPTION_NEVER = ::T.let(nil, ::T.untyped)
3289
+ class Gem::Resolver::BestSet
3290
+ def pretty_print(q); end
1861
3291
  end
1862
3292
 
1863
- class MonitorMixin::ConditionVariable
1864
- def broadcast(); end
3293
+ class Gem::Resolver::Conflict
3294
+ def pretty_print(q); end
3295
+ end
1865
3296
 
1866
- def initialize(monitor); end
3297
+ class Gem::Resolver::CurrentSet
3298
+ end
1867
3299
 
1868
- def signal(); end
3300
+ class Gem::Resolver::CurrentSet
3301
+ end
1869
3302
 
1870
- def wait(timeout=T.unsafe(nil)); end
3303
+ class Gem::Resolver::DependencyRequest
3304
+ def pretty_print(q); end
3305
+ end
1871
3306
 
1872
- def wait_until(); end
3307
+ class Gem::Resolver::GitSet
3308
+ def pretty_print(q); end
3309
+ end
1873
3310
 
1874
- def wait_while(); end
3311
+ class Gem::Resolver::GitSpecification
3312
+ def pretty_print(q); end
1875
3313
  end
1876
3314
 
1877
- module MonitorMixin
1878
- def self.extend_object(obj); end
3315
+ class Gem::Resolver::IndexSet
3316
+ def pretty_print(q); end
1879
3317
  end
1880
3318
 
1881
- class NameError
1882
- include ::DidYouMean::Correctable
1883
- def name(); end
3319
+ class Gem::Resolver::IndexSpecification
3320
+ def pretty_print(q); end
3321
+ end
1884
3322
 
1885
- def receiver(); end
3323
+ class Gem::Resolver::InstalledSpecification
3324
+ def pretty_print(q); end
1886
3325
  end
1887
3326
 
1888
- class NilClass
1889
- include ::JSON::Ext::Generator::GeneratorMethods::NilClass
1890
- def to_i(); end
3327
+ class Gem::Resolver::InstallerSet
3328
+ def pretty_print(q); end
1891
3329
  end
1892
3330
 
1893
- class NoMethodError
1894
- def args(); end
3331
+ class Gem::Resolver::LocalSpecification
3332
+ def pretty_print(q); end
3333
+ end
1895
3334
 
1896
- def private_call?(); end
3335
+ class Gem::Resolver::LocalSpecification
1897
3336
  end
1898
3337
 
1899
- class Object
1900
- include ::JSON::Ext::Generator::GeneratorMethods::Object
1901
- include ::Persistent💎
1902
- include ::Persistent💎::JRubyWorkaround
1903
- ARGF = ::T.let(nil, ::T.untyped)
1904
- ARGV = ::T.let(nil, ::T.untyped)
1905
- CROSS_COMPILING = ::T.let(nil, ::T.untyped)
1906
- ENV = ::T.let(nil, ::T.untyped)
1907
- RUBY_COPYRIGHT = ::T.let(nil, ::T.untyped)
1908
- RUBY_DESCRIPTION = ::T.let(nil, ::T.untyped)
1909
- RUBY_ENGINE = ::T.let(nil, ::T.untyped)
1910
- RUBY_ENGINE_VERSION = ::T.let(nil, ::T.untyped)
1911
- RUBY_PATCHLEVEL = ::T.let(nil, ::T.untyped)
1912
- RUBY_PLATFORM = ::T.let(nil, ::T.untyped)
1913
- RUBY_RELEASE_DATE = ::T.let(nil, ::T.untyped)
1914
- RUBY_REVISION = ::T.let(nil, ::T.untyped)
1915
- RUBY_VERSION = ::T.let(nil, ::T.untyped)
1916
- STDERR = ::T.let(nil, ::T.untyped)
1917
- STDIN = ::T.let(nil, ::T.untyped)
1918
- STDOUT = ::T.let(nil, ::T.untyped)
1919
- TOPLEVEL_BINDING = ::T.let(nil, ::T.untyped)
3338
+ class Gem::Resolver::LockSet
3339
+ def pretty_print(q); end
1920
3340
  end
1921
3341
 
1922
- class ObjectSpace::WeakMap
1923
- def [](_); end
3342
+ class Gem::Resolver::LockSpecification
3343
+ def pretty_print(q); end
3344
+ end
1924
3345
 
1925
- def []=(_, _1); end
3346
+ class Gem::Resolver::Molinillo::DependencyGraph::Log
3347
+ def add_edge_no_circular(graph, origin, destination, requirement); end
1926
3348
 
1927
- def each(&blk); end
3349
+ def add_vertex(graph, name, payload, root); end
1928
3350
 
1929
- def each_key(); end
3351
+ def delete_edge(graph, origin_name, destination_name, requirement); end
1930
3352
 
1931
- def each_pair(); end
3353
+ def detach_vertex_named(graph, name); end
1932
3354
 
1933
- def each_value(); end
3355
+ def each(&blk); end
1934
3356
 
1935
- def key?(_); end
3357
+ def pop!(graph); end
1936
3358
 
1937
- def keys(); end
3359
+ def reverse_each(); end
1938
3360
 
1939
- def length(); end
3361
+ def rewind_to(graph, tag); end
1940
3362
 
1941
- def size(); end
3363
+ def set_payload(graph, name, payload); end
1942
3364
 
1943
- def values(); end
3365
+ def tag(graph, tag); end
1944
3366
  end
1945
3367
 
1946
- module ObjectSpace
1947
- def self.count_objects(*_); end
1948
-
1949
- def self.define_finalizer(*_); end
1950
-
1951
- def self.garbage_collect(*_); end
3368
+ class Gem::Resolver::Molinillo::DependencyGraph::Log
3369
+ extend ::Enumerable
3370
+ end
1952
3371
 
1953
- def self.undefine_finalizer(_); end
3372
+ class Gem::Resolver::VendorSet
3373
+ def pretty_print(q); end
1954
3374
  end
1955
3375
 
1956
- class Pathname
1957
- def empty?(); end
3376
+ class Gem::RuntimeRequirementNotMetError
3377
+ def suggestion(); end
1958
3378
 
1959
- def fnmatch?(*_); end
3379
+ def suggestion=(suggestion); end
3380
+ end
1960
3381
 
1961
- def glob(*_); end
3382
+ class Gem::RuntimeRequirementNotMetError
3383
+ end
1962
3384
 
1963
- def make_symlink(_); end
3385
+ class Gem::Security::Exception
1964
3386
  end
1965
3387
 
1966
- class Proc
1967
- def <<(_); end
3388
+ class Gem::Security::Exception
3389
+ end
1968
3390
 
1969
- def ===(*_); end
3391
+ class Gem::Security::KEY_ALGORITHM
3392
+ def d(); end
1970
3393
 
1971
- def >>(_); end
3394
+ def dmp1(); end
1972
3395
 
1973
- def clone(); end
3396
+ def dmq1(); end
1974
3397
 
1975
- def yield(*_); end
1976
- end
3398
+ def e(); end
1977
3399
 
1978
- module Process::Sys
1979
- def self.getegid(); end
1980
- end
3400
+ def export(*_); end
1981
3401
 
1982
- class Process::Tms
1983
- def cstime(); end
3402
+ def initialize(*_); end
1984
3403
 
1985
- def cstime=(_); end
3404
+ def iqmp(); end
1986
3405
 
1987
- def cutime(); end
3406
+ def n(); end
1988
3407
 
1989
- def cutime=(_); end
3408
+ def p(); end
1990
3409
 
1991
- def stime(); end
3410
+ def params(); end
1992
3411
 
1993
- def stime=(_); end
3412
+ def private?(); end
1994
3413
 
1995
- def utime(); end
3414
+ def private_decrypt(*_); end
1996
3415
 
1997
- def utime=(_); end
1998
- end
3416
+ def private_encrypt(*_); end
1999
3417
 
2000
- class Process::Tms
2001
- def self.[](*_); end
3418
+ def public?(); end
2002
3419
 
2003
- def self.members(); end
2004
- end
3420
+ def public_decrypt(*_); end
2005
3421
 
2006
- module Process
2007
- def self.last_status(); end
3422
+ def public_encrypt(*_); end
2008
3423
 
2009
- def self.setpgrp(); end
2010
- end
3424
+ def public_key(); end
2011
3425
 
2012
- module Random::Formatter
2013
- def alphanumeric(n=T.unsafe(nil)); end
2014
- ALPHANUMERIC = ::T.let(nil, ::T.untyped)
2015
- end
3426
+ def q(); end
2016
3427
 
2017
- class Random
2018
- extend ::Random::Formatter
2019
- def self.bytes(_); end
3428
+ def set_crt_params(_, _1, _2); end
2020
3429
 
2021
- def self.urandom(_); end
2022
- end
3430
+ def set_factors(_, _1); end
2023
3431
 
2024
- class Range
2025
- def %(_); end
3432
+ def set_key(_, _1, _2); end
2026
3433
 
2027
- def entries(); end
3434
+ def sign_pss(*_); end
2028
3435
 
2029
- def to_a(); end
2030
- end
3436
+ def to_der(); end
2031
3437
 
2032
- module RbConfig
2033
- def self.expand(val, config=T.unsafe(nil)); end
3438
+ def to_pem(*_); end
2034
3439
 
2035
- def self.fire_update!(key, val, mkconf=T.unsafe(nil), conf=T.unsafe(nil)); end
3440
+ def to_s(*_); end
2036
3441
 
2037
- def self.ruby(); end
2038
- end
3442
+ def to_text(); end
2039
3443
 
2040
- class Regexp
2041
- def match?(*_); end
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)
2042
3449
  end
2043
3450
 
2044
- class Regexp
2045
- def self.union(*_); end
3451
+ class Gem::Security::KEY_ALGORITHM
3452
+ def self.generate(*_); end
2046
3453
  end
2047
3454
 
2048
- module RubyVM::AbstractSyntaxTree
2049
- end
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
2050
3460
 
2051
- class RubyVM::AbstractSyntaxTree::Node
2052
- def children(); end
3461
+ def check_chain(chain, time); end
2053
3462
 
2054
- def first_column(); end
3463
+ def check_data(public_key, digest, signature, data); end
2055
3464
 
2056
- def first_lineno(); end
3465
+ def check_key(signer, key); end
2057
3466
 
2058
- def last_column(); end
3467
+ def check_root(chain, time); end
2059
3468
 
2060
- def last_lineno(); end
3469
+ def check_trust(chain, digester, trust_dir); end
2061
3470
 
2062
- def type(); end
2063
- end
3471
+ def initialize(name, policy=T.unsafe(nil), opt=T.unsafe(nil)); end
2064
3472
 
2065
- class RubyVM::AbstractSyntaxTree::Node
2066
- end
3473
+ def name(); end
2067
3474
 
2068
- module RubyVM::AbstractSyntaxTree
2069
- def self.of(_); end
3475
+ def only_signed(); end
2070
3476
 
2071
- def self.parse(_); end
3477
+ def only_signed=(only_signed); end
2072
3478
 
2073
- def self.parse_file(_); end
2074
- end
3479
+ def only_trusted(); end
2075
3480
 
2076
- class RubyVM::InstructionSequence
2077
- def absolute_path(); end
3481
+ def only_trusted=(only_trusted); end
2078
3482
 
2079
- def base_label(); end
3483
+ def subject(certificate); end
2080
3484
 
2081
- def disasm(); end
3485
+ def verify(chain, key=T.unsafe(nil), digests=T.unsafe(nil), signatures=T.unsafe(nil), full_name=T.unsafe(nil)); end
2082
3486
 
2083
- def disassemble(); end
3487
+ def verify_chain(); end
2084
3488
 
2085
- def each_child(); end
3489
+ def verify_chain=(verify_chain); end
2086
3490
 
2087
- def eval(); end
3491
+ def verify_data(); end
2088
3492
 
2089
- def first_lineno(); end
3493
+ def verify_data=(verify_data); end
2090
3494
 
2091
- def label(); end
3495
+ def verify_root(); end
2092
3496
 
2093
- def path(); end
3497
+ def verify_root=(verify_root); end
2094
3498
 
2095
- def to_a(); end
3499
+ def verify_signatures(spec, digests, signatures); end
2096
3500
 
2097
- def to_binary(*_); end
3501
+ def verify_signer(); end
2098
3502
 
2099
- def trace_points(); end
3503
+ def verify_signer=(verify_signer); end
2100
3504
  end
2101
3505
 
2102
- class RubyVM::InstructionSequence
2103
- def self.compile(*_); end
3506
+ class Gem::Security::Policy
3507
+ end
2104
3508
 
2105
- def self.compile_file(*_); end
3509
+ class Gem::Security::Signer
3510
+ include ::Gem::UserInteraction
3511
+ include ::Gem::DefaultUserInteraction
3512
+ include ::Gem::Text
3513
+ def cert_chain(); end
2106
3514
 
2107
- def self.compile_option(); end
3515
+ def cert_chain=(cert_chain); end
2108
3516
 
2109
- def self.compile_option=(compile_option); end
3517
+ def digest_algorithm(); end
2110
3518
 
2111
- def self.disasm(_); end
3519
+ def digest_name(); end
2112
3520
 
2113
- def self.disassemble(_); end
3521
+ def extract_name(cert); end
2114
3522
 
2115
- def self.load_from_binary(_); end
3523
+ def initialize(key, cert_chain, passphrase=T.unsafe(nil), options=T.unsafe(nil)); end
2116
3524
 
2117
- def self.load_from_binary_extra_data(_); end
3525
+ def key(); end
2118
3526
 
2119
- def self.of(_); end
2120
- end
3527
+ def key=(key); end
2121
3528
 
2122
- module RubyVM::MJIT
2123
- end
3529
+ def load_cert_chain(); end
2124
3530
 
2125
- module RubyVM::MJIT
2126
- def self.enabled?(); end
3531
+ def options(); end
2127
3532
 
2128
- def self.pause(*_); end
3533
+ def re_sign_key(expiration_length: T.unsafe(nil)); end
2129
3534
 
2130
- def self.resume(); end
3535
+ def sign(data); end
2131
3536
  end
2132
3537
 
2133
- class RubyVM
2134
- def self.resolve_feature_path(_); end
2135
-
2136
- def self.stat(*_); end
3538
+ class Gem::Security::Signer
3539
+ def self.re_sign_cert(expired_cert, expired_cert_path, private_key); end
2137
3540
  end
2138
3541
 
2139
- class Set
2140
- def ===(o); end
3542
+ class Gem::Security::TrustDir
3543
+ def cert_path(certificate); end
2141
3544
 
2142
- def compare_by_identity(); end
3545
+ def dir(); end
2143
3546
 
2144
- def compare_by_identity?(); end
3547
+ def each_certificate(); end
2145
3548
 
2146
- def divide(&func); end
3549
+ def initialize(dir, permissions=T.unsafe(nil)); end
2147
3550
 
2148
- def eql?(o); end
3551
+ def issuer_of(certificate); end
2149
3552
 
2150
- def filter!(&block); end
3553
+ def load_certificate(certificate_file); end
2151
3554
 
2152
- def pretty_print(pp); end
3555
+ def name_path(name); end
2153
3556
 
2154
- def pretty_print_cycle(pp); end
3557
+ def trust_cert(certificate); end
2155
3558
 
2156
- def reset(); end
2157
- InspectKey = ::T.let(nil, ::T.untyped)
3559
+ def verify(); end
2158
3560
  end
2159
3561
 
2160
- class SignalException
2161
- def signm(); end
2162
-
2163
- def signo(); end
2164
- end
3562
+ module Gem::Security
3563
+ def self.alt_name_or_x509_entry(certificate, x509_entry); end
2165
3564
 
2166
- module SingleForwardable
2167
- def def_delegator(accessor, method, ali=T.unsafe(nil)); end
3565
+ def self.create_cert(subject, key, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end
2168
3566
 
2169
- def def_delegators(accessor, *methods); end
3567
+ def self.create_cert_email(email, key, age=T.unsafe(nil), extensions=T.unsafe(nil)); end
2170
3568
 
2171
- def def_single_delegator(accessor, method, ali=T.unsafe(nil)); end
3569
+ def self.create_cert_self_signed(subject, key, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end
2172
3570
 
2173
- def def_single_delegators(accessor, *methods); end
3571
+ def self.create_key(length=T.unsafe(nil), algorithm=T.unsafe(nil)); end
2174
3572
 
2175
- def delegate(hash); end
3573
+ def self.email_to_name(email_address); end
2176
3574
 
2177
- def single_delegate(hash); end
2178
- end
3575
+ def self.re_sign(expired_certificate, private_key, age=T.unsafe(nil), extensions=T.unsafe(nil)); end
2179
3576
 
2180
- class Sorbet::Private::ConstantLookupCache
2181
- def all_module_aliases(); end
3577
+ def self.reset(); end
2182
3578
 
2183
- def all_module_names(); end
3579
+ def self.sign(certificate, signing_key, signing_cert, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end
2184
3580
 
2185
- def all_named_modules(); end
3581
+ def self.trust_dir(); end
2186
3582
 
2187
- def class_by_name(name); end
3583
+ def self.trusted_certificates(&block); end
2188
3584
 
2189
- def name_by_class(klass); end
2190
- DEPRECATED_CONSTANTS = ::T.let(nil, ::T.untyped)
3585
+ def self.write(pemmable, path, permissions=T.unsafe(nil), passphrase=T.unsafe(nil), cipher=T.unsafe(nil)); end
2191
3586
  end
2192
3587
 
2193
- class Sorbet::Private::ConstantLookupCache::ConstantEntry
2194
- def aliases(); end
3588
+ class Gem::Source
3589
+ def pretty_print(q); end
3590
+ end
2195
3591
 
2196
- def aliases=(_); end
3592
+ class Gem::SpecFetcher
3593
+ include ::Gem::UserInteraction
3594
+ include ::Gem::DefaultUserInteraction
3595
+ include ::Gem::Text
3596
+ def available_specs(type); end
2197
3597
 
2198
- def const(); end
3598
+ def detect(type=T.unsafe(nil)); end
2199
3599
 
2200
- def const=(_); end
3600
+ def initialize(sources=T.unsafe(nil)); end
2201
3601
 
2202
- def const_name(); end
3602
+ def latest_specs(); end
2203
3603
 
2204
- def const_name=(_); end
3604
+ def prerelease_specs(); end
2205
3605
 
2206
- def found_name(); end
3606
+ def search_for_dependency(dependency, matching_platform=T.unsafe(nil)); end
2207
3607
 
2208
- def found_name=(_); end
3608
+ def sources(); end
2209
3609
 
2210
- def owner(); end
3610
+ def spec_for_dependency(dependency, matching_platform=T.unsafe(nil)); end
2211
3611
 
2212
- def owner=(_); end
3612
+ def specs(); end
2213
3613
 
2214
- def primary_name(); end
3614
+ def suggest_gems_from_name(gem_name, type=T.unsafe(nil)); end
2215
3615
 
2216
- def primary_name=(_); end
3616
+ def tuples_for(source, type, gracefully_ignore=T.unsafe(nil)); end
2217
3617
  end
2218
3618
 
2219
- class Sorbet::Private::ConstantLookupCache::ConstantEntry
2220
- def self.[](*_); end
2221
-
2222
- def self.members(); end
2223
- end
3619
+ class Gem::SpecFetcher
3620
+ def self.fetcher(); end
2224
3621
 
2225
- class Sorbet::Private::ConstantLookupCache
3622
+ def self.fetcher=(fetcher); end
2226
3623
  end
2227
3624
 
2228
- class Sorbet::Private::CreateConfig
2229
- include ::Sorbet::Private::StepInterface
2230
- SORBET_CONFIG_FILE = ::T.let(nil, ::T.untyped)
2231
- SORBET_DIR = ::T.let(nil, ::T.untyped)
2232
- end
3625
+ class Gem::Specification
3626
+ include ::Bundler::MatchPlatform
3627
+ include ::Bundler::GemHelpers
3628
+ def pretty_print(q); end
2233
3629
 
2234
- class Sorbet::Private::CreateConfig
2235
- def self.main(); end
3630
+ def removed_method_calls(); end
2236
3631
 
2237
- def self.output_file(); end
3632
+ def to_ruby(); end
3633
+ REMOVED_METHODS = ::T.let(nil, ::T.untyped)
2238
3634
  end
2239
3635
 
2240
- class Sorbet::Private::FetchRBIs
2241
- include ::Sorbet::Private::StepInterface
2242
- HEADER = ::T.let(nil, ::T.untyped)
2243
- RBI_CACHE_DIR = ::T.let(nil, ::T.untyped)
2244
- SORBET_CONFIG_FILE = ::T.let(nil, ::T.untyped)
2245
- SORBET_DIR = ::T.let(nil, ::T.untyped)
2246
- SORBET_RBI_LIST = ::T.let(nil, ::T.untyped)
2247
- SORBET_RBI_SORBET_TYPED = ::T.let(nil, ::T.untyped)
2248
- SORBET_TYPED_REPO = ::T.let(nil, ::T.untyped)
2249
- SORBET_TYPED_REVISION = ::T.let(nil, ::T.untyped)
2250
- XDG_CACHE_HOME = ::T.let(nil, ::T.untyped)
3636
+ class Gem::Specification
3637
+ extend ::Gem::Deprecate
3638
+ extend ::Enumerable
2251
3639
  end
2252
3640
 
2253
- class Sorbet::Private::FetchRBIs
2254
- def self.fetch_sorbet_typed(); end
3641
+ class Gem::SpecificationPolicy
3642
+ include ::Gem::UserInteraction
3643
+ include ::Gem::DefaultUserInteraction
3644
+ include ::Gem::Text
3645
+ def initialize(specification); end
2255
3646
 
2256
- def self.main(); end
3647
+ def packaging(); end
2257
3648
 
2258
- def self.matching_version_directories(root, version); end
3649
+ def packaging=(packaging); end
2259
3650
 
2260
- def self.output_file(); end
3651
+ def validate(strict=T.unsafe(nil)); end
2261
3652
 
2262
- def self.paths_for_gem_version(gemspec); end
3653
+ def validate_dependencies(); end
2263
3654
 
2264
- def self.paths_for_ruby_version(ruby_version); end
3655
+ def validate_metadata(); end
2265
3656
 
2266
- def self.vendor_rbis_within_paths(vendor_paths); end
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)
2267
3665
  end
2268
3666
 
2269
- class Sorbet::Private::FindGemRBIs
2270
- include ::Sorbet::Private::StepInterface
2271
- GEM_DIR = ::T.let(nil, ::T.untyped)
2272
- HEADER = ::T.let(nil, ::T.untyped)
2273
- RBI_CACHE_DIR = ::T.let(nil, ::T.untyped)
2274
- XDG_CACHE_HOME = ::T.let(nil, ::T.untyped)
3667
+ class Gem::SpecificationPolicy
2275
3668
  end
2276
3669
 
2277
- class Sorbet::Private::FindGemRBIs
2278
- def self.main(); end
3670
+ class Gem::StreamUI
3671
+ def _deprecated_debug(statement); end
3672
+ end
2279
3673
 
2280
- def self.output_file(); end
3674
+ class Gem::StubSpecification
3675
+ def build_extensions(); end
2281
3676
 
2282
- def self.paths_within_gem_sources(gemspec); end
2283
- end
3677
+ def extensions(); end
2284
3678
 
2285
- module Sorbet::Private::GemGeneratorTracepoint
2286
- include ::Sorbet::Private::StepInterface
2287
- OUTPUT = ::T.let(nil, ::T.untyped)
2288
- end
3679
+ def initialize(filename, base_dir, gems_dir, default_gem); end
2289
3680
 
2290
- class Sorbet::Private::GemGeneratorTracepoint::ClassDefinition
2291
- def defs(); end
3681
+ def missing_extensions?(); end
2292
3682
 
2293
- def defs=(_); end
3683
+ def valid?(); end
3684
+ end
2294
3685
 
2295
- def id(); end
3686
+ class Gem::StubSpecification::StubLine
3687
+ def extensions(); end
2296
3688
 
2297
- def id=(_); end
3689
+ def full_name(); end
2298
3690
 
2299
- def klass(); end
3691
+ def initialize(data, extensions); end
2300
3692
 
2301
- def klass=(_); end
2302
- end
3693
+ def name(); end
2303
3694
 
2304
- class Sorbet::Private::GemGeneratorTracepoint::ClassDefinition
2305
- def self.[](*_); end
3695
+ def platform(); end
2306
3696
 
2307
- def self.members(); end
3697
+ def require_paths(); end
3698
+
3699
+ def version(); end
2308
3700
  end
2309
3701
 
2310
- class Sorbet::Private::GemGeneratorTracepoint::TracepointSerializer
2311
- def initialize(files:, delegate_classes:); end
3702
+ class Gem::StubSpecification
3703
+ def self.default_gemspec_stub(filename, base_dir, gems_dir); end
2312
3704
 
2313
- def serialize(output_dir); end
2314
- BAD_METHODS = ::T.let(nil, ::T.untyped)
2315
- HEADER = ::T.let(nil, ::T.untyped)
2316
- SPECIAL_METHOD_NAMES = ::T.let(nil, ::T.untyped)
3705
+ def self.gemspec_stub(filename, base_dir, gems_dir); end
2317
3706
  end
2318
3707
 
2319
- class Sorbet::Private::GemGeneratorTracepoint::TracepointSerializer
3708
+ class Gem::UninstallError
3709
+ def spec(); end
3710
+
3711
+ def spec=(spec); end
2320
3712
  end
2321
3713
 
2322
- class Sorbet::Private::GemGeneratorTracepoint::Tracer
3714
+ class Gem::UninstallError
2323
3715
  end
2324
3716
 
2325
- class Sorbet::Private::GemGeneratorTracepoint::Tracer
2326
- def self.add_to_context(item); end
3717
+ Gem::UnsatisfiableDepedencyError = Gem::UnsatisfiableDependencyError
2327
3718
 
2328
- def self.disable_tracepoints(); end
3719
+ class Gem::Version
3720
+ def pretty_print(q); end
3721
+ end
2329
3722
 
2330
- def self.finish(); end
3723
+ Gem::Version::Requirement = Gem::Requirement
2331
3724
 
2332
- def self.install_tracepoints(); end
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
2333
3734
 
2334
- def self.on_method_added(mod, method, singleton); end
3735
+ module Hamster::EmptyList
3736
+ extend ::Hamster::List
3737
+ extend ::Hamster::Enumerable
3738
+ extend ::Enumerable
3739
+ end
2335
3740
 
2336
- def self.on_module_created(mod); end
3741
+ class Hamster::LazyList
3742
+ MUTEX = ::T.let(nil, ::T.untyped)
3743
+ QUEUE = ::T.let(nil, ::T.untyped)
3744
+ end
2337
3745
 
2338
- def self.on_module_extended(extended, extender); end
3746
+ module Hamster::List
3747
+ CADR = ::T.let(nil, ::T.untyped)
3748
+ end
2339
3749
 
2340
- def self.on_module_included(included, includer); end
3750
+ class Hamster::SortedSet::PlainAVLNode
3751
+ EmptyNode = ::T.let(nil, ::T.untyped)
3752
+ end
2341
3753
 
2342
- def self.pre_cache_module_methods(); end
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
2343
3759
 
2344
- def self.register_delegate_class(klass, delegate); end
3760
+ class Hash
3761
+ include ::JSON::Ext::Generator::GeneratorMethods::Hash
3762
+ def deconstruct_keys(_); end
3763
+ end
2345
3764
 
2346
- def self.start(); end
3765
+ class Hash
3766
+ def self.ruby2_keywords_hash(_); end
2347
3767
 
2348
- def self.trace(); end
3768
+ def self.ruby2_keywords_hash?(_); end
2349
3769
 
2350
- def self.trace_results(); end
3770
+ def self.try_convert(_); end
2351
3771
  end
2352
3772
 
2353
- module Sorbet::Private::GemGeneratorTracepoint
2354
- def self.main(output_dir=T.unsafe(nil)); end
3773
+ class IO
3774
+ def nonblock(*_); end
2355
3775
 
2356
- def self.output_file(); end
2357
- end
3776
+ def nonblock=(nonblock); end
2358
3777
 
2359
- class Sorbet::Private::GemLoader
2360
- GEM_LOADER = ::T.let(nil, ::T.untyped)
2361
- NO_GEM = ::T.let(nil, ::T.untyped)
2362
- end
3778
+ def nonblock?(); end
3779
+
3780
+ def nread(); end
2363
3781
 
2364
- class Sorbet::Private::GemLoader
2365
- def self.my_require(gem); end
3782
+ def pathconf(_); end
2366
3783
 
2367
- def self.require_all_gems(); end
3784
+ def ready?(); end
2368
3785
 
2369
- def self.require_gem(gem); end
2370
- end
3786
+ def set_encoding_by_bom(); end
2371
3787
 
2372
- class Sorbet::Private::HiddenMethodFinder
2373
- include ::Sorbet::Private::StepInterface
2374
- def all_modules_and_aliases(); end
3788
+ def wait(*_); end
2375
3789
 
2376
- def capture_stderr(); end
3790
+ def wait_readable(*_); end
2377
3791
 
2378
- def constant_cache(); end
3792
+ def wait_writable(*_); end
3793
+ end
2379
3794
 
2380
- def gen_source_rbi(classes, aliases); end
3795
+ IO::EWOULDBLOCKWaitReadable = IO::EAGAINWaitReadable
2381
3796
 
2382
- def looks_like_stub_name(name); end
3797
+ IO::EWOULDBLOCKWaitWritable = IO::EAGAINWaitWritable
2383
3798
 
2384
- def main(); end
3799
+ class IPAddr
3800
+ def ==(other); end
2385
3801
 
2386
- def mk_dir(); end
3802
+ def initialize(addr=T.unsafe(nil), family=T.unsafe(nil)); end
3803
+ end
2387
3804
 
2388
- def read_constants(); end
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
2389
3810
 
2390
- def real_name(mod); end
3811
+ class JSON::Ext::Generator::State
3812
+ def self.from_state(_); end
3813
+ end
2391
3814
 
2392
- def require_everything(); end
3815
+ class JSON::Ext::Parser
3816
+ def initialize(*_); end
3817
+ end
2393
3818
 
2394
- def rm_dir(); end
3819
+ JSON::Parser = JSON::Ext::Parser
2395
3820
 
2396
- def serialize_alias(source_entry, rbi_entry, my_klass, source_symbols, rbi_symbols); end
3821
+ JSON::State = JSON::Ext::Generator::State
2397
3822
 
2398
- def serialize_class(source_entry, rbi_entry, klass, source_symbols, rbi_symbols, source_by_name); end
3823
+ JSON::UnparserError = JSON::GeneratorError
2399
3824
 
2400
- def serialize_constants(source, rbi, klass, is_singleton, source_symbols, rbi_symbols); end
3825
+ module Kernel
3826
+ def itself(); end
2401
3827
 
2402
- def symbols_id_to_name(entry, prefix); end
3828
+ def object_id(); end
2403
3829
 
2404
- def write_constants(); end
3830
+ def then(); end
2405
3831
 
2406
- def write_diff(source, rbi); end
2407
- BLACKLIST = ::T.let(nil, ::T.untyped)
2408
- DIFF_RBI = ::T.let(nil, ::T.untyped)
2409
- ERRORS_RBI = ::T.let(nil, ::T.untyped)
2410
- HEADER = ::T.let(nil, ::T.untyped)
2411
- HIDDEN_RBI = ::T.let(nil, ::T.untyped)
2412
- PATH = ::T.let(nil, ::T.untyped)
2413
- RBI_CONSTANTS = ::T.let(nil, ::T.untyped)
2414
- RBI_CONSTANTS_ERR = ::T.let(nil, ::T.untyped)
2415
- SOURCE_CONSTANTS = ::T.let(nil, ::T.untyped)
2416
- SOURCE_CONSTANTS_ERR = ::T.let(nil, ::T.untyped)
2417
- TMP_PATH = ::T.let(nil, ::T.untyped)
2418
- TMP_RBI = ::T.let(nil, ::T.untyped)
3832
+ def yield_self(); end
2419
3833
  end
2420
3834
 
2421
- class Sorbet::Private::HiddenMethodFinder
2422
- def self.main(); end
2423
-
2424
- def self.output_file(); end
3835
+ module Kernel
3836
+ def self.at_exit(); end
2425
3837
  end
2426
3838
 
2427
- module Sorbet::Private::Main
3839
+ class KeyError
3840
+ include ::DidYouMean::Correctable
2428
3841
  end
2429
3842
 
2430
- module Sorbet::Private::Main
2431
- def self.cyan(msg); end
2432
-
2433
- def self.emojify(emoji, msg); end
3843
+ class Logger
3844
+ def debug!(); end
2434
3845
 
2435
- def self.init(); end
3846
+ def error!(); end
2436
3847
 
2437
- def self.main(argv); end
3848
+ def fatal!(); end
2438
3849
 
2439
- def self.make_step(step); end
3850
+ def info!(); end
2440
3851
 
2441
- def self.usage(); end
3852
+ def warn!(); end
3853
+ SEV_LABEL = ::T.let(nil, ::T.untyped)
3854
+ end
2442
3855
 
2443
- def self.yellow(msg); end
3856
+ class Logger::Formatter
3857
+ Format = ::T.let(nil, ::T.untyped)
2444
3858
  end
2445
3859
 
2446
- module Sorbet::Private::RealStdlib
3860
+ class Logger::LogDevice
3861
+ include ::MonitorMixin
2447
3862
  end
2448
3863
 
2449
- module Sorbet::Private::RealStdlib
2450
- def self.real_ancestors(mod); end
3864
+ module Logger::Period
3865
+ SiD = ::T.let(nil, ::T.untyped)
3866
+ end
2451
3867
 
2452
- def self.real_autoload?(o, klass); end
3868
+ class Monitor
3869
+ def enter(); end
2453
3870
 
2454
- def self.real_const_get(obj, const, arg); end
3871
+ def exit(); end
2455
3872
 
2456
- def self.real_constants(mod); end
3873
+ def mon_check_owner(); end
2457
3874
 
2458
- def self.real_eqeq(obj, other); end
3875
+ def mon_enter(); end
2459
3876
 
2460
- def self.real_hash(o); end
3877
+ def mon_exit(); end
2461
3878
 
2462
- def self.real_instance_methods(mod, arg); end
3879
+ def mon_locked?(); end
2463
3880
 
2464
- def self.real_is_a?(o, klass); end
3881
+ def mon_owned?(); end
2465
3882
 
2466
- def self.real_name(o); end
3883
+ def mon_synchronize(); end
2467
3884
 
2468
- def self.real_object_id(o); end
3885
+ def mon_try_enter(); end
2469
3886
 
2470
- def self.real_private_instance_methods(mod, arg); end
3887
+ def new_cond(); end
2471
3888
 
2472
- def self.real_singleton_class(obj); end
3889
+ def synchronize(); end
2473
3890
 
2474
- def self.real_singleton_methods(mod, arg); end
3891
+ def try_enter(); end
2475
3892
 
2476
- def self.real_spaceship(obj, arg); end
3893
+ def try_mon_enter(); end
2477
3894
 
2478
- def self.real_superclass(o); end
3895
+ def wait_for_cond(_, _1); end
2479
3896
  end
2480
3897
 
2481
- class Sorbet::Private::RequireEverything
3898
+ module MonitorMixin
3899
+ def initialize(*args); end
2482
3900
  end
2483
3901
 
2484
- class Sorbet::Private::RequireEverything
2485
- def self.excluded_rails_files(); end
3902
+ class MonitorMixin::ConditionVariable
3903
+ def initialize(monitor); end
3904
+ end
2486
3905
 
2487
- def self.load_bundler(); end
3906
+ class NameError
3907
+ include ::DidYouMean::Correctable
3908
+ end
2488
3909
 
2489
- def self.load_rails(); end
3910
+ class NilClass
3911
+ include ::JSON::Ext::Generator::GeneratorMethods::NilClass
3912
+ end
2490
3913
 
2491
- def self.my_require(abs_path, numerator, denominator); end
3914
+ class NoMatchingPatternError
3915
+ end
2492
3916
 
2493
- def self.patch_kernel(); end
3917
+ class NoMatchingPatternError
3918
+ end
2494
3919
 
2495
- def self.rails?(); end
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
2496
3940
 
2497
- def self.rails_load_paths(); end
3941
+ class OpenStruct
3942
+ VERSION = ::T.let(nil, ::T.untyped)
3943
+ end
2498
3944
 
2499
- def self.rb_file_paths(); end
3945
+ class Pathname
3946
+ def fnmatch?(*_); end
2500
3947
 
2501
- def self.require_all_files(); end
3948
+ def glob(*_); end
2502
3949
 
2503
- def self.require_everything(); end
3950
+ def make_symlink(_); end
2504
3951
  end
2505
3952
 
2506
- class Sorbet::Private::Serialize
2507
- def alias(base, other_name); end
3953
+ class Proc
3954
+ def <<(_); end
2508
3955
 
2509
- def ancestor_has_method(method, klass); end
3956
+ def >>(_); end
2510
3957
 
2511
- def blacklisted_method(method); end
3958
+ def clone(); end
3959
+ end
2512
3960
 
2513
- def class_or_module(class_name); end
3961
+ module Process
3962
+ CLOCK_TAI = ::T.let(nil, ::T.untyped)
3963
+ end
2514
3964
 
2515
- def comparable?(value); end
3965
+ module Rake::DSL
3966
+ include ::FileUtils::StreamUtils_
3967
+ end
2516
3968
 
2517
- def constant(const, value); end
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
2518
3974
 
2519
- def from_method(method); end
3975
+ module Rake::FileUtilsExt
3976
+ extend ::FileUtils::StreamUtils_
3977
+ end
2520
3978
 
2521
- def initialize(constant_cache); end
3979
+ class Random
3980
+ def self.bytes(_); end
3981
+ end
2522
3982
 
2523
- def serialize_method(method, static=T.unsafe(nil), with_sig: T.unsafe(nil)); end
3983
+ class Range
3984
+ def %(_); end
2524
3985
 
2525
- def serialize_sig(parameters); end
3986
+ def entries(); end
2526
3987
 
2527
- def to_sig(kind, name); end
3988
+ def to_a(); end
3989
+ end
2528
3990
 
2529
- def valid_class_name(name); end
3991
+ module RbConfig
3992
+ def self.expand(val, config=T.unsafe(nil)); end
2530
3993
 
2531
- def valid_method_name(name); end
2532
- BLACKLIST_CONSTANTS = ::T.let(nil, ::T.untyped)
2533
- KEYWORDS = ::T.let(nil, ::T.untyped)
2534
- SPECIAL_METHOD_NAMES = ::T.let(nil, ::T.untyped)
2535
- end
3994
+ def self.fire_update!(key, val, mkconf=T.unsafe(nil), conf=T.unsafe(nil)); end
2536
3995
 
2537
- class Sorbet::Private::Serialize
2538
- def self.header(typed=T.unsafe(nil), subcommand=T.unsafe(nil)); end
3996
+ def self.ruby(); end
2539
3997
  end
2540
3998
 
2541
- module Sorbet::Private::Status
3999
+ module RubyVM::MJIT
2542
4000
  end
2543
4001
 
2544
- module Sorbet::Private::Status
2545
- def self.done(); end
4002
+ module RubyVM::MJIT
4003
+ def self.enabled?(); end
2546
4004
 
2547
- def self.say(message, print_without_tty: T.unsafe(nil)); end
2548
- end
4005
+ def self.pause(*_); end
2549
4006
 
2550
- module Sorbet::Private::StepInterface
4007
+ def self.resume(); end
2551
4008
  end
2552
4009
 
2553
- module Sorbet::Private::StepInterface
2554
- def self.main(); end
4010
+ class Set
4011
+ def ===(o); end
2555
4012
 
2556
- def self.output_file(); end
2557
- end
4013
+ def compare_by_identity(); end
2558
4014
 
2559
- class Sorbet::Private::SuggestTyped
2560
- include ::Sorbet::Private::StepInterface
2561
- end
4015
+ def compare_by_identity?(); end
2562
4016
 
2563
- class Sorbet::Private::SuggestTyped
2564
- def self.main(); end
4017
+ def divide(&func); end
2565
4018
 
2566
- def self.output_file(); end
4019
+ def eql?(o); end
2567
4020
 
2568
- def self.suggest_typed(); end
2569
- end
4021
+ def pretty_print(pp); end
2570
4022
 
2571
- class Sorbet::Private::TodoRBI
2572
- include ::Sorbet::Private::StepInterface
2573
- HEADER = ::T.let(nil, ::T.untyped)
2574
- OUTPUT = ::T.let(nil, ::T.untyped)
2575
- end
4023
+ def pretty_print_cycle(pp); end
2576
4024
 
2577
- class Sorbet::Private::TodoRBI
2578
- def self.main(); end
4025
+ def reset(); end
4026
+ InspectKey = ::T.let(nil, ::T.untyped)
4027
+ end
2579
4028
 
2580
- def self.output_file(); end
4029
+ class SimpleDelegator
4030
+ RUBYGEMS_ACTIVATION_MONITOR = ::T.let(nil, ::T.untyped)
2581
4031
  end
2582
4032
 
2583
4033
  class SortedSet
@@ -2588,83 +4038,23 @@ class SortedSet
2588
4038
  def self.setup(); end
2589
4039
  end
2590
4040
 
2591
- class StopIteration
2592
- def result(); end
2593
- end
2594
-
2595
4041
  class String
2596
4042
  include ::JSON::Ext::Generator::GeneratorMethods::String
2597
- def +@(); end
2598
-
2599
- def -@(); end
2600
-
2601
- def []=(*_); end
2602
-
2603
- def casecmp?(_); end
2604
-
2605
- def each_grapheme_cluster(); end
2606
-
2607
- def encode(*_); end
2608
-
2609
- def encode!(*_); end
2610
-
2611
- def grapheme_clusters(); end
2612
-
2613
- def reverse!(); end
2614
-
2615
4043
  def shellescape(); end
2616
4044
 
2617
4045
  def shellsplit(); end
2618
-
2619
- def succ!(); end
2620
-
2621
- def undump(); end
2622
-
2623
- def unicode_normalize(*_); end
2624
-
2625
- def unicode_normalize!(*_); end
2626
-
2627
- def unicode_normalized?(*_); end
2628
-
2629
- def unpack1(_); end
2630
4046
  end
2631
4047
 
2632
4048
  class String
2633
4049
  extend ::JSON::Ext::Generator::GeneratorMethods::String::Extend
2634
4050
  end
2635
4051
 
2636
- class StringIO
2637
- def length(); end
2638
-
2639
- def truncate(_); end
2640
- end
2641
-
2642
4052
  class Struct
2643
- def [](_); end
2644
-
2645
- def []=(_, _1); end
4053
+ def deconstruct(); end
2646
4054
 
2647
- def dig(*_); end
2648
-
2649
- def each_pair(); end
4055
+ def deconstruct_keys(_); end
2650
4056
 
2651
4057
  def filter(*_); end
2652
-
2653
- def length(); end
2654
-
2655
- def members(); end
2656
-
2657
- def select(*_); end
2658
-
2659
- def size(); end
2660
-
2661
- def to_a(); end
2662
-
2663
- def to_h(); end
2664
-
2665
- def values(); end
2666
-
2667
- def values_at(*_); end
2668
4058
  end
2669
4059
 
2670
4060
  Struct::Group = Etc::Group
@@ -2673,28 +4063,18 @@ Struct::Passwd = Etc::Passwd
2673
4063
 
2674
4064
  Struct::Tms = Process::Tms
2675
4065
 
2676
- class SystemCallError
2677
- def errno(); end
2678
- end
2679
-
2680
- class SystemExit
2681
- def status(); end
2682
-
2683
- def success?(); end
2684
- end
2685
-
2686
4066
  class TracePoint
2687
- def __enable(_, _1); end
2688
-
2689
4067
  def eval_script(); end
2690
4068
 
2691
- def event(); end
2692
-
2693
4069
  def instruction_sequence(); end
2694
4070
 
2695
4071
  def parameters(); end
2696
4072
  end
2697
4073
 
4074
+ class TracePoint
4075
+ def self.new(*events); end
4076
+ end
4077
+
2698
4078
  class TrueClass
2699
4079
  include ::JSON::Ext::Generator::GeneratorMethods::TrueClass
2700
4080
  end
@@ -2703,24 +4083,6 @@ module URI
2703
4083
  include ::URI::RFC2396_REGEXP
2704
4084
  end
2705
4085
 
2706
- module URI::Escape
2707
- def decode(*arg); end
2708
-
2709
- def encode(*arg); end
2710
-
2711
- def escape(*arg); end
2712
-
2713
- def unescape(*arg); end
2714
- end
2715
-
2716
- class URI::FTP
2717
- def set_typecode(v); end
2718
-
2719
- def typecode(); end
2720
-
2721
- def typecode=(typecode); end
2722
- end
2723
-
2724
4086
  class URI::FTP
2725
4087
  def self.new2(user, password, host, port, path, typecode=T.unsafe(nil), arg_check=T.unsafe(nil)); end
2726
4088
  end
@@ -2740,10 +4102,6 @@ end
2740
4102
  class URI::File
2741
4103
  end
2742
4104
 
2743
- class URI::HTTP
2744
- def request_uri(); end
2745
- end
2746
-
2747
4105
  class URI::LDAP
2748
4106
  def attributes(); end
2749
4107
 
@@ -2779,23 +4137,7 @@ class URI::LDAP
2779
4137
  end
2780
4138
 
2781
4139
  class URI::MailTo
2782
- def headers(); end
2783
-
2784
- def headers=(v); end
2785
-
2786
4140
  def initialize(*arg); end
2787
-
2788
- def set_headers(v); end
2789
-
2790
- def set_to(v); end
2791
-
2792
- def to(); end
2793
-
2794
- def to=(v); end
2795
-
2796
- def to_mailtext(); end
2797
-
2798
- def to_rfc822text(); end
2799
4141
  end
2800
4142
 
2801
4143
  URI::Parser = URI::RFC2396_Parser
@@ -2803,25 +4145,7 @@ URI::Parser = URI::RFC2396_Parser
2803
4145
  URI::REGEXP = URI::RFC2396_REGEXP
2804
4146
 
2805
4147
  class URI::RFC2396_Parser
2806
- def escape(str, unsafe=T.unsafe(nil)); end
2807
-
2808
- def extract(str, schemes=T.unsafe(nil)); end
2809
-
2810
4148
  def initialize(opts=T.unsafe(nil)); end
2811
-
2812
- def join(*uris); end
2813
-
2814
- def make_regexp(schemes=T.unsafe(nil)); end
2815
-
2816
- def parse(uri); end
2817
-
2818
- def pattern(); end
2819
-
2820
- def regexp(); end
2821
-
2822
- def split(uri); end
2823
-
2824
- def unescape(str, escaped=T.unsafe(nil)); end
2825
4149
  end
2826
4150
 
2827
4151
  class URI::RFC3986_Parser
@@ -2841,37 +4165,16 @@ end
2841
4165
 
2842
4166
  module URI
2843
4167
  extend ::URI::Escape
2844
- def self.decode_www_form(str, enc=T.unsafe(nil), separator: T.unsafe(nil), use__charset_: T.unsafe(nil), isindex: T.unsafe(nil)); end
2845
-
2846
- def self.encode_www_form(enum, enc=T.unsafe(nil)); end
2847
-
2848
- def self.encode_www_form_component(str, enc=T.unsafe(nil)); end
2849
-
2850
4168
  def self.get_encoding(label); end
2851
4169
  end
2852
4170
 
2853
- class UnboundMethod
2854
- def clone(); end
2855
-
2856
- def original_name(); end
2857
- end
2858
-
2859
- class UncaughtThrowError
2860
- def tag(); end
2861
-
2862
- def value(); end
2863
- end
2864
-
2865
4171
  module UnicodeNormalize
2866
4172
  end
2867
4173
 
2868
4174
  module UnicodeNormalize
2869
4175
  end
2870
4176
 
2871
- module Warning
2872
- def warn(_); end
2873
- end
2874
-
2875
4177
  module Warning
2876
4178
  extend ::Warning
2877
4179
  end
4180
+