sorbet-struct-comparable 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,12 +9,6 @@ end
9
9
 
10
10
  class Array
11
11
  include ::JSON::Ext::Generator::GeneratorMethods::Array
12
- def abbrev(pattern=T.unsafe(nil)); end
13
-
14
- def deconstruct(); end
15
-
16
- def intersection(*_); end
17
-
18
12
  def shelljoin(); end
19
13
 
20
14
  def to_h(); end
@@ -33,7 +27,7 @@ class BigDecimal
33
27
  end
34
28
 
35
29
  class BigDecimal
36
- def self.interpret_loosely(_); end
30
+ def self.new(*args, **kwargs); end
37
31
  end
38
32
 
39
33
  class Binding
@@ -42,6 +36,31 @@ class Binding
42
36
  def irb(); end
43
37
  end
44
38
 
39
+ class Bundler::APIResponseInvalidDependenciesError
40
+ def status_code(); end
41
+ end
42
+
43
+ class Bundler::APIResponseInvalidDependenciesError
44
+ end
45
+
46
+ class Bundler::Definition
47
+ def dependencies_for(groups); end
48
+
49
+ def disable_multisource?(); 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
+
45
64
  class Bundler::Dependency
46
65
  def branch(); end
47
66
 
@@ -52,6 +71,10 @@ end
52
71
 
53
72
  Bundler::Deprecate = Gem::Deprecate
54
73
 
74
+ class Bundler::Dsl
75
+ def check_primary_source_safety(); end
76
+ end
77
+
55
78
  class Bundler::Env
56
79
  end
57
80
 
@@ -63,6 +86,16 @@ class Bundler::Env
63
86
  def self.write(io); end
64
87
  end
65
88
 
89
+ class Bundler::EnvironmentPreserver
90
+ def replace_with_backup(); end
91
+ end
92
+
93
+ class Bundler::EnvironmentPreserver
94
+ def self.env_to_hash(env); end
95
+
96
+ def self.from_env(); end
97
+ end
98
+
66
99
  class Bundler::Fetcher
67
100
  def fetch_spec(spec); end
68
101
 
@@ -244,6 +277,8 @@ class Bundler::GemHelper
244
277
 
245
278
  def base(); end
246
279
 
280
+ def build_checksum(built_gem_path=T.unsafe(nil)); end
281
+
247
282
  def build_gem(); end
248
283
 
249
284
  def built_gem_path(); end
@@ -252,6 +287,10 @@ class Bundler::GemHelper
252
287
 
253
288
  def committed?(); end
254
289
 
290
+ def current_branch(); end
291
+
292
+ def default_remote(); end
293
+
255
294
  def gem_command(); end
256
295
 
257
296
  def gem_key(); end
@@ -286,6 +325,8 @@ class Bundler::GemHelper
286
325
 
287
326
  def spec_path(); end
288
327
 
328
+ def tag_prefix=(tag_prefix); end
329
+
289
330
  def tag_version(); end
290
331
 
291
332
  def version(); end
@@ -301,6 +342,20 @@ class Bundler::GemHelper
301
342
  def self.instance(); end
302
343
 
303
344
  def self.instance=(instance); end
345
+
346
+ def self.tag_prefix=(prefix); end
347
+ end
348
+
349
+ class Bundler::GemHelpers::PlatformMatch
350
+ def self.specificity_score(spec_platform, user_platform); end
351
+ end
352
+
353
+ module Bundler::GemHelpers
354
+ def self.local_platform(); end
355
+
356
+ def self.same_deps(spec, exemplary_spec); end
357
+
358
+ def self.same_specificity(platform, spec, exemplary_spec); end
304
359
  end
305
360
 
306
361
  class Bundler::GemVersionPromoter
@@ -388,7 +443,7 @@ end
388
443
  class Bundler::Installer
389
444
  def generate_bundler_executable_stubs(spec, options=T.unsafe(nil)); end
390
445
 
391
- def generate_standalone_bundler_executable_stubs(spec); end
446
+ def generate_standalone_bundler_executable_stubs(spec, options=T.unsafe(nil)); end
392
447
 
393
448
  def initialize(root, definition); end
394
449
 
@@ -405,18 +460,14 @@ class Bundler::Installer
405
460
  def self.install(root, definition, options=T.unsafe(nil)); end
406
461
  end
407
462
 
408
- class Bundler::Molinillo::DependencyGraph
409
- include ::Enumerable
410
- end
463
+ class Bundler::LazySpecification
464
+ def eql?(other); end
411
465
 
412
- class Bundler::Molinillo::DependencyGraph::Log
413
- extend ::Enumerable
466
+ def platform_string(); end
414
467
  end
415
468
 
416
- class Bundler::Molinillo::DependencyGraph::Vertex
417
- def _recursive_predecessors(vertices=T.unsafe(nil)); end
418
-
419
- def _recursive_successors(vertices=T.unsafe(nil)); end
469
+ module Bundler::Molinillo::SpecificationProvider
470
+ def dependencies_equal?(dependencies, other_dependencies); end
420
471
  end
421
472
 
422
473
  module Bundler::Plugin::API::Source
@@ -458,6 +509,8 @@ module Bundler::Plugin::API::Source
458
509
 
459
510
  def installed?(); end
460
511
 
512
+ def local!(); end
513
+
461
514
  def name(); end
462
515
 
463
516
  def options(); end
@@ -499,6 +552,8 @@ class Bundler::Plugin::Index
499
552
  def installed_plugins(); end
500
553
 
501
554
  def plugin_commands(plugin); end
555
+
556
+ def unregister_plugin(name); end
502
557
  end
503
558
 
504
559
  class Bundler::Plugin::Index::CommandConflict
@@ -545,6 +600,8 @@ end
545
600
 
546
601
  module Bundler::Plugin
547
602
  def self.list(); end
603
+
604
+ def self.uninstall(names, options); end
548
605
  end
549
606
 
550
607
  class Bundler::ProcessLock
@@ -554,6 +611,27 @@ class Bundler::ProcessLock
554
611
  def self.lock(bundle_path=T.unsafe(nil)); end
555
612
  end
556
613
 
614
+ class Bundler::Resolver
615
+ include ::Bundler::GemHelpers
616
+ def results_for(dependency, base); end
617
+ end
618
+
619
+ class Bundler::Resolver::SpecGroup
620
+ def activate_all_platforms!(); end
621
+
622
+ def activated_platforms(); end
623
+
624
+ def activated_platforms=(activated_platforms); end
625
+
626
+ def partitioned_dependency_names_for_activated_platforms(); end
627
+
628
+ def sorted_activated_platforms(); end
629
+ end
630
+
631
+ class Bundler::Resolver::SpecGroup
632
+ def self.create_for(specs, all_platforms, specific_platform); end
633
+ end
634
+
557
635
  class Bundler::Retry
558
636
  def attempt(&block); end
559
637
 
@@ -582,13 +660,9 @@ class Bundler::Retry
582
660
  def self.default_retries(); end
583
661
  end
584
662
 
585
- class Bundler::RubyGemsGemInstaller
586
- end
587
-
588
- class Bundler::RubyGemsGemInstaller
589
- end
590
-
591
663
  class Bundler::RubygemsIntegration
664
+ def add_default_gems_to(specs); end
665
+
592
666
  def add_to_load_path(paths); end
593
667
 
594
668
  def all_specs(); end
@@ -603,6 +677,8 @@ class Bundler::RubygemsIntegration
603
677
 
604
678
  def gem_remote_fetcher(); end
605
679
 
680
+ def load_env_plugins(); end
681
+
606
682
  def plain_specs(); end
607
683
 
608
684
  def plain_specs=(specs); end
@@ -671,19 +747,52 @@ class Bundler::Settings::Validator
671
747
  def self.validate!(key, value, settings); end
672
748
  end
673
749
 
750
+ class Bundler::Source
751
+ def cached!(); end
752
+
753
+ def local!(); end
754
+
755
+ def remote!(); end
756
+ end
757
+
674
758
  class Bundler::Source::Git
675
759
  def glob(); end
760
+
761
+ def local?(); end
762
+ end
763
+
764
+ class Bundler::Source::Rubygems
765
+ def disable_multisource?(); end
766
+ end
767
+
768
+ class Bundler::SourceList
769
+ def disable_multisource?(); end
770
+
771
+ def global_path_source(); end
772
+
773
+ def merged_gem_lockfile_sections!(); end
676
774
  end
677
775
 
678
776
  class Bundler::SpecSet
679
777
  include ::Enumerable
680
778
  end
681
779
 
780
+ class Bundler::StubSpecification
781
+ def default_gem?(); end
782
+
783
+ def extensions(); end
784
+
785
+ def gem_build_complete_path(); end
786
+
787
+ def manually_installed?(); end
788
+ end
789
+
682
790
  class Bundler::Thor
683
791
  include ::Bundler::Thor::Base
684
792
  include ::Bundler::Thor::Invocation
685
793
  include ::Bundler::Thor::Shell
686
794
  def help(command=T.unsafe(nil), subcommand=T.unsafe(nil)); end
795
+ Correctable = ::T.let(nil, ::T.untyped)
687
796
  HELP_MAPPINGS = ::T.let(nil, ::T.untyped)
688
797
  TEMPLATE_EXTNAME = ::T.let(nil, ::T.untyped)
689
798
  THOR_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
@@ -1166,8 +1275,6 @@ end
1166
1275
  module Bundler::Thor::CoreExt
1167
1276
  end
1168
1277
 
1169
- Bundler::Thor::Correctable = DidYouMean::Correctable
1170
-
1171
1278
  class Bundler::Thor::DynamicCommand
1172
1279
  def initialize(name, options=T.unsafe(nil)); end
1173
1280
  end
@@ -1324,13 +1431,6 @@ end
1324
1431
  class Bundler::Thor::NestedContext
1325
1432
  end
1326
1433
 
1327
- class Bundler::Thor::NoKwargSpellChecker
1328
- def initialize(dictionary); end
1329
- end
1330
-
1331
- class Bundler::Thor::NoKwargSpellChecker
1332
- end
1333
-
1334
1434
  class Bundler::Thor::Option
1335
1435
  def aliases(); end
1336
1436
 
@@ -1555,6 +1655,8 @@ end
1555
1655
  class Bundler::Thor::Shell::Color
1556
1656
  def are_colors_disabled?(); end
1557
1657
 
1658
+ def are_colors_supported?(); end
1659
+
1558
1660
  def diff_lcs_loaded?(); end
1559
1661
 
1560
1662
  def output_diff_line(diff); end
@@ -1619,7 +1721,6 @@ end
1619
1721
  Bundler::Thor::Task = Bundler::Thor::Command
1620
1722
 
1621
1723
  class Bundler::Thor::UndefinedCommandError
1622
- include ::DidYouMean::Correctable
1623
1724
  def all_commands(); end
1624
1725
 
1625
1726
  def command(); end
@@ -1646,7 +1747,6 @@ end
1646
1747
  Bundler::Thor::UndefinedTaskError = Bundler::Thor::UndefinedCommandError
1647
1748
 
1648
1749
  class Bundler::Thor::UnknownArgumentError
1649
- include ::DidYouMean::Correctable
1650
1750
  def initialize(switches, unknown); end
1651
1751
 
1652
1752
  def switches(); end
@@ -1802,7 +1902,7 @@ class Bundler::UI::Shell
1802
1902
 
1803
1903
  def debug?(); end
1804
1904
 
1805
- def error(msg, newline=T.unsafe(nil)); end
1905
+ def error(msg, newline=T.unsafe(nil), color=T.unsafe(nil)); end
1806
1906
 
1807
1907
  def info(msg, newline=T.unsafe(nil)); end
1808
1908
 
@@ -1824,7 +1924,7 @@ class Bundler::UI::Shell
1824
1924
 
1825
1925
  def unprinted_warnings(); end
1826
1926
 
1827
- def warn(msg, newline=T.unsafe(nil)); end
1927
+ def warn(msg, newline=T.unsafe(nil), color=T.unsafe(nil)); end
1828
1928
 
1829
1929
  def yes?(msg); end
1830
1930
  LEVELS = ::T.let(nil, ::T.untyped)
@@ -2341,17 +2441,21 @@ module Bundler::VersionRanges
2341
2441
  end
2342
2442
 
2343
2443
  module Bundler
2444
+ def self.most_specific_locked_platform?(platform); end
2445
+
2344
2446
  def self.original_exec(*args); end
2345
2447
 
2346
2448
  def self.original_system(*args); end
2347
2449
 
2450
+ def self.preferred_gemfile_name(); end
2451
+
2452
+ def self.reset_settings_and_root!(); end
2453
+
2348
2454
  def self.unbundled_env(); end
2349
2455
 
2350
2456
  def self.unbundled_exec(*args); end
2351
2457
 
2352
2458
  def self.unbundled_system(*args); end
2353
-
2354
- def self.with_unbundled_env(); end
2355
2459
  end
2356
2460
 
2357
2461
  module Byebug
@@ -2737,11 +2841,7 @@ class DRb::DRbConn
2737
2841
  end
2738
2842
 
2739
2843
  class DRb::DRbConn
2740
- def self.make_pool(); end
2741
-
2742
2844
  def self.open(remote_uri); end
2743
-
2744
- def self.stop_pool(); end
2745
2845
  end
2746
2846
 
2747
2847
  class DRb::DRbMessage
@@ -2890,22 +2990,6 @@ class DRb::DRbUnknownError
2890
2990
  def self._load(s); end
2891
2991
  end
2892
2992
 
2893
- class DRb::ThreadObject
2894
- include ::MonitorMixin
2895
- def _execute(); end
2896
-
2897
- def alive?(); end
2898
-
2899
- def initialize(&blk); end
2900
-
2901
- def kill(); end
2902
-
2903
- def method_missing(msg, *arg, &blk); end
2904
- end
2905
-
2906
- class DRb::ThreadObject
2907
- end
2908
-
2909
2993
  module DRb
2910
2994
  def self.mutex(); end
2911
2995
  end
@@ -2916,16 +3000,6 @@ DRbObject = DRb::DRbObject
2916
3000
 
2917
3001
  DRbUndumped = DRb::DRbUndumped
2918
3002
 
2919
- class Date
2920
- def infinite?(); end
2921
- end
2922
-
2923
- class Date::Error
2924
- end
2925
-
2926
- class Date::Error
2927
- end
2928
-
2929
3003
  class Date::Infinity
2930
3004
  def initialize(d=T.unsafe(nil)); end
2931
3005
  end
@@ -2934,156 +3008,24 @@ class Delegator
2934
3008
  RUBYGEMS_ACTIVATION_MONITOR = ::T.let(nil, ::T.untyped)
2935
3009
  end
2936
3010
 
2937
- class DidYouMean::ClassNameChecker
2938
- def class_name(); end
2939
-
2940
- def class_names(); end
2941
-
2942
- def corrections(); end
2943
-
2944
- def initialize(exception); end
2945
-
2946
- def scopes(); end
2947
- end
2948
-
2949
- class DidYouMean::CorrectElement
2950
- def call(names, element); end
2951
- end
2952
-
2953
- class DidYouMean::CorrectElement
2954
- end
2955
-
2956
- module DidYouMean::Correctable
2957
- def corrections(); end
2958
-
2959
- def original_message(); end
2960
-
2961
- def spell_checker(); end
2962
-
2963
- def to_s(); end
2964
- end
2965
-
2966
- module DidYouMean::Jaro
2967
- def self.distance(str1, str2); end
2968
- end
2969
-
2970
- module DidYouMean::JaroWinkler
2971
- def self.distance(str1, str2); end
2972
- end
2973
-
2974
- class DidYouMean::KeyErrorChecker
2975
- def corrections(); end
2976
-
2977
- def initialize(key_error); end
2978
- end
2979
-
2980
- class DidYouMean::KeyErrorChecker
2981
- end
2982
-
2983
- module DidYouMean::Levenshtein
2984
- def self.distance(str1, str2); end
2985
-
2986
- def self.min3(a, b, c); end
2987
- end
2988
-
2989
- class DidYouMean::MethodNameChecker
2990
- def corrections(); end
2991
-
2992
- def initialize(exception); end
2993
-
2994
- def method_name(); end
2995
-
2996
- def method_names(); end
2997
-
2998
- def names_to_exclude(); end
2999
-
3000
- def receiver(); end
3001
- RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
3002
- end
3003
-
3004
- class DidYouMean::NullChecker
3005
- def corrections(); end
3006
-
3007
- def initialize(*_); end
3008
- end
3009
-
3010
- class DidYouMean::ParseDimensions
3011
- def call(); end
3012
-
3013
- def initialize(dictionary, separator); end
3014
- end
3015
-
3016
- class DidYouMean::ParseDimensions
3017
- end
3018
-
3019
- class DidYouMean::PlainFormatter
3020
- def message_for(corrections); end
3021
- end
3022
-
3023
- class DidYouMean::PlainFormatter
3024
- end
3025
-
3026
- class DidYouMean::TreeSpellChecker
3027
- def augment(); end
3028
-
3029
- def correct(input); end
3030
-
3031
- def dictionary(); end
3032
-
3033
- def dimensions(); end
3034
-
3035
- def initialize(dictionary:, separator: T.unsafe(nil), augment: T.unsafe(nil)); end
3036
-
3037
- def separator(); end
3038
- end
3039
-
3040
- class DidYouMean::TreeSpellChecker
3041
- end
3042
-
3043
- class DidYouMean::VariableNameChecker
3044
- def corrections(); end
3045
-
3046
- def cvar_names(); end
3047
-
3048
- def initialize(exception); end
3049
-
3050
- def ivar_names(); end
3051
-
3052
- def lvar_names(); end
3053
-
3054
- def method_names(); end
3055
-
3056
- def name(); end
3057
- RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped)
3058
- end
3059
-
3060
- module DidYouMean
3061
- def self.correct_error(error_class, spell_checker); end
3062
-
3063
- def self.formatter(); end
3064
-
3065
- def self.formatter=(formatter); end
3066
- end
3067
-
3068
3011
  class Dir
3069
3012
  def children(); end
3070
3013
 
3071
3014
  def each_child(); end
3072
3015
  end
3073
3016
 
3074
- module Dir::Tmpname
3075
- UNUSABLE_CHARS = ::T.let(nil, ::T.untyped)
3076
- end
3077
-
3078
3017
  class Dir
3079
3018
  def self.exists?(_); end
3080
-
3081
3019
  end
3082
3020
 
3083
3021
  module Docile
3084
3022
  VERSION = ::T.let(nil, ::T.untyped)
3085
3023
  end
3086
3024
 
3025
+ module Docile::BacktraceFilter
3026
+ FILTER_PATTERN = ::T.let(nil, ::T.untyped)
3027
+ end
3028
+
3087
3029
  class Docile::FallbackContextProxy
3088
3030
  NON_FALLBACK_METHODS = ::T.let(nil, ::T.untyped)
3089
3031
  NON_PROXIED_INSTANCE_VARIABLES = ::T.let(nil, ::T.untyped)
@@ -3094,7 +3036,6 @@ class ERB
3094
3036
  def def_method(mod, methodname, fname=T.unsafe(nil)); end
3095
3037
 
3096
3038
  def def_module(methodname=T.unsafe(nil)); end
3097
-
3098
3039
  end
3099
3040
 
3100
3041
  class ERB::Compiler::Scanner
@@ -3104,7 +3045,6 @@ end
3104
3045
 
3105
3046
  class Encoding
3106
3047
  def _dump(*_); end
3107
- CESU_8 = ::T.let(nil, ::T.untyped)
3108
3048
  end
3109
3049
 
3110
3050
  class Encoding::Converter
@@ -3118,11 +3058,7 @@ end
3118
3058
  module Enumerable
3119
3059
  def chain(*_); end
3120
3060
 
3121
- def filter_map(); end
3122
-
3123
3061
  def sum(*_); end
3124
-
3125
- def tally(); end
3126
3062
  end
3127
3063
 
3128
3064
  class Enumerator
@@ -3160,25 +3096,6 @@ class Enumerator::Generator
3160
3096
  def initialize(*_); end
3161
3097
  end
3162
3098
 
3163
- class Enumerator::Lazy
3164
- def eager(); end
3165
- end
3166
-
3167
- class Enumerator::Producer
3168
- def each(&blk); end
3169
- end
3170
-
3171
- class Enumerator::Producer
3172
- end
3173
-
3174
- class Enumerator::Yielder
3175
- def to_proc(); end
3176
- end
3177
-
3178
- class Enumerator
3179
- def self.produce(*_); end
3180
- end
3181
-
3182
3099
  class Errno::EAUTH
3183
3100
  Errno = ::T.let(nil, ::T.untyped)
3184
3101
  end
@@ -3324,10 +3241,6 @@ end
3324
3241
  class Errno::ESHLIBVERS
3325
3242
  end
3326
3243
 
3327
- module Etc
3328
- VERSION = ::T.let(nil, ::T.untyped)
3329
- end
3330
-
3331
3244
  class Etc::Group
3332
3245
  def gid(); end
3333
3246
 
@@ -3394,6 +3307,34 @@ class Etc::Passwd
3394
3307
  def self.members(); end
3395
3308
  end
3396
3309
 
3310
+ module Exception2MessageMapper
3311
+ def bind(cl); end
3312
+ end
3313
+
3314
+ Exception2MessageMapper::E2MM = Exception2MessageMapper
3315
+
3316
+ class Exception2MessageMapper::ErrNotRegisteredException
3317
+ end
3318
+
3319
+ class Exception2MessageMapper::ErrNotRegisteredException
3320
+ end
3321
+
3322
+ module Exception2MessageMapper
3323
+ def self.Fail(klass=T.unsafe(nil), err=T.unsafe(nil), *rest); end
3324
+
3325
+ def self.Raise(klass=T.unsafe(nil), err=T.unsafe(nil), *rest); end
3326
+
3327
+ def self.def_e2message(k, c, m); end
3328
+
3329
+ def self.def_exception(k, n, m, s=T.unsafe(nil)); end
3330
+
3331
+ def self.e2mm_message(klass, exp); end
3332
+
3333
+ def self.extend_object(cl); end
3334
+
3335
+ def self.message(klass, exp); end
3336
+ end
3337
+
3397
3338
  class ExitCalledError
3398
3339
  end
3399
3340
 
@@ -3404,13 +3345,7 @@ class FalseClass
3404
3345
  include ::JSON::Ext::Generator::GeneratorMethods::FalseClass
3405
3346
  end
3406
3347
 
3407
- class Fiber
3408
- def initialize(*_); end
3409
- end
3410
-
3411
3348
  class File
3412
- def self.absolute_path?(_); end
3413
-
3414
3349
  def self.exists?(_); end
3415
3350
  end
3416
3351
 
@@ -3483,17 +3418,11 @@ module Forwardable
3483
3418
  def self.debug=(debug); end
3484
3419
  end
3485
3420
 
3486
- class FrozenError
3487
- def receiver(); end
3488
- end
3489
-
3490
3421
  module GC
3491
- def garbage_collect(full_mark: T.unsafe(nil), immediate_mark: T.unsafe(nil), immediate_sweep: T.unsafe(nil)); end
3422
+ def garbage_collect(*_); end
3492
3423
  end
3493
3424
 
3494
3425
  module GC
3495
- def self.verify_compaction_references(*_); end
3496
-
3497
3426
  def self.verify_transient_heap_internal_consistency(); end
3498
3427
  end
3499
3428
 
@@ -3525,6 +3454,35 @@ class Gem::Ext::ExtConfBuilder
3525
3454
  def self.get_relative_path(path); end
3526
3455
  end
3527
3456
 
3457
+ Gem::Installer::ExtensionBuildError = Gem::Ext::BuildError
3458
+
3459
+ class Gem::Installer::FakePackage
3460
+ def copy_to(path); end
3461
+
3462
+ def data_mode(); end
3463
+
3464
+ def data_mode=(data_mode); end
3465
+
3466
+ def dir_mode(); end
3467
+
3468
+ def dir_mode=(dir_mode); end
3469
+
3470
+ def extract_files(destination_dir, pattern=T.unsafe(nil)); end
3471
+
3472
+ def initialize(spec); end
3473
+
3474
+ def prog_mode(); end
3475
+
3476
+ def prog_mode=(prog_mode); end
3477
+
3478
+ def spec(); end
3479
+
3480
+ def spec=(spec); end
3481
+ end
3482
+
3483
+ class Gem::Installer::FakePackage
3484
+ end
3485
+
3528
3486
  class Gem::Package
3529
3487
  def gem(); end
3530
3488
  end
@@ -3739,22 +3697,45 @@ class Gem::Request
3739
3697
  extend ::Gem::Text
3740
3698
  end
3741
3699
 
3742
- class Gem::Resolver::CurrentSet
3700
+ class Gem::Requirement
3701
+ include ::Gem::Requirement::OrderIndependentComparison
3702
+ include ::Gem::Requirement::CorrectHashForLambdaOperator
3743
3703
  end
3744
3704
 
3745
- class Gem::Resolver::CurrentSet
3705
+ module Gem::Requirement::CorrectHashForLambdaOperator
3706
+ def hash(); end
3746
3707
  end
3747
3708
 
3748
- class Gem::Resolver::LocalSpecification
3709
+ module Gem::Requirement::CorrectHashForLambdaOperator
3749
3710
  end
3750
3711
 
3751
- class Gem::Resolver::LocalSpecification
3752
- end
3712
+ module Gem::Requirement::OrderIndependentComparison
3713
+ def ==(other); end
3753
3714
 
3754
- class Gem::Resolver::Molinillo::DependencyGraph::Log
3755
- def add_edge_no_circular(graph, origin, destination, requirement); end
3715
+ def _requirements_sorted?(); end
3756
3716
 
3757
- def add_vertex(graph, name, payload, root); end
3717
+ def _with_sorted_requirements(); end
3718
+ end
3719
+
3720
+ module Gem::Requirement::OrderIndependentComparison
3721
+ end
3722
+
3723
+ class Gem::Resolver::CurrentSet
3724
+ end
3725
+
3726
+ class Gem::Resolver::CurrentSet
3727
+ end
3728
+
3729
+ class Gem::Resolver::LocalSpecification
3730
+ end
3731
+
3732
+ class Gem::Resolver::LocalSpecification
3733
+ end
3734
+
3735
+ class Gem::Resolver::Molinillo::DependencyGraph::Log
3736
+ def add_edge_no_circular(graph, origin, destination, requirement); end
3737
+
3738
+ def add_vertex(graph, name, payload, root); end
3758
3739
 
3759
3740
  def delete_edge(graph, origin_name, destination_name, requirement); end
3760
3741
 
@@ -4115,66 +4096,13 @@ Gem::Version::Requirement = Gem::Requirement
4115
4096
 
4116
4097
  class Hash
4117
4098
  include ::JSON::Ext::Generator::GeneratorMethods::Hash
4118
- def deconstruct_keys(_); end
4119
4099
  end
4120
4100
 
4121
4101
  class Hash
4122
- def self.ruby2_keywords_hash(_); end
4123
-
4124
- def self.ruby2_keywords_hash?(_); end
4125
-
4126
4102
  def self.try_convert(_); end
4127
4103
  end
4128
4104
 
4129
4105
  class IO
4130
- def beep(); end
4131
-
4132
- def check_winsize_changed(); end
4133
-
4134
- def clear_screen(); end
4135
-
4136
- def console_mode(); end
4137
-
4138
- def console_mode=(console_mode); end
4139
-
4140
- def cooked(); end
4141
-
4142
- def cooked!(); end
4143
-
4144
- def cursor(); end
4145
-
4146
- def cursor=(cursor); end
4147
-
4148
- def cursor_down(_); end
4149
-
4150
- def cursor_left(_); end
4151
-
4152
- def cursor_right(_); end
4153
-
4154
- def cursor_up(_); end
4155
-
4156
- def echo=(echo); end
4157
-
4158
- def echo?(); end
4159
-
4160
- def erase_line(_); end
4161
-
4162
- def erase_screen(_); end
4163
-
4164
- def getch(*_); end
4165
-
4166
- def getpass(*_); end
4167
-
4168
- def goto(_, _1); end
4169
-
4170
- def goto_column(_); end
4171
-
4172
- def iflush(); end
4173
-
4174
- def ioflush(); end
4175
-
4176
- def noecho(); end
4177
-
4178
4106
  def nonblock(*_); end
4179
4107
 
4180
4108
  def nonblock=(nonblock); end
@@ -4183,58 +4111,21 @@ class IO
4183
4111
 
4184
4112
  def nread(); end
4185
4113
 
4186
- def oflush(); end
4187
-
4188
4114
  def pathconf(_); end
4189
4115
 
4190
- def pressed?(); end
4191
-
4192
- def raw(*_); end
4193
-
4194
- def raw!(*_); end
4195
-
4196
4116
  def ready?(); end
4197
4117
 
4198
- def scroll_backward(_); end
4199
-
4200
- def scroll_forward(_); end
4201
-
4202
- def set_encoding_by_bom(); end
4203
-
4204
4118
  def wait(*_); end
4205
4119
 
4206
4120
  def wait_readable(*_); end
4207
4121
 
4208
4122
  def wait_writable(*_); end
4209
-
4210
- def winsize(); end
4211
-
4212
- def winsize=(winsize); end
4213
- end
4214
-
4215
- class IO::ConsoleMode
4216
- def echo=(echo); end
4217
-
4218
- def raw(*_); end
4219
-
4220
- def raw!(*_); end
4221
- end
4222
-
4223
- class IO::ConsoleMode
4224
4123
  end
4225
4124
 
4226
4125
  IO::EWOULDBLOCKWaitReadable = IO::EAGAINWaitReadable
4227
4126
 
4228
4127
  IO::EWOULDBLOCKWaitWritable = IO::EAGAINWaitWritable
4229
4128
 
4230
- class IO
4231
- def self.console(*_); end
4232
-
4233
- def self.console_size(); end
4234
-
4235
- def self.default_console_size(); end
4236
- end
4237
-
4238
4129
  class IPAddr
4239
4130
  def ==(other); end
4240
4131
 
@@ -4248,31 +4139,6 @@ module IRB
4248
4139
  VERSION = ::T.let(nil, ::T.untyped)
4249
4140
  end
4250
4141
 
4251
- module IRB::Color
4252
- BLUE = ::T.let(nil, ::T.untyped)
4253
- BOLD = ::T.let(nil, ::T.untyped)
4254
- CLEAR = ::T.let(nil, ::T.untyped)
4255
- CYAN = ::T.let(nil, ::T.untyped)
4256
- GREEN = ::T.let(nil, ::T.untyped)
4257
- MAGENTA = ::T.let(nil, ::T.untyped)
4258
- RED = ::T.let(nil, ::T.untyped)
4259
- REVERSE = ::T.let(nil, ::T.untyped)
4260
- UNDERLINE = ::T.let(nil, ::T.untyped)
4261
- YELLOW = ::T.let(nil, ::T.untyped)
4262
- end
4263
-
4264
- module IRB::Color
4265
- def self.clear(); end
4266
-
4267
- def self.colorable?(); end
4268
-
4269
- def self.colorize(text, seq); end
4270
-
4271
- def self.colorize_code(code, complete: T.unsafe(nil)); end
4272
-
4273
- def self.inspect_colorable?(obj, seen: T.unsafe(nil)); end
4274
- end
4275
-
4276
4142
  class IRB::Context
4277
4143
  def __exit__(*_); end
4278
4144
 
@@ -4280,39 +4146,11 @@ class IRB::Context
4280
4146
 
4281
4147
  def __to_s__(); end
4282
4148
 
4283
- def echo_on_assignment(); end
4284
-
4285
- def echo_on_assignment=(echo_on_assignment); end
4286
-
4287
- def echo_on_assignment?(); end
4288
-
4289
4149
  def evaluate(line, line_no, exception: T.unsafe(nil)); end
4290
4150
 
4291
- def initialize(irb, workspace=T.unsafe(nil), input_method=T.unsafe(nil)); end
4151
+ def initialize(irb, workspace=T.unsafe(nil), input_method=T.unsafe(nil), output_method=T.unsafe(nil)); end
4292
4152
 
4293
4153
  def inspect_last_value(); end
4294
-
4295
- def newline_before_multiline_output(); end
4296
-
4297
- def newline_before_multiline_output=(newline_before_multiline_output); end
4298
-
4299
- def newline_before_multiline_output?(); end
4300
-
4301
- def use_colorize(); end
4302
-
4303
- def use_colorize?(); end
4304
-
4305
- def use_multiline(); end
4306
-
4307
- def use_multiline?(); end
4308
-
4309
- def use_reidline(); end
4310
-
4311
- def use_reidline?(); end
4312
-
4313
- def use_singleline(); end
4314
-
4315
- def use_singleline?(); end
4316
4154
  IDNAME_IVARS = ::T.let(nil, ::T.untyped)
4317
4155
  NOPRINTING_IVARS = ::T.let(nil, ::T.untyped)
4318
4156
  NO_INSPECTING_IVARS = ::T.let(nil, ::T.untyped)
@@ -4368,22 +4206,6 @@ class IRB::FileInputMethod
4368
4206
  def initialize(file); end
4369
4207
  end
4370
4208
 
4371
- module IRB::InputCompletor
4372
- BASIC_WORD_BREAK_CHARACTERS = ::T.let(nil, ::T.untyped)
4373
- CompletionProc = ::T.let(nil, ::T.untyped)
4374
- Operators = ::T.let(nil, ::T.untyped)
4375
- PerfectMatchedProc = ::T.let(nil, ::T.untyped)
4376
- ReservedWords = ::T.let(nil, ::T.untyped)
4377
- end
4378
-
4379
- module IRB::InputCompletor
4380
- def self.ignored_modules(); end
4381
-
4382
- def self.retrieve_completion_data(input, bind: T.unsafe(nil), doc_namespace: T.unsafe(nil)); end
4383
-
4384
- def self.select_message(receiver, message, candidates, sep=T.unsafe(nil)); end
4385
- end
4386
-
4387
4209
  class IRB::InputMethod
4388
4210
  def initialize(file=T.unsafe(nil)); end
4389
4211
  end
@@ -4393,16 +4215,13 @@ class IRB::Inspector
4393
4215
  end
4394
4216
 
4395
4217
  class IRB::Irb
4396
- def assignment_expression?(line); end
4397
-
4398
4218
  def handle_exception(exc); end
4399
4219
 
4400
- def initialize(workspace=T.unsafe(nil), input_method=T.unsafe(nil)); end
4220
+ def initialize(workspace=T.unsafe(nil), input_method=T.unsafe(nil), output_method=T.unsafe(nil)); end
4401
4221
 
4402
4222
  def output_value(); end
4403
4223
 
4404
4224
  def prompt(prompt, ltype, indent, line_no); end
4405
- ASSIGNMENT_NODE_TYPES = ::T.let(nil, ::T.untyped)
4406
4225
  end
4407
4226
 
4408
4227
  class IRB::Locale
@@ -4442,32 +4261,84 @@ end
4442
4261
  class IRB::Locale
4443
4262
  end
4444
4263
 
4445
- class IRB::OutputMethod::NotImplementedError
4446
- def initialize(val); end
4264
+ class IRB::Notifier::AbstractNotifier
4265
+ def initialize(prefix, base_notifier); end
4266
+ end
4267
+
4268
+ class IRB::Notifier::LeveledNotifier
4269
+ def initialize(base, level, prefix); end
4270
+ end
4271
+
4272
+ class IRB::Notifier::NoMsgNotifier
4273
+ def initialize(); end
4447
4274
  end
4448
4275
 
4449
4276
  class IRB::ReadlineInputMethod
4450
4277
  def initialize(); end
4451
4278
  end
4452
4279
 
4453
- class IRB::ReidlineInputMethod
4454
- include ::Reline
4455
- def auto_indent(&block); end
4280
+ class IRB::SLex
4281
+ def Fail(err=T.unsafe(nil), *rest); end
4456
4282
 
4457
- def check_termination(&block); end
4283
+ def Raise(err=T.unsafe(nil), *rest); end
4458
4284
 
4459
- def dynamic_prompt(&block); end
4285
+ def create(token, preproc=T.unsafe(nil), postproc=T.unsafe(nil)); end
4460
4286
 
4461
- def encoding(); end
4287
+ def def_rule(token, preproc=T.unsafe(nil), postproc=T.unsafe(nil), &block); end
4462
4288
 
4463
- def eof?(); end
4289
+ def def_rules(*tokens, &block); end
4464
4290
 
4465
- def initialize(); end
4291
+ def match(token); end
4292
+
4293
+ def postproc(token); end
4294
+
4295
+ def preproc(token, proc); end
4296
+
4297
+ def search(token); end
4298
+ DOUT = ::T.let(nil, ::T.untyped)
4299
+ D_DEBUG = ::T.let(nil, ::T.untyped)
4300
+ D_DETAIL = ::T.let(nil, ::T.untyped)
4301
+ D_WARN = ::T.let(nil, ::T.untyped)
4302
+ end
4303
+
4304
+ class IRB::SLex::ErrNodeAlreadyExists
4305
+ end
4306
+
4307
+ class IRB::SLex::ErrNodeAlreadyExists
4308
+ end
4309
+
4310
+ class IRB::SLex::ErrNodeNothing
4311
+ end
4312
+
4313
+ class IRB::SLex::ErrNodeNothing
4314
+ end
4315
+
4316
+ class IRB::SLex::Node
4317
+ def create_subnode(chrs, preproc=T.unsafe(nil), postproc=T.unsafe(nil)); end
4318
+
4319
+ def initialize(preproc=T.unsafe(nil), postproc=T.unsafe(nil)); end
4320
+
4321
+ def match(chrs, op=T.unsafe(nil)); end
4322
+
4323
+ def match_io(io, op=T.unsafe(nil)); end
4324
+
4325
+ def postproc(); end
4466
4326
 
4467
- def line(line_no); end
4327
+ def postproc=(postproc); end
4328
+
4329
+ def preproc(); end
4330
+
4331
+ def preproc=(preproc); end
4332
+
4333
+ def search(chrs, opt=T.unsafe(nil)); end
4334
+ end
4335
+
4336
+ class IRB::SLex::Node
4468
4337
  end
4469
4338
 
4470
- class IRB::ReidlineInputMethod
4339
+ class IRB::SLex
4340
+ extend ::Exception2MessageMapper
4341
+ def self.included(mod); end
4471
4342
  end
4472
4343
 
4473
4344
  class IRB::StdioInputMethod
@@ -4507,7 +4378,6 @@ end
4507
4378
  class Integer
4508
4379
  include ::JSON::Ext::Generator::GeneratorMethods::Integer
4509
4380
  def to_bn(); end
4510
- GMP_VERSION = ::T.let(nil, ::T.untyped)
4511
4381
  end
4512
4382
 
4513
4383
  class JSON::Ext::Generator::State
@@ -4540,10 +4410,6 @@ module Kernel
4540
4410
  def self.at_exit(); end
4541
4411
  end
4542
4412
 
4543
- class KeyError
4544
- include ::DidYouMean::Correctable
4545
- end
4546
-
4547
4413
  module Listen
4548
4414
  VERSION = ::T.let(nil, ::T.untyped)
4549
4415
  end
@@ -4573,7 +4439,7 @@ class Listen::Adapter::Linux
4573
4439
  DEFAULTS = ::T.let(nil, ::T.untyped)
4574
4440
  INOTIFY_LIMIT_MESSAGE = ::T.let(nil, ::T.untyped)
4575
4441
  OS_REGEXP = ::T.let(nil, ::T.untyped)
4576
- WIKI_URL = ::T.let(nil, ::T.untyped)
4442
+ README_URL = ::T.let(nil, ::T.untyped)
4577
4443
  end
4578
4444
 
4579
4445
  class Listen::Adapter::Polling
@@ -4586,34 +4452,31 @@ class Listen::Adapter::Windows
4586
4452
  OS_REGEXP = ::T.let(nil, ::T.untyped)
4587
4453
  end
4588
4454
 
4589
- module Listen::FSM
4590
- DEFAULT_STATE = ::T.let(nil, ::T.untyped)
4455
+ class Listen::Event::Loop
4456
+ MAX_STARTUP_SECONDS = ::T.let(nil, ::T.untyped)
4591
4457
  end
4592
4458
 
4459
+ Listen::Event::Loop::Error = Listen::Error
4460
+
4461
+ Listen::Event::Loop::NotStarted = Listen::Error::NotStarted
4462
+
4593
4463
  class Listen::Listener::Config
4594
4464
  DEFAULTS = ::T.let(nil, ::T.untyped)
4595
4465
  end
4596
4466
 
4597
4467
  class Listen::Record::SymlinkDetector
4468
+ README_URL = ::T.let(nil, ::T.untyped)
4598
4469
  SYMLINK_LOOP_ERROR = ::T.let(nil, ::T.untyped)
4599
- WIKI = ::T.let(nil, ::T.untyped)
4600
4470
  end
4601
4471
 
4472
+ Listen::Record::SymlinkDetector::Error = Listen::Error
4473
+
4602
4474
  class Listen::Silencer
4603
4475
  DEFAULT_IGNORED_DIRECTORIES = ::T.let(nil, ::T.untyped)
4604
4476
  DEFAULT_IGNORED_EXTENSIONS = ::T.let(nil, ::T.untyped)
4605
4477
  end
4606
4478
 
4607
4479
  class Logger
4608
- def debug!(); end
4609
-
4610
- def error!(); end
4611
-
4612
- def fatal!(); end
4613
-
4614
- def info!(); end
4615
-
4616
- def warn!(); end
4617
4480
  SEV_LABEL = ::T.let(nil, ::T.untyped)
4618
4481
  end
4619
4482
 
@@ -4638,62 +4501,28 @@ module MethodSource::CodeHelpers::IncompleteExpression
4638
4501
  RBX_ONLY_REGEXPS = ::T.let(nil, ::T.untyped)
4639
4502
  end
4640
4503
 
4641
- class Module
4642
- def const_source_location(*_); end
4643
- end
4644
-
4645
4504
  class Monitor
4646
4505
  def enter(); end
4647
4506
 
4648
4507
  def exit(); end
4649
4508
 
4650
- def mon_check_owner(); end
4651
-
4652
- def mon_enter(); end
4653
-
4654
- def mon_exit(); end
4655
-
4656
- def mon_locked?(); end
4657
-
4658
- def mon_owned?(); end
4659
-
4660
- def mon_synchronize(); end
4661
-
4662
- def mon_try_enter(); end
4663
-
4664
- def new_cond(); end
4665
-
4666
- def synchronize(); end
4667
-
4668
4509
  def try_enter(); end
4669
-
4670
- def try_mon_enter(); end
4671
-
4672
- def wait_for_cond(_, _1); end
4673
4510
  end
4674
4511
 
4675
4512
  module MonitorMixin
4676
4513
  def initialize(*args); end
4514
+ EXCEPTION_IMMEDIATE = ::T.let(nil, ::T.untyped)
4515
+ EXCEPTION_NEVER = ::T.let(nil, ::T.untyped)
4677
4516
  end
4678
4517
 
4679
4518
  class MonitorMixin::ConditionVariable
4680
4519
  def initialize(monitor); end
4681
4520
  end
4682
4521
 
4683
- class NameError
4684
- include ::DidYouMean::Correctable
4685
- end
4686
-
4687
4522
  class NilClass
4688
4523
  include ::JSON::Ext::Generator::GeneratorMethods::NilClass
4689
4524
  end
4690
4525
 
4691
- class NoMatchingPatternError
4692
- end
4693
-
4694
- class NoMatchingPatternError
4695
- end
4696
-
4697
4526
  class Object
4698
4527
  include ::JSON::Ext::Generator::GeneratorMethods::Object
4699
4528
  include ::PP::ObjectMixin
@@ -4722,25 +4551,6 @@ class Object
4722
4551
  def self.yaml_tag(url); end
4723
4552
  end
4724
4553
 
4725
- class OpenStruct
4726
- VERSION = ::T.let(nil, ::T.untyped)
4727
- end
4728
-
4729
- class OptionParser
4730
- def additional_message(typ, opt); end
4731
- end
4732
-
4733
- class OptionParser::List
4734
- def get_candidates(id); end
4735
- end
4736
-
4737
- class OptionParser::ParseError
4738
- def additional(); end
4739
-
4740
- def additional=(additional); end
4741
-
4742
- end
4743
-
4744
4554
  class Pathname
4745
4555
  def fnmatch?(*_); end
4746
4556
 
@@ -4755,8 +4565,6 @@ class Proc
4755
4565
  def >>(_); end
4756
4566
 
4757
4567
  def clone(); end
4758
-
4759
- def ruby2_keywords(); end
4760
4568
  end
4761
4569
 
4762
4570
  class Pry
@@ -4910,2300 +4718,1357 @@ module Psych
4910
4718
  def self.remove_type(type_tag); end
4911
4719
  end
4912
4720
 
4913
- class RDoc::Alias
4914
- def initialize(text, old_name, new_name, comment, singleton=T.unsafe(nil)); end
4721
+ module RSpec
4722
+ MODULES_TO_AUTOLOAD = ::T.let(nil, ::T.untyped)
4915
4723
  end
4916
4724
 
4917
- class RDoc::Attr
4918
- def initialize(text, name, rw, comment, singleton=T.unsafe(nil)); end
4725
+ class RSpec::CallerFilter
4726
+ ADDITIONAL_TOP_LEVEL_FILES = ::T.let(nil, ::T.untyped)
4727
+ IGNORE_REGEX = ::T.let(nil, ::T.untyped)
4728
+ LIB_REGEX = ::T.let(nil, ::T.untyped)
4729
+ RSPEC_LIBS = ::T.let(nil, ::T.untyped)
4919
4730
  end
4920
4731
 
4921
- class RDoc::ClassModule
4922
- def initialize(name, superclass=T.unsafe(nil)); end
4732
+ class RSpec::Core::Configuration
4733
+ DEFAULT_FORMATTER = ::T.let(nil, ::T.untyped)
4734
+ FAILED_STATUS = ::T.let(nil, ::T.untyped)
4735
+ MOCKING_ADAPTERS = ::T.let(nil, ::T.untyped)
4736
+ PASSED_STATUS = ::T.let(nil, ::T.untyped)
4737
+ PENDING_STATUS = ::T.let(nil, ::T.untyped)
4738
+ RAISE_ERROR_WARNING_NOTIFIER = ::T.let(nil, ::T.untyped)
4739
+ UNKNOWN_STATUS = ::T.let(nil, ::T.untyped)
4740
+ VALID_STATUSES = ::T.let(nil, ::T.untyped)
4923
4741
  end
4924
4742
 
4925
- class RDoc::CodeObject
4926
- def initialize_visibility(); end
4743
+ class RSpec::Core::ConfigurationOptions
4744
+ OPTIONS_ORDER = ::T.let(nil, ::T.untyped)
4745
+ UNFORCED_OPTIONS = ::T.let(nil, ::T.untyped)
4746
+ UNPROCESSABLE_OPTIONS = ::T.let(nil, ::T.untyped)
4927
4747
  end
4928
4748
 
4929
- class RDoc::Comment
4930
- def initialize(text=T.unsafe(nil), location=T.unsafe(nil), language=T.unsafe(nil)); end
4931
-
4932
- def line(); end
4933
-
4934
- def line=(line); end
4935
- end
4749
+ RSpec::Core::Example::AllExceptionsExcludingDangerousOnesOnRubiesThatAllowIt = RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue
4936
4750
 
4937
- class RDoc::Constant
4938
- def initialize(name, value, comment); end
4939
- MARSHAL_VERSION = ::T.let(nil, ::T.untyped)
4751
+ class RSpec::Core::ExampleGroup
4752
+ INSTANCE_VARIABLE_TO_IGNORE = ::T.let(nil, ::T.untyped)
4940
4753
  end
4941
4754
 
4942
- class RDoc::Context
4943
- def add_module_by_normal_module(mod); end
4755
+ RSpec::Core::ExclusionRules = RSpec::Core::FilterRules
4944
4756
 
4945
- def initialize_methods_etc(); end
4757
+ class RSpec::Core::FilterRules
4758
+ PROC_HEX_NUMBER = ::T.let(nil, ::T.untyped)
4759
+ PROJECT_DIR = ::T.let(nil, ::T.untyped)
4946
4760
  end
4947
4761
 
4948
- class RDoc::Context::Section
4949
- def initialize(parent, title, comment); end
4762
+ module RSpec::Core::Formatters::ConsoleCodes
4763
+ VT100_CODES = ::T.let(nil, ::T.untyped)
4764
+ VT100_CODE_VALUES = ::T.let(nil, ::T.untyped)
4950
4765
  end
4951
4766
 
4952
- class RDoc::CrossReference
4953
- def initialize(context); end
4767
+ class RSpec::Core::Formatters::DeprecationFormatter
4768
+ DEPRECATION_STREAM_NOTICE = ::T.let(nil, ::T.untyped)
4769
+ RAISE_ERROR_CONFIG_NOTICE = ::T.let(nil, ::T.untyped)
4770
+ TOO_MANY_WARNINGS_NOTICE = ::T.let(nil, ::T.untyped)
4954
4771
  end
4955
4772
 
4956
- class RDoc::ERBIO
4957
- def initialize(str, safe_level=T.unsafe(nil), trim_mode=T.unsafe(nil), eoutvar=T.unsafe(nil)); end
4773
+ class RSpec::Core::Formatters::DeprecationFormatter::DelayedPrinter
4774
+ TOO_MANY_USES_LIMIT = ::T.let(nil, ::T.untyped)
4958
4775
  end
4959
4776
 
4960
- module RDoc::Encoding
4961
- HEADER_REGEXP = ::T.let(nil, ::T.untyped)
4777
+ class RSpec::Core::Formatters::ExceptionPresenter
4778
+ PENDING_DETAIL_FORMATTER = ::T.let(nil, ::T.untyped)
4962
4779
  end
4963
4780
 
4964
- module RDoc::Encoding
4965
- def self.detect_encoding(string); end
4966
-
4967
- def self.remove_magic_comment(string); end
4781
+ module RSpec::Core::Formatters::Helpers
4782
+ DEFAULT_PRECISION = ::T.let(nil, ::T.untyped)
4783
+ SUB_SECOND_PRECISION = ::T.let(nil, ::T.untyped)
4968
4784
  end
4969
4785
 
4970
- class RDoc::Generator::Darkfish
4971
- def initialize(store, options); end
4786
+ class RSpec::Core::Formatters::HtmlPrinter
4787
+ GLOBAL_SCRIPTS = ::T.let(nil, ::T.untyped)
4788
+ GLOBAL_STYLES = ::T.let(nil, ::T.untyped)
4789
+ HTML_HEADER = ::T.let(nil, ::T.untyped)
4790
+ REPORT_HEADER = ::T.let(nil, ::T.untyped)
4972
4791
  end
4973
4792
 
4974
- class RDoc::Generator::JsonIndex
4975
- def initialize(parent_generator, options); end
4793
+ module RSpec::Core::Formatters::SyntaxHighlighter::CodeRayImplementation
4794
+ RESET_CODE = ::T.let(nil, ::T.untyped)
4976
4795
  end
4977
4796
 
4978
- class RDoc::Generator::POT
4979
- def initialize(store, options); end
4980
- end
4797
+ RSpec::Core::Formatters::SyntaxHighlighter::WindowsImplementation = RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation
4981
4798
 
4982
- class RDoc::Generator::POT::MessageExtractor
4983
- def initialize(store); end
4799
+ class RSpec::Core::Hooks::HookCollections
4800
+ EMPTY_HOOK_ARRAY = ::T.let(nil, ::T.untyped)
4801
+ HOOK_TYPES = ::T.let(nil, ::T.untyped)
4802
+ SCOPES = ::T.let(nil, ::T.untyped)
4803
+ SCOPE_ALIASES = ::T.let(nil, ::T.untyped)
4984
4804
  end
4985
4805
 
4986
- class RDoc::Generator::POT::POEntry
4987
- def initialize(msgid, options=T.unsafe(nil)); end
4806
+ module RSpec::Core::Metadata
4807
+ RESERVED_KEYS = ::T.let(nil, ::T.untyped)
4988
4808
  end
4989
4809
 
4990
- class RDoc::Generator::RI
4991
- def initialize(store, options); end
4810
+ class RSpec::Core::Ordering::Random
4811
+ MAX_32_BIT = ::T.let(nil, ::T.untyped)
4992
4812
  end
4993
4813
 
4994
- class RDoc::I18n::Locale
4995
- def initialize(name); end
4814
+ module RSpec::Core::Pending
4815
+ NOT_YET_IMPLEMENTED = ::T.let(nil, ::T.untyped)
4816
+ NO_REASON_GIVEN = ::T.let(nil, ::T.untyped)
4996
4817
  end
4997
4818
 
4998
- class RDoc::I18n::Text
4999
- def initialize(raw); end
4819
+ class RSpec::Core::Profiler
4820
+ NOTIFICATIONS = ::T.let(nil, ::T.untyped)
5000
4821
  end
5001
4822
 
5002
- class RDoc::Markdown
5003
- def initialize(extensions=T.unsafe(nil), debug=T.unsafe(nil)); end
4823
+ class RSpec::Core::Reporter
4824
+ RSPEC_NOTIFICATIONS = ::T.let(nil, ::T.untyped)
5004
4825
  end
5005
4826
 
5006
- class RDoc::Markdown::Literals
5007
- def initialize(str, debug=T.unsafe(nil)); end
4827
+ module RSpec::Core::ShellEscape
4828
+ SHELLS_ALLOWING_UNQUOTED_IDS = ::T.let(nil, ::T.untyped)
5008
4829
  end
5009
4830
 
5010
- class RDoc::Markdown::Literals::MemoEntry
5011
- def initialize(ans, pos); end
4831
+ module RSpec::Core::Version
4832
+ STRING = ::T.let(nil, ::T.untyped)
5012
4833
  end
5013
4834
 
5014
- class RDoc::Markdown::Literals::RuleInfo
5015
- def initialize(name, rendered); end
4835
+ class RSpec::Expectations::Configuration
4836
+ FALSE_POSITIVE_BEHAVIOURS = ::T.let(nil, ::T.untyped)
5016
4837
  end
5017
4838
 
5018
- class RDoc::Markdown::MemoEntry
5019
- def initialize(ans, pos); end
4839
+ RSpec::Expectations::LegacyMacherAdapter = RSpec::Expectations::LegacyMatcherAdapter
4840
+
4841
+ class RSpec::Expectations::MultipleExpectationsNotMetError
4842
+ include ::RSpec::Core::MultipleExceptionError::InterfaceTag
5020
4843
  end
5021
4844
 
5022
- class RDoc::Markdown::RuleInfo
5023
- def initialize(name, rendered); end
4845
+ module RSpec::Expectations::Version
4846
+ STRING = ::T.let(nil, ::T.untyped)
5024
4847
  end
5025
4848
 
5026
- class RDoc::Markup
5027
- def add_regexp_handling(pattern, name); end
5028
-
5029
- def initialize(attribute_manager=T.unsafe(nil)); end
5030
- end
5031
-
5032
- class RDoc::Markup::AttrSpan
5033
- def initialize(length); end
5034
- end
5035
-
5036
- class RDoc::Markup::AttributeManager
5037
- def add_regexp_handling(pattern, name); end
5038
-
5039
- def convert_regexp_handlings(str, attrs); end
5040
-
5041
- def regexp_handlings(); end
5042
- end
5043
-
5044
- class RDoc::Markup::Attributes
5045
- def regexp_handling(); end
5046
- end
5047
-
5048
- class RDoc::Markup::Document
5049
- def initialize(*parts); end
5050
- end
5051
-
5052
- class RDoc::Markup::Formatter
5053
- def add_regexp_handling_RDOCLINK(); end
5054
-
5055
- def add_regexp_handling_TIDYLINK(); end
5056
-
5057
- def convert_regexp_handling(target); end
5058
-
5059
- def initialize(options, markup=T.unsafe(nil)); end
5060
- end
5061
-
5062
- class RDoc::Markup::Include
5063
- def initialize(file, include_path); end
5064
- end
5065
-
5066
- class RDoc::Markup::IndentedParagraph
5067
- def initialize(indent, *parts); end
5068
- end
5069
-
5070
- class RDoc::Markup::List
5071
- def initialize(type=T.unsafe(nil), *items); end
5072
- end
5073
-
5074
- class RDoc::Markup::ListItem
5075
- def initialize(label=T.unsafe(nil), *parts); end
5076
- end
5077
-
5078
- class RDoc::Markup::Parser::MyStringScanner
5079
- def [](i); end
5080
-
5081
- def eos?(); end
5082
-
5083
- def initialize(input); end
5084
-
5085
- def matched(); end
5086
-
5087
- def newline!(); end
5088
-
5089
- def pos(); end
5090
-
5091
- def scan(re); end
5092
-
5093
- def unscan(s); end
5094
- end
5095
-
5096
- class RDoc::Markup::Parser::MyStringScanner
5097
- end
5098
-
5099
- class RDoc::Markup::PreProcess
5100
- def initialize(input_file_name, include_path); end
5101
- end
5102
-
5103
- class RDoc::Markup::Raw
5104
- def initialize(*parts); end
5105
- end
5106
-
5107
- class RDoc::Markup::RegexpHandling
5108
- def ==(o); end
5109
-
5110
- def initialize(type, text); end
5111
-
5112
- def text(); end
5113
-
5114
- def text=(text); end
5115
-
5116
- def type(); end
5117
- end
5118
-
5119
- class RDoc::Markup::RegexpHandling
5120
- end
5121
-
5122
- class RDoc::Markup::ToHtml
5123
- def handle_regexp_HARD_BREAK(target); end
5124
-
5125
- def handle_regexp_HYPERLINK(target); end
5126
-
5127
- def handle_regexp_RDOCLINK(target); end
5128
-
5129
- def handle_regexp_TIDYLINK(target); end
5130
- end
5131
-
5132
- class RDoc::Markup::ToHtmlCrossref
5133
- def handle_regexp_CROSSREF(target); end
5134
-
5135
- def initialize(options, from_path, context, markup=T.unsafe(nil)); end
5136
-
5137
- end
5138
-
5139
- class RDoc::Markup::ToHtmlSnippet
5140
- def handle_regexp_CROSSREF(target); end
5141
-
5142
- def initialize(options, characters=T.unsafe(nil), paragraphs=T.unsafe(nil), markup=T.unsafe(nil)); end
5143
- end
5144
-
5145
- class RDoc::Markup::ToJoinedParagraph
5146
- def initialize(); end
5147
- end
5148
-
5149
- class RDoc::Markup::ToLabel
5150
- def handle_regexp_CROSSREF(target); end
5151
-
5152
- def handle_regexp_HARD_BREAK(*node); end
5153
-
5154
- def handle_regexp_TIDYLINK(target); end
5155
-
5156
- def initialize(markup=T.unsafe(nil)); end
5157
- end
5158
-
5159
- class RDoc::Markup::ToMarkdown
5160
- def handle_regexp_RDOCLINK(target); end
5161
-
5162
- def handle_regexp_TIDYLINK(target); end
5163
- end
5164
-
5165
- class RDoc::Markup::ToRdoc
5166
- def handle_regexp_HARD_BREAK(target); end
5167
-
5168
- def handle_regexp_SUPPRESSED_CROSSREF(target); end
5169
-
5170
- def initialize(markup=T.unsafe(nil)); end
5171
- end
5172
-
5173
- class RDoc::Markup::ToTableOfContents
5174
- def initialize(); end
5175
- end
5176
-
5177
- class RDoc::Markup::ToTtOnly
5178
- def initialize(markup=T.unsafe(nil)); end
5179
- end
5180
-
5181
- class RDoc::MethodAttr
5182
- def initialize(text, name); end
5183
- end
5184
-
5185
- class RDoc::Mixin
5186
- def initialize(name, comment); end
5187
- end
5188
-
5189
- class RDoc::Parser
5190
- def initialize(top_level, file_name, content, options, stats); end
5191
- end
5192
-
5193
- class RDoc::Parser::C
5194
- def do_classes_and_modules(); end
5195
- end
5196
-
5197
- class RDoc::Parser::RipperStateLex
5198
- def get_squashed_tk(); end
5199
-
5200
- def initialize(code); end
5201
- EXPR_ARG = ::T.let(nil, ::T.untyped)
5202
- EXPR_ARG_ANY = ::T.let(nil, ::T.untyped)
5203
- EXPR_BEG = ::T.let(nil, ::T.untyped)
5204
- EXPR_BEG_ANY = ::T.let(nil, ::T.untyped)
5205
- EXPR_CLASS = ::T.let(nil, ::T.untyped)
5206
- EXPR_CMDARG = ::T.let(nil, ::T.untyped)
5207
- EXPR_DOT = ::T.let(nil, ::T.untyped)
5208
- EXPR_END = ::T.let(nil, ::T.untyped)
5209
- EXPR_ENDARG = ::T.let(nil, ::T.untyped)
5210
- EXPR_ENDFN = ::T.let(nil, ::T.untyped)
5211
- EXPR_END_ANY = ::T.let(nil, ::T.untyped)
5212
- EXPR_FITEM = ::T.let(nil, ::T.untyped)
5213
- EXPR_FNAME = ::T.let(nil, ::T.untyped)
5214
- EXPR_LABEL = ::T.let(nil, ::T.untyped)
5215
- EXPR_LABELED = ::T.let(nil, ::T.untyped)
5216
- EXPR_MID = ::T.let(nil, ::T.untyped)
5217
- EXPR_NONE = ::T.let(nil, ::T.untyped)
5218
- EXPR_VALUE = ::T.let(nil, ::T.untyped)
5219
- RIPPER_HAS_LEX_STATE = ::T.let(nil, ::T.untyped)
5220
- end
5221
-
5222
- class RDoc::Parser::RipperStateLex::InnerStateLex
5223
- def initialize(code); end
5224
-
5225
- def on_default(event, tok, data); end
5226
- end
5227
-
5228
- class RDoc::Parser::RipperStateLex::InnerStateLex
5229
- end
5230
-
5231
- class RDoc::Parser::RipperStateLex::Token
5232
- def char_no(); end
5233
-
5234
- def char_no=(_); end
5235
-
5236
- def kind(); end
5237
-
5238
- def kind=(_); end
5239
-
5240
- def line_no(); end
5241
-
5242
- def line_no=(_); end
5243
-
5244
- def state(); end
5245
-
5246
- def state=(_); end
5247
-
5248
- def text(); end
5249
-
5250
- def text=(_); end
5251
- end
5252
-
5253
- class RDoc::Parser::RipperStateLex::Token
5254
- def self.[](*_); end
5255
-
5256
- def self.members(); end
5257
- end
5258
-
5259
- class RDoc::Parser::RipperStateLex
5260
- def self.end?(token); end
5261
-
5262
- def self.parse(code); end
5263
- end
5264
-
5265
- class RDoc::Parser::Ruby
5266
- def get_included_module_with_optional_parens(); end
5267
-
5268
- def retrieve_comment_body(tk); end
5269
- end
5270
-
5271
- module RDoc::Parser::RubyTools
5272
- def skip_tkspace_without_nl(); end
5273
- end
5274
-
5275
- class RDoc::RD::BlockParser
5276
- Racc_debug_parser = ::T.let(nil, ::T.untyped)
5277
- end
5278
-
5279
- class RDoc::RD::Inline
5280
- def initialize(rdoc, reference); end
5281
- end
5282
-
5283
- class RDoc::RD::InlineParser
5284
- def initialize(block_parser); end
5285
- Racc_debug_parser = ::T.let(nil, ::T.untyped)
5286
- end
5287
-
5288
- class RDoc::RI::Driver
5289
- def initialize(initial_options=T.unsafe(nil)); end
5290
-
5291
- end
5292
-
5293
- class RDoc::RI::Driver::NotFoundError
5294
- def initialize(klass, suggestions=T.unsafe(nil)); end
5295
- end
5296
-
5297
- RDoc::RI::Store = RDoc::Store
5298
-
5299
- class RDoc::Require
5300
- def initialize(name, comment); end
5301
- end
5302
-
5303
- class RDoc::Servlet
5304
- def initialize(server, stores, cache, mount_path=T.unsafe(nil), extra_doc_dirs=T.unsafe(nil)); end
5305
- end
5306
-
5307
- class RDoc::Stats
5308
- def initialize(store, num_files, verbosity=T.unsafe(nil)); end
5309
- end
5310
-
5311
- class RDoc::Stats::Quiet
5312
- def initialize(num_files); end
5313
- end
5314
-
5315
- class RDoc::Store
5316
- def initialize(path=T.unsafe(nil), type=T.unsafe(nil)); end
5317
-
5318
- def unmatched_constant_alias(); end
5319
-
5320
- def update_parser_of_file(absolute_name, parser); end
5321
- end
5322
-
5323
- class RDoc::Store::MissingFileError
5324
- def initialize(store, file, name); end
5325
- end
5326
-
5327
- class RDoc::Task
5328
- def before_running_rdoc(&block); end
5329
-
5330
- def check_names(names); end
5331
-
5332
- def clobber_task_description(); end
5333
-
5334
- def defaults(); end
5335
-
5336
- def define(); end
5337
-
5338
- def external(); end
5339
-
5340
- def external=(external); end
5341
-
5342
- def generator(); end
5343
-
5344
- def generator=(generator); end
5345
-
5346
- def initialize(name=T.unsafe(nil)); end
5347
-
5348
- def inline_source(); end
5349
-
5350
- def inline_source=(value); end
5351
-
5352
- def main(); end
5353
-
5354
- def main=(main); end
5355
-
5356
- def markup(); end
5357
-
5358
- def markup=(markup); end
5359
-
5360
- def name(); end
5361
-
5362
- def name=(name); end
5363
-
5364
- def option_list(); end
5365
-
5366
- def options(); end
5367
-
5368
- def options=(options); end
5369
-
5370
- def rdoc_dir(); end
5371
-
5372
- def rdoc_dir=(rdoc_dir); end
5373
-
5374
- def rdoc_files(); end
5375
-
5376
- def rdoc_files=(rdoc_files); end
5377
-
5378
- def rdoc_task_description(); end
5379
-
5380
- def rerdoc_task_description(); end
5381
-
5382
- def template(); end
5383
-
5384
- def template=(template); end
5385
-
5386
- def title(); end
5387
-
5388
- def title=(title); end
5389
- end
5390
-
5391
- class RDoc::Task
5392
- end
5393
-
5394
- module RDoc::Text
5395
- def language(); end
5396
-
5397
- def language=(language); end
5398
- end
5399
-
5400
- class RDoc::TopLevel
5401
- def initialize(absolute_name, relative_name=T.unsafe(nil)); end
5402
- end
5403
-
5404
- module RSpec
5405
- MODULES_TO_AUTOLOAD = ::T.let(nil, ::T.untyped)
5406
- end
5407
-
5408
- class RSpec::CallerFilter
5409
- ADDITIONAL_TOP_LEVEL_FILES = ::T.let(nil, ::T.untyped)
5410
- IGNORE_REGEX = ::T.let(nil, ::T.untyped)
5411
- LIB_REGEX = ::T.let(nil, ::T.untyped)
5412
- RSPEC_LIBS = ::T.let(nil, ::T.untyped)
5413
- end
5414
-
5415
- class RSpec::Core::Configuration
5416
- DEFAULT_FORMATTER = ::T.let(nil, ::T.untyped)
5417
- FAILED_STATUS = ::T.let(nil, ::T.untyped)
5418
- MOCKING_ADAPTERS = ::T.let(nil, ::T.untyped)
5419
- PASSED_STATUS = ::T.let(nil, ::T.untyped)
5420
- PENDING_STATUS = ::T.let(nil, ::T.untyped)
5421
- RAISE_ERROR_WARNING_NOTIFIER = ::T.let(nil, ::T.untyped)
5422
- UNKNOWN_STATUS = ::T.let(nil, ::T.untyped)
5423
- VALID_STATUSES = ::T.let(nil, ::T.untyped)
5424
- end
5425
-
5426
- class RSpec::Core::ConfigurationOptions
5427
- OPTIONS_ORDER = ::T.let(nil, ::T.untyped)
5428
- UNFORCED_OPTIONS = ::T.let(nil, ::T.untyped)
5429
- UNPROCESSABLE_OPTIONS = ::T.let(nil, ::T.untyped)
5430
- end
5431
-
5432
- RSpec::Core::Example::AllExceptionsExcludingDangerousOnesOnRubiesThatAllowIt = RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue
5433
-
5434
- class RSpec::Core::ExampleGroup
5435
- include ::RSpec::Core::MockingAdapters::RSpec
5436
- include ::RSpec::Mocks::ExampleMethods
5437
- include ::RSpec::Mocks::ArgumentMatchers
5438
- include ::RSpec::Mocks::ExampleMethods::ExpectHost
5439
- include ::RSpec::Matchers
5440
- INSTANCE_VARIABLE_TO_IGNORE = ::T.let(nil, ::T.untyped)
5441
- end
5442
-
5443
- RSpec::Core::ExclusionRules = RSpec::Core::FilterRules
5444
-
5445
- class RSpec::Core::FilterRules
5446
- PROC_HEX_NUMBER = ::T.let(nil, ::T.untyped)
5447
- PROJECT_DIR = ::T.let(nil, ::T.untyped)
5448
- end
5449
-
5450
- module RSpec::Core::Formatters::ConsoleCodes
5451
- VT100_CODES = ::T.let(nil, ::T.untyped)
5452
- VT100_CODE_VALUES = ::T.let(nil, ::T.untyped)
5453
- end
5454
-
5455
- class RSpec::Core::Formatters::DeprecationFormatter
5456
- DEPRECATION_STREAM_NOTICE = ::T.let(nil, ::T.untyped)
5457
- RAISE_ERROR_CONFIG_NOTICE = ::T.let(nil, ::T.untyped)
5458
- TOO_MANY_WARNINGS_NOTICE = ::T.let(nil, ::T.untyped)
5459
- end
5460
-
5461
- class RSpec::Core::Formatters::DeprecationFormatter::DelayedPrinter
5462
- TOO_MANY_USES_LIMIT = ::T.let(nil, ::T.untyped)
5463
- end
5464
-
5465
- class RSpec::Core::Formatters::ExceptionPresenter
5466
- PENDING_DETAIL_FORMATTER = ::T.let(nil, ::T.untyped)
5467
- end
5468
-
5469
- module RSpec::Core::Formatters::Helpers
5470
- DEFAULT_PRECISION = ::T.let(nil, ::T.untyped)
5471
- SUB_SECOND_PRECISION = ::T.let(nil, ::T.untyped)
5472
- end
5473
-
5474
- class RSpec::Core::Formatters::HtmlPrinter
5475
- GLOBAL_SCRIPTS = ::T.let(nil, ::T.untyped)
5476
- GLOBAL_STYLES = ::T.let(nil, ::T.untyped)
5477
- HTML_HEADER = ::T.let(nil, ::T.untyped)
5478
- REPORT_HEADER = ::T.let(nil, ::T.untyped)
5479
- end
5480
-
5481
- module RSpec::Core::Formatters::SyntaxHighlighter::CodeRayImplementation
5482
- RESET_CODE = ::T.let(nil, ::T.untyped)
5483
- end
5484
-
5485
- RSpec::Core::Formatters::SyntaxHighlighter::WindowsImplementation = RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation
5486
-
5487
- class RSpec::Core::Hooks::HookCollections
5488
- EMPTY_HOOK_ARRAY = ::T.let(nil, ::T.untyped)
5489
- HOOK_TYPES = ::T.let(nil, ::T.untyped)
5490
- SCOPES = ::T.let(nil, ::T.untyped)
5491
- SCOPE_ALIASES = ::T.let(nil, ::T.untyped)
5492
- end
5493
-
5494
- module RSpec::Core::Metadata
5495
- RESERVED_KEYS = ::T.let(nil, ::T.untyped)
5496
- end
5497
-
5498
- class RSpec::Core::Ordering::Random
5499
- MAX_32_BIT = ::T.let(nil, ::T.untyped)
5500
- end
5501
-
5502
- module RSpec::Core::Pending
5503
- NOT_YET_IMPLEMENTED = ::T.let(nil, ::T.untyped)
5504
- NO_REASON_GIVEN = ::T.let(nil, ::T.untyped)
5505
- end
5506
-
5507
- class RSpec::Core::Profiler
5508
- NOTIFICATIONS = ::T.let(nil, ::T.untyped)
5509
- end
5510
-
5511
- class RSpec::Core::Reporter
5512
- RSPEC_NOTIFICATIONS = ::T.let(nil, ::T.untyped)
5513
- end
5514
-
5515
- module RSpec::Core::ShellEscape
5516
- SHELLS_ALLOWING_UNQUOTED_IDS = ::T.let(nil, ::T.untyped)
5517
- end
5518
-
5519
- module RSpec::Core::Version
5520
- STRING = ::T.let(nil, ::T.untyped)
5521
- end
5522
-
5523
- class RSpec::Expectations::Configuration
5524
- FALSE_POSITIVE_BEHAVIOURS = ::T.let(nil, ::T.untyped)
5525
- end
5526
-
5527
- RSpec::Expectations::LegacyMacherAdapter = RSpec::Expectations::LegacyMatcherAdapter
5528
-
5529
- class RSpec::Expectations::MultipleExpectationsNotMetError
5530
- include ::RSpec::Core::MultipleExceptionError::InterfaceTag
5531
- end
5532
-
5533
- module RSpec::Expectations::Version
5534
- STRING = ::T.let(nil, ::T.untyped)
5535
- end
5536
-
5537
- module RSpec::Matchers
5538
- BE_PREDICATE_REGEX = ::T.let(nil, ::T.untyped)
5539
- DYNAMIC_MATCHER_REGEX = ::T.let(nil, ::T.untyped)
5540
- HAS_REGEX = ::T.let(nil, ::T.untyped)
5541
- end
5542
-
5543
- RSpec::Matchers::AliasedNegatedMatcher::DefaultFailureMessages = RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
5544
-
5545
- class RSpec::Matchers::BuiltIn::BaseMatcher
5546
- UNDEFINED = ::T.let(nil, ::T.untyped)
5547
- end
5548
-
5549
- class RSpec::Matchers::BuiltIn::Equal
5550
- LITERAL_SINGLETONS = ::T.let(nil, ::T.untyped)
5551
- end
5552
-
5553
- RSpec::Matchers::BuiltIn::SpecificValuesChange::MATCH_ANYTHING = BasicObject
5554
-
5555
- RSpec::Matchers::BuiltIn::StartAndEndWith = RSpec::Matchers::BuiltIn::StartOrEndWith
5556
-
5557
- module RSpec::Matchers::DSL::Macros
5558
- RAISE_NOTIFIER = ::T.let(nil, ::T.untyped)
5559
- end
5560
-
5561
- class RSpec::Matchers::ExpectedsForMultipleDiffs
5562
- DEFAULT_DIFF_LABEL = ::T.let(nil, ::T.untyped)
5563
- DESCRIPTION_MAX_LENGTH = ::T.let(nil, ::T.untyped)
5564
- end
5565
-
5566
- module RSpec::Mocks
5567
- DEFAULT_CALLBACK_INVOCATION_STRATEGY = ::T.let(nil, ::T.untyped)
5568
- IGNORED_BACKTRACE_LINE = ::T.let(nil, ::T.untyped)
5569
- end
5570
-
5571
- class RSpec::Mocks::AnyInstance::PositiveExpectationChain
5572
- ExpectationInvocationOrder = ::T.let(nil, ::T.untyped)
5573
- end
5574
-
5575
- class RSpec::Mocks::AnyInstance::Recorder
5576
- include ::T::CompatibilityPatches::RSpecCompatibility::RecorderExtensions
5577
- end
5578
-
5579
- class RSpec::Mocks::AnyInstance::StubChain
5580
- EmptyInvocationOrder = ::T.let(nil, ::T.untyped)
5581
- InvocationOrder = ::T.let(nil, ::T.untyped)
5582
- end
5583
-
5584
- class RSpec::Mocks::ArgumentListMatcher
5585
- MATCH_ALL = ::T.let(nil, ::T.untyped)
5586
- end
5587
-
5588
- class RSpec::Mocks::Matchers::HaveReceived
5589
- ARGS_CONSTRAINTS = ::T.let(nil, ::T.untyped)
5590
- CONSTRAINTS = ::T.let(nil, ::T.untyped)
5591
- COUNT_CONSTRAINTS = ::T.let(nil, ::T.untyped)
5592
- end
5593
-
5594
- class RSpec::Mocks::MethodDouble
5595
- include ::T::CompatibilityPatches::RSpecCompatibility::MethodDoubleExtensions
5596
- end
5597
-
5598
- class RSpec::Mocks::ObjectReference
5599
- MODULE_NAME_METHOD = ::T.let(nil, ::T.untyped)
5600
- end
5601
-
5602
- class RSpec::Mocks::Proxy
5603
- DEFAULT_MESSAGE_EXPECTATION_OPTS = ::T.let(nil, ::T.untyped)
5604
- end
5605
-
5606
- module RSpec::Mocks::Version
5607
- STRING = ::T.let(nil, ::T.untyped)
5608
- end
5609
-
5610
- RSpec::SharedContext = RSpec::Core::SharedContext
5611
-
5612
- module RSpec::Support
5613
- DEFAULT_FAILURE_NOTIFIER = ::T.let(nil, ::T.untyped)
5614
- DEFAULT_WARNING_NOTIFIER = ::T.let(nil, ::T.untyped)
5615
- KERNEL_METHOD_METHOD = ::T.let(nil, ::T.untyped)
5616
- end
5617
-
5618
- module RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue
5619
- AVOID_RESCUING = ::T.let(nil, ::T.untyped)
5620
- end
5621
-
5622
- class RSpec::Support::Differ
5623
- def color?(); end
5624
-
5625
- def diff(actual, expected); end
5626
-
5627
- def diff_as_object(actual, expected); end
5628
-
5629
- def diff_as_string(actual, expected); end
5630
-
5631
- def initialize(opts=T.unsafe(nil)); end
5632
- end
5633
-
5634
- class RSpec::Support::Differ
5635
- end
5636
-
5637
- class RSpec::Support::EncodedString
5638
- REPLACE = ::T.let(nil, ::T.untyped)
5639
- US_ASCII = ::T.let(nil, ::T.untyped)
5640
- UTF_8 = ::T.let(nil, ::T.untyped)
5641
- end
5642
-
5643
- class RSpec::Support::MethodSignature
5644
- INFINITY = ::T.let(nil, ::T.untyped)
5645
- end
5646
-
5647
- class RSpec::Support::Mutex
5648
- NEW_MUTEX_METHOD = ::T.let(nil, ::T.untyped)
5649
- end
5650
-
5651
- class RSpec::Support::ObjectFormatter
5652
- ELLIPSIS = ::T.let(nil, ::T.untyped)
5653
- INSPECTOR_CLASSES = ::T.let(nil, ::T.untyped)
5654
- end
5655
-
5656
- class RSpec::Support::ObjectFormatter::DateTimeInspector
5657
- FORMAT = ::T.let(nil, ::T.untyped)
5658
- end
5659
-
5660
- class RSpec::Support::ObjectFormatter::TimeInspector
5661
- FORMAT = ::T.let(nil, ::T.untyped)
5662
- end
5663
-
5664
- class RSpec::Support::ObjectFormatter::UninspectableObjectInspector
5665
- OBJECT_ID_FORMAT = ::T.let(nil, ::T.untyped)
5666
- end
5667
-
5668
- RSpec::Support::StrictSignatureVerifier = RSpec::Support::MethodSignatureVerifier
5669
-
5670
- module RSpec::Support::Version
5671
- STRING = ::T.let(nil, ::T.untyped)
5672
- end
5673
-
5674
- module RSpec::Version
5675
- STRING = ::T.let(nil, ::T.untyped)
5676
- end
5677
-
5678
- class Racc::Parser
5679
- Racc_Main_Parsing_Routine = ::T.let(nil, ::T.untyped)
5680
- Racc_Runtime_Core_Id_C = ::T.let(nil, ::T.untyped)
5681
- Racc_Runtime_Core_Revision = ::T.let(nil, ::T.untyped)
5682
- Racc_Runtime_Core_Revision_C = ::T.let(nil, ::T.untyped)
5683
- Racc_Runtime_Core_Revision_R = ::T.let(nil, ::T.untyped)
5684
- Racc_Runtime_Core_Version = ::T.let(nil, ::T.untyped)
5685
- Racc_Runtime_Core_Version_C = ::T.let(nil, ::T.untyped)
5686
- Racc_Runtime_Core_Version_R = ::T.let(nil, ::T.untyped)
5687
- Racc_Runtime_Revision = ::T.let(nil, ::T.untyped)
5688
- Racc_Runtime_Type = ::T.let(nil, ::T.untyped)
5689
- Racc_Runtime_Version = ::T.let(nil, ::T.untyped)
5690
- Racc_YY_Parse_Method = ::T.let(nil, ::T.untyped)
5691
- end
5692
-
5693
- module Rake
5694
- EARLY = ::T.let(nil, ::T.untyped)
5695
- EMPTY_TASK_ARGS = ::T.let(nil, ::T.untyped)
5696
- LATE = ::T.let(nil, ::T.untyped)
5697
- VERSION = ::T.let(nil, ::T.untyped)
5698
- end
5699
-
5700
- class Rake::Application
5701
- DEFAULT_RAKEFILES = ::T.let(nil, ::T.untyped)
5702
- end
5703
-
5704
- module Rake::Backtrace
5705
- SUPPRESSED_PATHS = ::T.let(nil, ::T.untyped)
5706
- SUPPRESSED_PATHS_RE = ::T.let(nil, ::T.untyped)
5707
- SUPPRESS_PATTERN = ::T.let(nil, ::T.untyped)
5708
- SYS_KEYS = ::T.let(nil, ::T.untyped)
5709
- SYS_PATHS = ::T.let(nil, ::T.untyped)
5710
- end
5711
-
5712
- module Rake::DSL
5713
- include ::FileUtils::StreamUtils_
5714
- end
5715
-
5716
- class Rake::FileList
5717
- ARRAY_METHODS = ::T.let(nil, ::T.untyped)
5718
- DEFAULT_IGNORE_PATTERNS = ::T.let(nil, ::T.untyped)
5719
- DEFAULT_IGNORE_PROCS = ::T.let(nil, ::T.untyped)
5720
- DELEGATING_METHODS = ::T.let(nil, ::T.untyped)
5721
- GLOB_PATTERN = ::T.let(nil, ::T.untyped)
5722
- MUST_DEFINE = ::T.let(nil, ::T.untyped)
5723
- MUST_NOT_DEFINE = ::T.let(nil, ::T.untyped)
5724
- SPECIAL_RETURN = ::T.let(nil, ::T.untyped)
5725
- end
5726
-
5727
- module Rake::FileUtilsExt
5728
- include ::FileUtils::StreamUtils_
5729
- DEFAULT = ::T.let(nil, ::T.untyped)
5730
- end
5731
-
5732
- module Rake::FileUtilsExt
5733
- extend ::FileUtils::StreamUtils_
5734
- end
5735
-
5736
- class Rake::InvocationChain
5737
- EMPTY = ::T.let(nil, ::T.untyped)
5738
- end
5739
-
5740
- class Rake::LinkedList
5741
- EMPTY = ::T.let(nil, ::T.untyped)
5742
- end
5743
-
5744
- class Rake::Promise
5745
- NOT_SET = ::T.let(nil, ::T.untyped)
5746
- end
5747
-
5748
- Rake::RDocTask = RDoc::Task
5749
-
5750
- class Rake::Scope
5751
- EMPTY = ::T.let(nil, ::T.untyped)
5752
- end
5753
-
5754
- class Rake::TaskLib
5755
- include ::Rake::Cloneable
5756
- include ::Rake::DSL
5757
- include ::Rake::FileUtilsExt
5758
- include ::FileUtils
5759
- include ::FileUtils::StreamUtils_
5760
- end
5761
-
5762
- class Rake::TaskLib
5763
- end
5764
-
5765
- module Rake::Version
5766
- BUILD = ::T.let(nil, ::T.untyped)
5767
- MAJOR = ::T.let(nil, ::T.untyped)
5768
- MINOR = ::T.let(nil, ::T.untyped)
5769
- NUMBERS = ::T.let(nil, ::T.untyped)
5770
- OTHER = ::T.let(nil, ::T.untyped)
5771
- end
5772
-
5773
- module Rake
5774
- extend ::FileUtils::StreamUtils_
5775
- end
5776
-
5777
- RakeFileUtils = Rake::FileUtilsExt
5778
-
5779
- class Random
5780
- def self.bytes(_); end
5781
- end
5782
-
5783
- class Range
5784
- def %(_); end
5785
-
5786
- def entries(); end
5787
-
5788
- def to_a(); end
5789
- end
5790
-
5791
- module RbConfig
5792
- def self.expand(val, config=T.unsafe(nil)); end
5793
-
5794
- def self.fire_update!(key, val, mkconf=T.unsafe(nil), conf=T.unsafe(nil)); end
5795
-
5796
- def self.ruby(); end
5797
- end
5798
-
5799
- module Readline
5800
- def self.completion_quote_character(); end
5801
- end
5802
-
5803
- module Reline
5804
- def eof?(*args, &block); end
5805
- FILENAME_COMPLETION_PROC = ::T.let(nil, ::T.untyped)
5806
- HISTORY = ::T.let(nil, ::T.untyped)
5807
- USERNAME_COMPLETION_PROC = ::T.let(nil, ::T.untyped)
5808
- VERSION = ::T.let(nil, ::T.untyped)
5809
- end
5810
-
5811
- class Reline::ANSI
5812
- RAW_KEYSTROKE_CONFIG = ::T.let(nil, ::T.untyped)
5813
- end
5814
-
5815
- class Reline::ANSI
5816
- def self.clear_screen(); end
5817
-
5818
- def self.cursor_pos(); end
5819
-
5820
- def self.deprep(otio); end
5821
-
5822
- def self.encoding(); end
5823
-
5824
- def self.erase_after_cursor(); end
5825
-
5826
- def self.get_screen_size(); end
5827
-
5828
- def self.getc(); end
5829
-
5830
- def self.input=(val); end
5831
-
5832
- def self.move_cursor_column(x); end
5833
-
5834
- def self.move_cursor_down(x); end
5835
-
5836
- def self.move_cursor_up(x); end
5837
-
5838
- def self.output=(val); end
5839
-
5840
- def self.prep(); end
5841
-
5842
- def self.retrieve_keybuffer(); end
5843
-
5844
- def self.scroll_down(x); end
5845
-
5846
- def self.set_screen_size(rows, columns); end
5847
-
5848
- def self.set_winch_handler(&handler); end
5849
-
5850
- def self.ungetc(c); end
5851
-
5852
- def self.win?(); end
5853
- end
5854
-
5855
- class Reline::Config
5856
- def add_default_key_binding(keystroke, target); end
5857
-
5858
- def bind_key(key, func_name); end
5859
-
5860
- def bind_tty_special_chars(); end
5861
-
5862
- def bind_tty_special_chars=(bind_tty_special_chars); end
5863
-
5864
- def bind_variable(name, value); end
5865
-
5866
- def blink_matching_paren(); end
5867
-
5868
- def blink_matching_paren=(blink_matching_paren); end
5869
-
5870
- def byte_oriented(); end
5871
-
5872
- def byte_oriented=(byte_oriented); end
5873
-
5874
- def completion_ignore_case(); end
5875
-
5876
- def completion_ignore_case=(completion_ignore_case); end
5877
-
5878
- def convert_meta(); end
5879
-
5880
- def convert_meta=(convert_meta); end
5881
-
5882
- def disable_completion(); end
5883
-
5884
- def disable_completion=(disable_completion); end
5885
-
5886
- def editing_mode(); end
5887
-
5888
- def editing_mode=(val); end
5889
-
5890
- def editing_mode_is?(*val); end
5891
-
5892
- def enable_keypad(); end
5893
-
5894
- def enable_keypad=(enable_keypad); end
5895
-
5896
- def expand_tilde(); end
5897
-
5898
- def expand_tilde=(expand_tilde); end
5899
-
5900
- def handle_directive(directive, file, no); end
5901
-
5902
- def history_preserve_point(); end
5903
-
5904
- def history_preserve_point=(history_preserve_point); end
5905
-
5906
- def history_size(); end
5907
-
5908
- def history_size=(history_size); end
5909
-
5910
- def horizontal_scroll_mode(); end
5911
-
5912
- def horizontal_scroll_mode=(horizontal_scroll_mode); end
5913
-
5914
- def input_meta(); end
5915
-
5916
- def input_meta=(input_meta); end
5917
-
5918
- def inputrc_path(); end
5919
-
5920
- def key_bindings(); end
5921
-
5922
- def key_notation_to_code(notation); end
5923
-
5924
- def keymap(); end
5925
-
5926
- def keyseq_timeout(); end
5927
-
5928
- def keyseq_timeout=(keyseq_timeout); end
5929
-
5930
- def mark_directories(); end
5931
-
5932
- def mark_directories=(mark_directories); end
5933
-
5934
- def mark_modified_lines(); end
5935
-
5936
- def mark_modified_lines=(mark_modified_lines); end
5937
-
5938
- def mark_symlinked_directories(); end
5939
-
5940
- def mark_symlinked_directories=(mark_symlinked_directories); end
5941
-
5942
- def match_hidden_files(); end
5943
-
5944
- def match_hidden_files=(match_hidden_files); end
5945
-
5946
- def meta_flag(); end
5947
-
5948
- def meta_flag=(meta_flag); end
5949
-
5950
- def output_meta(); end
5951
-
5952
- def output_meta=(output_meta); end
5953
-
5954
- def page_completions(); end
5955
-
5956
- def page_completions=(page_completions); end
5957
-
5958
- def parse_keyseq(str); end
5959
-
5960
- def prefer_visible_bell(); end
5961
-
5962
- def prefer_visible_bell=(prefer_visible_bell); end
5963
-
5964
- def print_completions_horizontally(); end
5965
-
5966
- def print_completions_horizontally=(print_completions_horizontally); end
5967
-
5968
- def read(file=T.unsafe(nil)); end
5969
-
5970
- def read_lines(lines, file=T.unsafe(nil)); end
5971
-
5972
- def reset(); end
5973
-
5974
- def reset_default_key_bindings(); end
5975
-
5976
- def show_all_if_ambiguous(); end
5977
-
5978
- def show_all_if_ambiguous=(show_all_if_ambiguous); end
5979
-
5980
- def show_all_if_unmodified(); end
5981
-
5982
- def show_all_if_unmodified=(show_all_if_unmodified); end
5983
-
5984
- def test_mode(); end
5985
-
5986
- def visible_stats(); end
5987
-
5988
- def visible_stats=(visible_stats); end
5989
- DEFAULT_PATH = ::T.let(nil, ::T.untyped)
5990
- KEYSEQ_PATTERN = ::T.let(nil, ::T.untyped)
5991
- VARIABLE_NAMES = ::T.let(nil, ::T.untyped)
5992
- VARIABLE_NAME_SYMBOLS = ::T.let(nil, ::T.untyped)
5993
- end
5994
-
5995
- class Reline::Config::InvalidInputrc
5996
- def file(); end
5997
-
5998
- def file=(file); end
5999
-
6000
- def lineno(); end
6001
-
6002
- def lineno=(lineno); end
6003
- end
6004
-
6005
- class Reline::Config::InvalidInputrc
6006
- end
6007
-
6008
- class Reline::Config
6009
- end
6010
-
6011
- class Reline::Core
6012
- def ambiguous_width(); end
6013
-
6014
- def ambiguous_width=(ambiguous_width); end
6015
-
6016
- def auto_indent_proc(); end
6017
-
6018
- def auto_indent_proc=(p); end
6019
-
6020
- def basic_quote_characters(); end
6021
-
6022
- def basic_quote_characters=(v); end
6023
-
6024
- def basic_word_break_characters(); end
6025
-
6026
- def basic_word_break_characters=(v); end
6027
-
6028
- def completer_quote_characters(); end
6029
-
6030
- def completer_quote_characters=(v); end
6031
-
6032
- def completer_word_break_characters(); end
6033
-
6034
- def completer_word_break_characters=(v); end
6035
-
6036
- def completion_append_character(); end
6037
-
6038
- def completion_append_character=(val); end
6039
-
6040
- def completion_case_fold(); end
6041
-
6042
- def completion_case_fold=(v); end
6043
-
6044
- def completion_proc(); end
6045
-
6046
- def completion_proc=(p); end
6047
-
6048
- def completion_quote_character(); end
6049
-
6050
- def config(); end
6051
-
6052
- def config=(config); end
6053
-
6054
- def dig_perfect_match_proc(); end
6055
-
6056
- def dig_perfect_match_proc=(p); end
6057
-
6058
- def emacs_editing_mode(); end
6059
-
6060
- def emacs_editing_mode?(); end
6061
-
6062
- def encoding(); end
6063
-
6064
- def filename_quote_characters(); end
6065
-
6066
- def filename_quote_characters=(v); end
6067
-
6068
- def get_screen_size(); end
6069
-
6070
- def input=(val); end
6071
-
6072
- def key_stroke(); end
6073
-
6074
- def key_stroke=(key_stroke); end
6075
-
6076
- def last_incremental_search(); end
6077
-
6078
- def last_incremental_search=(last_incremental_search); end
6079
-
6080
- def line_editor(); end
6081
-
6082
- def line_editor=(line_editor); end
6083
-
6084
- def output(); end
6085
-
6086
- def output=(val); end
6087
-
6088
- def output_modifier_proc(); end
6089
-
6090
- def output_modifier_proc=(p); end
6091
-
6092
- def pre_input_hook(); end
6093
-
6094
- def pre_input_hook=(p); end
6095
-
6096
- def prompt_proc(); end
6097
-
6098
- def prompt_proc=(p); end
6099
-
6100
- def readline(prompt=T.unsafe(nil), add_hist=T.unsafe(nil)); end
6101
-
6102
- def readmultiline(prompt=T.unsafe(nil), add_hist=T.unsafe(nil), &confirm_multiline_termination); end
6103
-
6104
- def special_prefixes(); end
6105
-
6106
- def special_prefixes=(v); end
6107
-
6108
- def vi_editing_mode(); end
6109
-
6110
- def vi_editing_mode?(); end
6111
- ATTR_READER_NAMES = ::T.let(nil, ::T.untyped)
6112
- end
6113
-
6114
- class Reline::Core
6115
- end
6116
-
6117
- class Reline::CursorPos
6118
- def x(); end
6119
-
6120
- def x=(_); end
6121
-
6122
- def y(); end
6123
-
6124
- def y=(_); end
6125
- end
6126
-
6127
- class Reline::CursorPos
6128
- def self.[](*_); end
6129
-
6130
- def self.members(); end
6131
- end
6132
-
6133
- class Reline::GeneralIO
6134
- RAW_KEYSTROKE_CONFIG = ::T.let(nil, ::T.untyped)
6135
- end
6136
-
6137
- class Reline::GeneralIO
6138
- def self.clear_screen(); end
6139
-
6140
- def self.cursor_pos(); end
6141
-
6142
- def self.deprep(otio); end
6143
-
6144
- def self.encoding(); end
6145
-
6146
- def self.erase_after_cursor(); end
6147
-
6148
- def self.get_screen_size(); end
6149
-
6150
- def self.getc(); end
6151
-
6152
- def self.input=(val); end
6153
-
6154
- def self.move_cursor_column(val); end
6155
-
6156
- def self.move_cursor_down(val); end
6157
-
6158
- def self.move_cursor_up(val); end
6159
-
6160
- def self.prep(); end
6161
-
6162
- def self.scroll_down(val); end
6163
-
6164
- def self.set_screen_size(rows, columns); end
6165
-
6166
- def self.set_winch_handler(&handler); end
6167
-
6168
- def self.ungetc(c); end
6169
-
6170
- def self.win?(); end
6171
- end
6172
-
6173
- class Reline::History
6174
- def <<(val); end
6175
-
6176
- def [](index); end
6177
-
6178
- def []=(index, val); end
6179
-
6180
- def concat(*val); end
6181
-
6182
- def delete_at(index); end
6183
-
6184
- def initialize(config); end
6185
-
6186
- def push(*val); end
6187
- end
6188
-
6189
- class Reline::History
6190
- end
6191
-
6192
- Reline::IOGate = Reline::ANSI
6193
-
6194
- Reline::Key = Struct::Key
6195
-
6196
- module Reline::KeyActor
6197
- end
6198
-
6199
- class Reline::KeyActor::Base
6200
- def get_method(key); end
6201
- MAPPING = ::T.let(nil, ::T.untyped)
6202
- end
6203
-
6204
- class Reline::KeyActor::Base
6205
- end
6206
-
6207
- class Reline::KeyActor::Emacs
6208
- MAPPING = ::T.let(nil, ::T.untyped)
6209
- end
6210
-
6211
- class Reline::KeyActor::Emacs
6212
- end
6213
-
6214
- class Reline::KeyActor::ViCommand
6215
- MAPPING = ::T.let(nil, ::T.untyped)
6216
- end
6217
-
6218
- class Reline::KeyActor::ViCommand
6219
- end
6220
-
6221
- class Reline::KeyActor::ViInsert
6222
- MAPPING = ::T.let(nil, ::T.untyped)
6223
- end
6224
-
6225
- class Reline::KeyActor::ViInsert
6226
- end
6227
-
6228
- module Reline::KeyActor
4849
+ module RSpec::Matchers
4850
+ BE_PREDICATE_REGEX = ::T.let(nil, ::T.untyped)
4851
+ DYNAMIC_MATCHER_REGEX = ::T.let(nil, ::T.untyped)
4852
+ HAS_REGEX = ::T.let(nil, ::T.untyped)
6229
4853
  end
6230
4854
 
6231
- class Reline::KeyStroke
6232
- def expand(input); end
6233
-
6234
- def initialize(config); end
6235
-
6236
- def match_status(input); end
6237
- end
4855
+ RSpec::Matchers::AliasedNegatedMatcher::DefaultFailureMessages = RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
6238
4856
 
6239
- class Reline::KeyStroke
4857
+ class RSpec::Matchers::BuiltIn::BaseMatcher
4858
+ UNDEFINED = ::T.let(nil, ::T.untyped)
6240
4859
  end
6241
4860
 
6242
- class Reline::KillRing
6243
- def append(string, before_p=T.unsafe(nil)); end
6244
-
6245
- def initialize(max=T.unsafe(nil)); end
6246
-
6247
- def process(); end
6248
-
6249
- def yank(); end
6250
-
6251
- def yank_pop(); end
4861
+ class RSpec::Matchers::BuiltIn::BePredicate
4862
+ REGEX = ::T.let(nil, ::T.untyped)
6252
4863
  end
6253
4864
 
6254
- class Reline::KillRing::RingBuffer
6255
- def <<(point); end
6256
-
6257
- def empty?(); end
6258
-
6259
- def head(); end
6260
-
6261
- def initialize(max=T.unsafe(nil)); end
6262
-
6263
- def size(); end
4865
+ class RSpec::Matchers::BuiltIn::Equal
4866
+ LITERAL_SINGLETONS = ::T.let(nil, ::T.untyped)
6264
4867
  end
6265
4868
 
6266
- class Reline::KillRing::RingBuffer
4869
+ class RSpec::Matchers::BuiltIn::Has
4870
+ REGEX = ::T.let(nil, ::T.untyped)
6267
4871
  end
6268
4872
 
6269
- class Reline::KillRing::RingPoint
6270
- def ==(other); end
6271
-
6272
- def backward(); end
6273
-
6274
- def backward=(_); end
6275
-
6276
- def forward(); end
6277
-
6278
- def forward=(_); end
6279
-
6280
- def initialize(str); end
6281
-
6282
- def str(); end
6283
-
6284
- def str=(_); end
4873
+ class RSpec::Matchers::BuiltIn::RaiseError
4874
+ UndefinedValue = ::T.let(nil, ::T.untyped)
6285
4875
  end
6286
4876
 
6287
- class Reline::KillRing::RingPoint
6288
- def self.[](*_); end
6289
-
6290
- def self.members(); end
6291
- end
4877
+ RSpec::Matchers::BuiltIn::SpecificValuesChange::MATCH_ANYTHING = BasicObject
6292
4878
 
6293
- module Reline::KillRing::State
6294
- CONTINUED = ::T.let(nil, ::T.untyped)
6295
- FRESH = ::T.let(nil, ::T.untyped)
6296
- PROCESSED = ::T.let(nil, ::T.untyped)
6297
- YANK = ::T.let(nil, ::T.untyped)
6298
- end
4879
+ RSpec::Matchers::BuiltIn::StartAndEndWith = RSpec::Matchers::BuiltIn::StartOrEndWith
6299
4880
 
6300
- module Reline::KillRing::State
4881
+ module RSpec::Matchers::DSL::Macros
4882
+ RAISE_NOTIFIER = ::T.let(nil, ::T.untyped)
6301
4883
  end
6302
4884
 
6303
- class Reline::KillRing
4885
+ class RSpec::Matchers::ExpectedsForMultipleDiffs
4886
+ DEFAULT_DIFF_LABEL = ::T.let(nil, ::T.untyped)
4887
+ DESCRIPTION_MAX_LENGTH = ::T.let(nil, ::T.untyped)
6304
4888
  end
6305
4889
 
6306
- class Reline::LineEditor
6307
- def auto_indent_proc(); end
6308
-
6309
- def auto_indent_proc=(auto_indent_proc); end
6310
-
6311
- def byte_pointer(); end
6312
-
6313
- def byte_pointer=(val); end
6314
-
6315
- def call_completion_proc(); end
6316
-
6317
- def completion_append_character(); end
6318
-
6319
- def completion_append_character=(completion_append_character); end
6320
-
6321
- def completion_proc(); end
6322
-
6323
- def completion_proc=(completion_proc); end
6324
-
6325
- def confirm_multiline_termination(); end
6326
-
6327
- def confirm_multiline_termination_proc(); end
6328
-
6329
- def confirm_multiline_termination_proc=(confirm_multiline_termination_proc); end
6330
-
6331
- def delete_text(start=T.unsafe(nil), length=T.unsafe(nil)); end
6332
-
6333
- def dig_perfect_match_proc(); end
6334
-
6335
- def dig_perfect_match_proc=(dig_perfect_match_proc); end
6336
-
6337
- def editing_mode(); end
6338
-
6339
- def eof?(); end
6340
-
6341
- def finalize(); end
6342
-
6343
- def finish(); end
4890
+ module RSpec::Mocks
4891
+ DEFAULT_CALLBACK_INVOCATION_STRATEGY = ::T.let(nil, ::T.untyped)
4892
+ IGNORED_BACKTRACE_LINE = ::T.let(nil, ::T.untyped)
4893
+ end
6344
4894
 
6345
- def finished?(); end
4895
+ class RSpec::Mocks::AnyInstance::PositiveExpectationChain
4896
+ ExpectationInvocationOrder = ::T.let(nil, ::T.untyped)
4897
+ end
6346
4898
 
6347
- def initialize(config, encoding); end
4899
+ class RSpec::Mocks::AnyInstance::Recorder
4900
+ include ::T::CompatibilityPatches::RSpecCompatibility::RecorderExtensions
4901
+ end
6348
4902
 
6349
- def input_key(key); end
4903
+ class RSpec::Mocks::AnyInstance::StubChain
4904
+ EmptyInvocationOrder = ::T.let(nil, ::T.untyped)
4905
+ InvocationOrder = ::T.let(nil, ::T.untyped)
4906
+ end
6350
4907
 
6351
- def insert_text(text); end
4908
+ class RSpec::Mocks::ArgumentListMatcher
4909
+ MATCH_ALL = ::T.let(nil, ::T.untyped)
4910
+ end
6352
4911
 
6353
- def line(); end
4912
+ class RSpec::Mocks::ArgumentMatchers::AnyArgMatcher
4913
+ INSTANCE = ::T.let(nil, ::T.untyped)
4914
+ end
6354
4915
 
6355
- def multiline_off(); end
4916
+ class RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher
4917
+ INSTANCE = ::T.let(nil, ::T.untyped)
4918
+ end
6356
4919
 
6357
- def multiline_on(); end
4920
+ class RSpec::Mocks::ArgumentMatchers::BooleanMatcher
4921
+ INSTANCE = ::T.let(nil, ::T.untyped)
4922
+ end
6358
4923
 
6359
- def output=(output); end
4924
+ class RSpec::Mocks::ArgumentMatchers::NoArgsMatcher
4925
+ INSTANCE = ::T.let(nil, ::T.untyped)
4926
+ end
6360
4927
 
6361
- def output_modifier_proc(); end
4928
+ class RSpec::Mocks::Matchers::HaveReceived
4929
+ ARGS_CONSTRAINTS = ::T.let(nil, ::T.untyped)
4930
+ CONSTRAINTS = ::T.let(nil, ::T.untyped)
4931
+ COUNT_CONSTRAINTS = ::T.let(nil, ::T.untyped)
4932
+ end
6362
4933
 
6363
- def output_modifier_proc=(output_modifier_proc); end
4934
+ class RSpec::Mocks::MethodDouble
4935
+ include ::T::CompatibilityPatches::RSpecCompatibility::MethodDoubleExtensions
4936
+ end
6364
4937
 
6365
- def pre_input_hook(); end
4938
+ class RSpec::Mocks::ObjectReference
4939
+ MODULE_NAME_METHOD = ::T.let(nil, ::T.untyped)
4940
+ end
6366
4941
 
6367
- def pre_input_hook=(pre_input_hook); end
4942
+ class RSpec::Mocks::Proxy
4943
+ DEFAULT_MESSAGE_EXPECTATION_OPTS = ::T.let(nil, ::T.untyped)
4944
+ end
6368
4945
 
6369
- def prompt_proc(); end
4946
+ module RSpec::Mocks::Version
4947
+ STRING = ::T.let(nil, ::T.untyped)
4948
+ end
6370
4949
 
6371
- def prompt_proc=(prompt_proc); end
4950
+ RSpec::SharedContext = RSpec::Core::SharedContext
6372
4951
 
6373
- def rerender(); end
4952
+ module RSpec::Support
4953
+ DEFAULT_FAILURE_NOTIFIER = ::T.let(nil, ::T.untyped)
4954
+ DEFAULT_WARNING_NOTIFIER = ::T.let(nil, ::T.untyped)
4955
+ KERNEL_METHOD_METHOD = ::T.let(nil, ::T.untyped)
4956
+ end
6374
4957
 
6375
- def reset(prompt=T.unsafe(nil), encoding:); end
4958
+ module RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue
4959
+ AVOID_RESCUING = ::T.let(nil, ::T.untyped)
4960
+ end
6376
4961
 
6377
- def reset_line(); end
4962
+ class RSpec::Support::Differ
4963
+ def color?(); end
6378
4964
 
6379
- def reset_variables(prompt=T.unsafe(nil), encoding:); end
4965
+ def diff(actual, expected); end
6380
4966
 
6381
- def retrieve_completion_block(set_completion_quote_character=T.unsafe(nil)); end
4967
+ def diff_as_object(actual, expected); end
6382
4968
 
6383
- def whole_buffer(); end
4969
+ def diff_as_string(actual, expected); end
6384
4970
 
6385
- def whole_lines(index: T.unsafe(nil), line: T.unsafe(nil)); end
6386
- CSI_REGEXP = ::T.let(nil, ::T.untyped)
6387
- NON_PRINTING_END = ::T.let(nil, ::T.untyped)
6388
- NON_PRINTING_START = ::T.let(nil, ::T.untyped)
6389
- OSC_REGEXP = ::T.let(nil, ::T.untyped)
6390
- VI_MOTIONS = ::T.let(nil, ::T.untyped)
6391
- WIDTH_SCANNER = ::T.let(nil, ::T.untyped)
4971
+ def initialize(opts=T.unsafe(nil)); end
6392
4972
  end
6393
4973
 
6394
- Reline::LineEditor::CompletionJourneyData = Struct::CompletionJourneyData
6395
-
6396
- module Reline::LineEditor::CompletionState
6397
- COMPLETION = ::T.let(nil, ::T.untyped)
6398
- JOURNEY = ::T.let(nil, ::T.untyped)
6399
- MENU = ::T.let(nil, ::T.untyped)
6400
- MENU_WITH_PERFECT_MATCH = ::T.let(nil, ::T.untyped)
6401
- NORMAL = ::T.let(nil, ::T.untyped)
6402
- PERFECT_MATCH = ::T.let(nil, ::T.untyped)
4974
+ class RSpec::Support::Differ
6403
4975
  end
6404
4976
 
6405
- module Reline::LineEditor::CompletionState
4977
+ class RSpec::Support::EncodedString
4978
+ REPLACE = ::T.let(nil, ::T.untyped)
4979
+ US_ASCII = ::T.let(nil, ::T.untyped)
4980
+ UTF_8 = ::T.let(nil, ::T.untyped)
6406
4981
  end
6407
4982
 
6408
- Reline::LineEditor::MenuInfo = Struct::MenuInfo
4983
+ class RSpec::Support::MethodSignature
4984
+ INFINITY = ::T.let(nil, ::T.untyped)
4985
+ end
6409
4986
 
6410
- class Reline::LineEditor
4987
+ class RSpec::Support::Mutex
4988
+ NEW_MUTEX_METHOD = ::T.let(nil, ::T.untyped)
6411
4989
  end
6412
4990
 
6413
- class Reline::Unicode
6414
- EscapedChars = ::T.let(nil, ::T.untyped)
6415
- EscapedPairs = ::T.let(nil, ::T.untyped)
4991
+ class RSpec::Support::ObjectFormatter
4992
+ ELLIPSIS = ::T.let(nil, ::T.untyped)
4993
+ INSPECTOR_CLASSES = ::T.let(nil, ::T.untyped)
6416
4994
  end
6417
4995
 
6418
- class Reline::Unicode::EastAsianWidth
6419
- TYPE_A = ::T.let(nil, ::T.untyped)
6420
- TYPE_F = ::T.let(nil, ::T.untyped)
6421
- TYPE_H = ::T.let(nil, ::T.untyped)
6422
- TYPE_N = ::T.let(nil, ::T.untyped)
6423
- TYPE_NA = ::T.let(nil, ::T.untyped)
6424
- TYPE_W = ::T.let(nil, ::T.untyped)
4996
+ class RSpec::Support::ObjectFormatter::DateTimeInspector
4997
+ FORMAT = ::T.let(nil, ::T.untyped)
6425
4998
  end
6426
4999
 
6427
- class Reline::Unicode::EastAsianWidth
5000
+ class RSpec::Support::ObjectFormatter::TimeInspector
5001
+ FORMAT = ::T.let(nil, ::T.untyped)
6428
5002
  end
6429
5003
 
6430
- class Reline::Unicode
6431
- def self.ed_transpose_words(line, byte_pointer); end
5004
+ class RSpec::Support::ObjectFormatter::UninspectableObjectInspector
5005
+ OBJECT_ID_FORMAT = ::T.let(nil, ::T.untyped)
5006
+ end
6432
5007
 
6433
- def self.em_backward_word(line, byte_pointer); end
5008
+ RSpec::Support::StrictSignatureVerifier = RSpec::Support::MethodSignatureVerifier
6434
5009
 
6435
- def self.em_big_backward_word(line, byte_pointer); end
5010
+ module RSpec::Support::Version
5011
+ STRING = ::T.let(nil, ::T.untyped)
5012
+ end
6436
5013
 
6437
- def self.em_forward_word(line, byte_pointer); end
5014
+ module RSpec::Version
5015
+ STRING = ::T.let(nil, ::T.untyped)
5016
+ end
6438
5017
 
6439
- def self.em_forward_word_with_capitalization(line, byte_pointer); end
5018
+ module Rake
5019
+ EARLY = ::T.let(nil, ::T.untyped)
5020
+ EMPTY_TASK_ARGS = ::T.let(nil, ::T.untyped)
5021
+ LATE = ::T.let(nil, ::T.untyped)
5022
+ VERSION = ::T.let(nil, ::T.untyped)
5023
+ end
6440
5024
 
6441
- def self.escape_for_print(str); end
5025
+ class Rake::Application
5026
+ DEFAULT_RAKEFILES = ::T.let(nil, ::T.untyped)
5027
+ end
6442
5028
 
6443
- def self.get_mbchar_byte_size_by_first_char(c); end
5029
+ module Rake::Backtrace
5030
+ SUPPRESSED_PATHS = ::T.let(nil, ::T.untyped)
5031
+ SUPPRESSED_PATHS_RE = ::T.let(nil, ::T.untyped)
5032
+ SUPPRESS_PATTERN = ::T.let(nil, ::T.untyped)
5033
+ SYS_KEYS = ::T.let(nil, ::T.untyped)
5034
+ SYS_PATHS = ::T.let(nil, ::T.untyped)
5035
+ end
6444
5036
 
6445
- def self.get_mbchar_width(mbchar); end
5037
+ module Rake::DSL
5038
+ include ::FileUtils::StreamUtils_
5039
+ end
6446
5040
 
6447
- def self.get_next_mbchar_size(line, byte_pointer); end
5041
+ class Rake::FileList
5042
+ ARRAY_METHODS = ::T.let(nil, ::T.untyped)
5043
+ DEFAULT_IGNORE_PATTERNS = ::T.let(nil, ::T.untyped)
5044
+ DEFAULT_IGNORE_PROCS = ::T.let(nil, ::T.untyped)
5045
+ DELEGATING_METHODS = ::T.let(nil, ::T.untyped)
5046
+ GLOB_PATTERN = ::T.let(nil, ::T.untyped)
5047
+ MUST_DEFINE = ::T.let(nil, ::T.untyped)
5048
+ MUST_NOT_DEFINE = ::T.let(nil, ::T.untyped)
5049
+ SPECIAL_RETURN = ::T.let(nil, ::T.untyped)
5050
+ end
6448
5051
 
6449
- def self.get_prev_mbchar_size(line, byte_pointer); end
5052
+ module Rake::FileUtilsExt
5053
+ include ::FileUtils::StreamUtils_
5054
+ DEFAULT = ::T.let(nil, ::T.untyped)
5055
+ end
6450
5056
 
6451
- def self.vi_backward_word(line, byte_pointer); end
5057
+ module Rake::FileUtilsExt
5058
+ extend ::FileUtils::StreamUtils_
5059
+ end
6452
5060
 
6453
- def self.vi_big_backward_word(line, byte_pointer); end
5061
+ class Rake::InvocationChain
5062
+ EMPTY = ::T.let(nil, ::T.untyped)
5063
+ end
6454
5064
 
6455
- def self.vi_big_forward_end_word(line, byte_pointer); end
5065
+ class Rake::LinkedList
5066
+ EMPTY = ::T.let(nil, ::T.untyped)
5067
+ end
6456
5068
 
6457
- def self.vi_big_forward_word(line, byte_pointer); end
5069
+ class Rake::Promise
5070
+ NOT_SET = ::T.let(nil, ::T.untyped)
5071
+ end
6458
5072
 
6459
- def self.vi_first_print(line); end
5073
+ class Rake::Scope
5074
+ EMPTY = ::T.let(nil, ::T.untyped)
5075
+ end
6460
5076
 
6461
- def self.vi_forward_end_word(line, byte_pointer); end
5077
+ module Rake::Version
5078
+ BUILD = ::T.let(nil, ::T.untyped)
5079
+ MAJOR = ::T.let(nil, ::T.untyped)
5080
+ MINOR = ::T.let(nil, ::T.untyped)
5081
+ NUMBERS = ::T.let(nil, ::T.untyped)
5082
+ OTHER = ::T.let(nil, ::T.untyped)
5083
+ end
6462
5084
 
6463
- def self.vi_forward_word(line, byte_pointer); end
5085
+ module Rake
5086
+ extend ::FileUtils::StreamUtils_
6464
5087
  end
6465
5088
 
6466
- module Reline
6467
- extend ::Forwardable
6468
- extend ::SingleForwardable
6469
- def self.ambiguous_width(*args, &block); end
5089
+ RakeFileUtils = Rake::FileUtilsExt
6470
5090
 
6471
- def self.auto_indent_proc(*args, &block); end
5091
+ class Random
5092
+ def self.bytes(_); end
5093
+ end
6472
5094
 
6473
- def self.auto_indent_proc=(*args, &block); end
5095
+ class Range
5096
+ def %(_); end
6474
5097
 
6475
- def self.basic_quote_characters(*args, &block); end
5098
+ def entries(); end
6476
5099
 
6477
- def self.basic_quote_characters=(*args, &block); end
5100
+ def to_a(); end
5101
+ end
6478
5102
 
6479
- def self.basic_word_break_characters(*args, &block); end
5103
+ module RbConfig
5104
+ def self.expand(val, config=T.unsafe(nil)); end
6480
5105
 
6481
- def self.basic_word_break_characters=(*args, &block); end
5106
+ def self.fire_update!(key, val, mkconf=T.unsafe(nil), conf=T.unsafe(nil)); end
6482
5107
 
6483
- def self.completer_quote_characters(*args, &block); end
5108
+ def self.ruby(); end
5109
+ end
6484
5110
 
6485
- def self.completer_quote_characters=(*args, &block); end
5111
+ module Readline
5112
+ def self.completion_quote_character(); end
5113
+ end
6486
5114
 
6487
- def self.completer_word_break_characters(*args, &block); end
5115
+ class RubyLex
5116
+ include ::RubyToken
5117
+ def Fail(err=T.unsafe(nil), *rest); end
6488
5118
 
6489
- def self.completer_word_break_characters=(*args, &block); end
5119
+ def Raise(err=T.unsafe(nil), *rest); end
6490
5120
 
6491
- def self.completion_append_character(*args, &block); end
5121
+ def char_no(); end
6492
5122
 
6493
- def self.completion_append_character=(*args, &block); end
5123
+ def each_top_level_statement(); end
6494
5124
 
6495
- def self.completion_case_fold(*args, &block); end
5125
+ def eof?(); end
6496
5126
 
6497
- def self.completion_case_fold=(*args, &block); end
5127
+ def exception_on_syntax_error(); end
6498
5128
 
6499
- def self.completion_proc(*args, &block); end
5129
+ def exception_on_syntax_error=(exception_on_syntax_error); end
6500
5130
 
6501
- def self.completion_proc=(*args, &block); end
5131
+ def get_readed(); end
6502
5132
 
6503
- def self.completion_quote_character(*args, &block); end
5133
+ def getc(); end
6504
5134
 
6505
- def self.core(); end
5135
+ def getc_of_rests(); end
6506
5136
 
6507
- def self.delete_text(*args, &block); end
5137
+ def gets(); end
6508
5138
 
6509
- def self.dig_perfect_match_proc(*args, &block); end
5139
+ def identify_comment(); end
6510
5140
 
6511
- def self.dig_perfect_match_proc=(*args, &block); end
5141
+ def identify_gvar(); end
6512
5142
 
6513
- def self.emacs_editing_mode(*args, &block); end
5143
+ def identify_here_document(); end
6514
5144
 
6515
- def self.emacs_editing_mode?(*args, &block); end
5145
+ def identify_identifier(); end
6516
5146
 
6517
- def self.encoding_system_needs(); end
5147
+ def identify_number(); end
6518
5148
 
6519
- def self.eof?(*args, &block); end
5149
+ def identify_quotation(); end
6520
5150
 
6521
- def self.filename_quote_characters(*args, &block); end
5151
+ def identify_string(ltype, quoted=T.unsafe(nil)); end
6522
5152
 
6523
- def self.filename_quote_characters=(*args, &block); end
5153
+ def identify_string_dvar(); end
6524
5154
 
6525
- def self.get_screen_size(*args, &block); end
5155
+ def indent(); end
6526
5156
 
6527
- def self.input=(*args, &block); end
5157
+ def initialize_input(); end
6528
5158
 
6529
- def self.insert_text(*args, &block); end
5159
+ def lex(); end
6530
5160
 
6531
- def self.last_incremental_search(*args, &block); end
5161
+ def lex_init(); end
6532
5162
 
6533
- def self.last_incremental_search=(*args, &block); end
5163
+ def lex_int2(); end
6534
5164
 
6535
- def self.line_buffer(*args, &block); end
5165
+ def line_no(); end
6536
5166
 
6537
- def self.line_editor(); end
5167
+ def peek(i=T.unsafe(nil)); end
6538
5168
 
6539
- def self.output=(*args, &block); end
5169
+ def peek_equal?(str); end
6540
5170
 
6541
- def self.output_modifier_proc(*args, &block); end
5171
+ def peek_match?(regexp); end
6542
5172
 
6543
- def self.output_modifier_proc=(*args, &block); end
5173
+ def prompt(); end
6544
5174
 
6545
- def self.point(*args, &block); end
5175
+ def read_escape(); end
6546
5176
 
6547
- def self.point=(*args, &block); end
5177
+ def readed_auto_clean_up(); end
6548
5178
 
6549
- def self.pre_input_hook(*args, &block); end
5179
+ def readed_auto_clean_up=(readed_auto_clean_up); end
6550
5180
 
6551
- def self.pre_input_hook=(*args, &block); end
5181
+ def seek(); end
6552
5182
 
6553
- def self.prompt_proc(*args, &block); end
5183
+ def set_input(io, p=T.unsafe(nil), &block); end
6554
5184
 
6555
- def self.prompt_proc=(*args, &block); end
5185
+ def set_prompt(p=T.unsafe(nil), &block); end
6556
5186
 
6557
- def self.readline(*args, &block); end
5187
+ def skip_space(); end
6558
5188
 
6559
- def self.readmultiline(*args, &block); end
5189
+ def skip_space=(skip_space); end
6560
5190
 
6561
- def self.redisplay(*args, &block); end
5191
+ def token(); end
6562
5192
 
6563
- def self.special_prefixes(*args, &block); end
5193
+ def ungetc(c=T.unsafe(nil)); end
5194
+ DEINDENT_CLAUSE = ::T.let(nil, ::T.untyped)
5195
+ DLtype2Token = ::T.let(nil, ::T.untyped)
5196
+ ENINDENT_CLAUSE = ::T.let(nil, ::T.untyped)
5197
+ Ltype2Token = ::T.let(nil, ::T.untyped)
5198
+ PERCENT_LTYPE = ::T.let(nil, ::T.untyped)
5199
+ PERCENT_PAREN = ::T.let(nil, ::T.untyped)
5200
+ end
6564
5201
 
6565
- def self.special_prefixes=(*args, &block); end
5202
+ class RubyLex::AlreadyDefinedToken
5203
+ end
6566
5204
 
6567
- def self.vi_editing_mode(*args, &block); end
5205
+ class RubyLex::AlreadyDefinedToken
5206
+ end
6568
5207
 
6569
- def self.vi_editing_mode?(*args, &block); end
5208
+ class RubyLex::SyntaxError
6570
5209
  end
6571
5210
 
6572
- class Ripper
6573
- def column(); end
5211
+ class RubyLex::SyntaxError
5212
+ end
6574
5213
 
6575
- def debug_output(); end
5214
+ class RubyLex::TerminateLineInput
5215
+ end
6576
5216
 
6577
- def debug_output=(debug_output); end
5217
+ class RubyLex::TerminateLineInput
5218
+ end
6578
5219
 
6579
- def encoding(); end
5220
+ class RubyLex::TkReading2TokenDuplicateError
5221
+ end
6580
5222
 
6581
- def end_seen?(); end
5223
+ class RubyLex::TkReading2TokenDuplicateError
5224
+ end
6582
5225
 
6583
- def error?(); end
5226
+ class RubyLex::TkReading2TokenNoKey
5227
+ end
6584
5228
 
6585
- def filename(); end
5229
+ class RubyLex::TkReading2TokenNoKey
5230
+ end
6586
5231
 
6587
- def initialize(*_); end
5232
+ class RubyLex::TkSymbol2TokenNoKey
5233
+ end
6588
5234
 
6589
- def lineno(); end
5235
+ class RubyLex::TkSymbol2TokenNoKey
5236
+ end
6590
5237
 
6591
- def parse(); end
5238
+ class RubyLex
5239
+ extend ::Exception2MessageMapper
5240
+ def self.debug?(); end
6592
5241
 
6593
- def state(); end
5242
+ def self.debug_level(); end
6594
5243
 
6595
- def token(); end
5244
+ def self.debug_level=(debug_level); end
6596
5245
 
6597
- def yydebug(); end
5246
+ def self.included(mod); end
5247
+ end
6598
5248
 
6599
- def yydebug=(yydebug); end
5249
+ module RubyToken
5250
+ def Token(token, value=T.unsafe(nil)); end
6600
5251
  EXPR_ARG = ::T.let(nil, ::T.untyped)
6601
- EXPR_ARG_ANY = ::T.let(nil, ::T.untyped)
6602
5252
  EXPR_BEG = ::T.let(nil, ::T.untyped)
6603
- EXPR_BEG_ANY = ::T.let(nil, ::T.untyped)
6604
5253
  EXPR_CLASS = ::T.let(nil, ::T.untyped)
6605
- EXPR_CMDARG = ::T.let(nil, ::T.untyped)
6606
5254
  EXPR_DOT = ::T.let(nil, ::T.untyped)
6607
5255
  EXPR_END = ::T.let(nil, ::T.untyped)
6608
- EXPR_ENDARG = ::T.let(nil, ::T.untyped)
6609
- EXPR_ENDFN = ::T.let(nil, ::T.untyped)
6610
- EXPR_END_ANY = ::T.let(nil, ::T.untyped)
6611
- EXPR_FITEM = ::T.let(nil, ::T.untyped)
6612
5256
  EXPR_FNAME = ::T.let(nil, ::T.untyped)
6613
- EXPR_LABEL = ::T.let(nil, ::T.untyped)
6614
- EXPR_LABELED = ::T.let(nil, ::T.untyped)
6615
5257
  EXPR_MID = ::T.let(nil, ::T.untyped)
6616
- EXPR_NONE = ::T.let(nil, ::T.untyped)
6617
- EXPR_VALUE = ::T.let(nil, ::T.untyped)
6618
- PARSER_EVENT_TABLE = ::T.let(nil, ::T.untyped)
6619
- SCANNER_EVENT_TABLE = ::T.let(nil, ::T.untyped)
6620
- Version = ::T.let(nil, ::T.untyped)
5258
+ TkReading2Token = ::T.let(nil, ::T.untyped)
5259
+ TkSymbol2Token = ::T.let(nil, ::T.untyped)
5260
+ TokenDefinitions = ::T.let(nil, ::T.untyped)
6621
5261
  end
6622
5262
 
6623
- class Ripper::Filter
6624
- def initialize(src, filename=T.unsafe(nil), lineno=T.unsafe(nil)); end
5263
+ class RubyToken::TkALIAS
6625
5264
  end
6626
5265
 
6627
- class Ripper::Lexer
6628
- def errors(); end
6629
-
6630
- def lex(); end
5266
+ class RubyToken::TkALIAS
5267
+ end
6631
5268
 
6632
- def scan(); end
5269
+ class RubyToken::TkAMPER
5270
+ end
6633
5271
 
6634
- def tokenize(); end
5272
+ class RubyToken::TkAMPER
6635
5273
  end
6636
5274
 
6637
- class Ripper::Lexer::Elem
6638
- def event(); end
5275
+ class RubyToken::TkAND
5276
+ end
6639
5277
 
6640
- def event=(_); end
5278
+ class RubyToken::TkAND
5279
+ end
6641
5280
 
6642
- def initialize(pos, event, tok, state, message=T.unsafe(nil)); end
5281
+ class RubyToken::TkANDOP
5282
+ end
6643
5283
 
6644
- def message(); end
5284
+ class RubyToken::TkANDOP
5285
+ end
6645
5286
 
6646
- def message=(_); end
5287
+ class RubyToken::TkAREF
5288
+ end
6647
5289
 
6648
- def pos(); end
5290
+ class RubyToken::TkAREF
5291
+ end
6649
5292
 
6650
- def pos=(_); end
5293
+ class RubyToken::TkASET
5294
+ end
6651
5295
 
6652
- def state(); end
5296
+ class RubyToken::TkASET
5297
+ end
6653
5298
 
6654
- def state=(_); end
5299
+ class RubyToken::TkASSIGN
5300
+ end
6655
5301
 
6656
- def tok(); end
5302
+ class RubyToken::TkASSIGN
5303
+ end
6657
5304
 
6658
- def tok=(_); end
5305
+ class RubyToken::TkASSOC
6659
5306
  end
6660
5307
 
6661
- class Ripper::Lexer::Elem
6662
- def self.[](*_); end
5308
+ class RubyToken::TkASSOC
5309
+ end
6663
5310
 
6664
- def self.members(); end
5311
+ class RubyToken::TkAT
6665
5312
  end
6666
5313
 
6667
- class Ripper::Lexer::State
6668
- def &(i); end
5314
+ class RubyToken::TkAT
5315
+ end
6669
5316
 
6670
- def ==(i); end
5317
+ class RubyToken::TkBACKQUOTE
5318
+ end
6671
5319
 
6672
- def allbits?(i); end
5320
+ class RubyToken::TkBACKQUOTE
5321
+ end
6673
5322
 
6674
- def anybits?(i); end
5323
+ class RubyToken::TkBACKSLASH
5324
+ end
6675
5325
 
6676
- def initialize(i); end
5326
+ class RubyToken::TkBACKSLASH
5327
+ end
6677
5328
 
6678
- def nobits?(i); end
5329
+ class RubyToken::TkBACK_REF
5330
+ end
6679
5331
 
6680
- def to_i(); end
5332
+ class RubyToken::TkBACK_REF
5333
+ end
6681
5334
 
6682
- def to_int(); end
5335
+ class RubyToken::TkBEGIN
5336
+ end
6683
5337
 
6684
- def to_int=(_); end
5338
+ class RubyToken::TkBEGIN
5339
+ end
6685
5340
 
6686
- def to_s=(_); end
5341
+ class RubyToken::TkBITAND
5342
+ end
6687
5343
 
6688
- def |(i); end
5344
+ class RubyToken::TkBITAND
6689
5345
  end
6690
5346
 
6691
- class Ripper::Lexer::State
6692
- def self.[](*_); end
5347
+ class RubyToken::TkBITNOT
5348
+ end
6693
5349
 
6694
- def self.members(); end
5350
+ class RubyToken::TkBITNOT
6695
5351
  end
6696
5352
 
6697
- class Ripper::Lexer
5353
+ class RubyToken::TkBITOR
6698
5354
  end
6699
5355
 
6700
- class Ripper::SexpBuilder
6701
- def on_BEGIN(*args); end
5356
+ class RubyToken::TkBITOR
5357
+ end
6702
5358
 
6703
- def on_CHAR(tok); end
5359
+ class RubyToken::TkBITXOR
5360
+ end
6704
5361
 
6705
- def on_END(*args); end
5362
+ class RubyToken::TkBITXOR
5363
+ end
6706
5364
 
6707
- def on___end__(tok); end
5365
+ class RubyToken::TkBREAK
5366
+ end
6708
5367
 
6709
- def on_alias(*args); end
5368
+ class RubyToken::TkBREAK
5369
+ end
6710
5370
 
6711
- def on_alias_error(*args); end
5371
+ class RubyToken::TkCASE
5372
+ end
6712
5373
 
6713
- def on_aref(*args); end
5374
+ class RubyToken::TkCASE
5375
+ end
6714
5376
 
6715
- def on_aref_field(*args); end
5377
+ class RubyToken::TkCLASS
5378
+ end
6716
5379
 
6717
- def on_arg_ambiguous(*args); end
5380
+ class RubyToken::TkCLASS
5381
+ end
6718
5382
 
6719
- def on_arg_paren(*args); end
5383
+ class RubyToken::TkCMP
5384
+ end
6720
5385
 
6721
- def on_args_add(*args); end
5386
+ class RubyToken::TkCMP
5387
+ end
6722
5388
 
6723
- def on_args_add_block(*args); end
5389
+ class RubyToken::TkCOLON
5390
+ end
6724
5391
 
6725
- def on_args_add_star(*args); end
5392
+ class RubyToken::TkCOLON
5393
+ end
6726
5394
 
6727
- def on_args_forward(*args); end
5395
+ class RubyToken::TkCOLON2
5396
+ end
6728
5397
 
6729
- def on_args_new(*args); end
5398
+ class RubyToken::TkCOLON2
5399
+ end
6730
5400
 
6731
- def on_array(*args); end
5401
+ class RubyToken::TkCOLON3
5402
+ end
6732
5403
 
6733
- def on_aryptn(*args); end
5404
+ class RubyToken::TkCOLON3
5405
+ end
6734
5406
 
6735
- def on_assign(*args); end
5407
+ class RubyToken::TkCOMMA
5408
+ end
6736
5409
 
6737
- def on_assign_error(*args); end
5410
+ class RubyToken::TkCOMMA
5411
+ end
6738
5412
 
6739
- def on_assoc_new(*args); end
5413
+ class RubyToken::TkCOMMENT
5414
+ end
6740
5415
 
6741
- def on_assoc_splat(*args); end
5416
+ class RubyToken::TkCOMMENT
5417
+ end
6742
5418
 
6743
- def on_assoclist_from_args(*args); end
5419
+ class RubyToken::TkCONSTANT
5420
+ end
6744
5421
 
6745
- def on_backref(tok); end
5422
+ class RubyToken::TkCONSTANT
5423
+ end
6746
5424
 
6747
- def on_backtick(tok); end
5425
+ class RubyToken::TkCVAR
5426
+ end
6748
5427
 
6749
- def on_bare_assoc_hash(*args); end
5428
+ class RubyToken::TkCVAR
5429
+ end
6750
5430
 
6751
- def on_begin(*args); end
5431
+ class RubyToken::TkDEF
5432
+ end
6752
5433
 
6753
- def on_binary(*args); end
5434
+ class RubyToken::TkDEF
5435
+ end
6754
5436
 
6755
- def on_block_var(*args); end
5437
+ class RubyToken::TkDEFINED
5438
+ end
6756
5439
 
6757
- def on_blockarg(*args); end
5440
+ class RubyToken::TkDEFINED
5441
+ end
6758
5442
 
6759
- def on_bodystmt(*args); end
5443
+ class RubyToken::TkDIV
5444
+ end
6760
5445
 
6761
- def on_brace_block(*args); end
5446
+ class RubyToken::TkDIV
5447
+ end
6762
5448
 
6763
- def on_break(*args); end
5449
+ class RubyToken::TkDO
5450
+ end
6764
5451
 
6765
- def on_call(*args); end
5452
+ class RubyToken::TkDO
5453
+ end
6766
5454
 
6767
- def on_case(*args); end
5455
+ class RubyToken::TkDOLLAR
5456
+ end
6768
5457
 
6769
- def on_class(*args); end
5458
+ class RubyToken::TkDOLLAR
5459
+ end
6770
5460
 
6771
- def on_class_name_error(*args); end
5461
+ class RubyToken::TkDOT
5462
+ end
6772
5463
 
6773
- def on_comma(tok); end
5464
+ class RubyToken::TkDOT
5465
+ end
6774
5466
 
6775
- def on_command(*args); end
5467
+ class RubyToken::TkDOT2
5468
+ end
6776
5469
 
6777
- def on_command_call(*args); end
5470
+ class RubyToken::TkDOT2
5471
+ end
6778
5472
 
6779
- def on_comment(tok); end
5473
+ class RubyToken::TkDOT3
5474
+ end
6780
5475
 
6781
- def on_const(tok); end
5476
+ class RubyToken::TkDOT3
5477
+ end
6782
5478
 
6783
- def on_const_path_field(*args); end
5479
+ class RubyToken::TkDREGEXP
5480
+ end
6784
5481
 
6785
- def on_const_path_ref(*args); end
5482
+ class RubyToken::TkDREGEXP
5483
+ end
6786
5484
 
6787
- def on_const_ref(*args); end
5485
+ class RubyToken::TkDSTRING
5486
+ end
6788
5487
 
6789
- def on_cvar(tok); end
5488
+ class RubyToken::TkDSTRING
5489
+ end
6790
5490
 
6791
- def on_def(*args); end
5491
+ class RubyToken::TkDXSTRING
5492
+ end
6792
5493
 
6793
- def on_defined(*args); end
5494
+ class RubyToken::TkDXSTRING
5495
+ end
6794
5496
 
6795
- def on_defs(*args); end
5497
+ class RubyToken::TkELSE
5498
+ end
6796
5499
 
6797
- def on_do_block(*args); end
5500
+ class RubyToken::TkELSE
5501
+ end
6798
5502
 
6799
- def on_dot2(*args); end
5503
+ class RubyToken::TkELSIF
5504
+ end
6800
5505
 
6801
- def on_dot3(*args); end
5506
+ class RubyToken::TkELSIF
5507
+ end
6802
5508
 
6803
- def on_dyna_symbol(*args); end
5509
+ class RubyToken::TkEND
5510
+ end
6804
5511
 
6805
- def on_else(*args); end
5512
+ class RubyToken::TkEND
5513
+ end
6806
5514
 
6807
- def on_elsif(*args); end
5515
+ class RubyToken::TkEND_OF_SCRIPT
5516
+ end
6808
5517
 
6809
- def on_embdoc(tok); end
5518
+ class RubyToken::TkEND_OF_SCRIPT
5519
+ end
6810
5520
 
6811
- def on_embdoc_beg(tok); end
5521
+ class RubyToken::TkENSURE
5522
+ end
6812
5523
 
6813
- def on_embdoc_end(tok); end
5524
+ class RubyToken::TkENSURE
5525
+ end
6814
5526
 
6815
- def on_embexpr_beg(tok); end
5527
+ class RubyToken::TkEQ
5528
+ end
6816
5529
 
6817
- def on_embexpr_end(tok); end
5530
+ class RubyToken::TkEQ
5531
+ end
6818
5532
 
6819
- def on_embvar(tok); end
5533
+ class RubyToken::TkEQQ
5534
+ end
6820
5535
 
6821
- def on_ensure(*args); end
5536
+ class RubyToken::TkEQQ
5537
+ end
6822
5538
 
6823
- def on_excessed_comma(*args); end
5539
+ class RubyToken::TkError
5540
+ end
6824
5541
 
6825
- def on_fcall(*args); end
5542
+ class RubyToken::TkError
5543
+ end
6826
5544
 
6827
- def on_field(*args); end
5545
+ class RubyToken::TkFALSE
5546
+ end
6828
5547
 
6829
- def on_float(tok); end
5548
+ class RubyToken::TkFALSE
5549
+ end
6830
5550
 
6831
- def on_for(*args); end
5551
+ class RubyToken::TkFID
5552
+ end
6832
5553
 
6833
- def on_gvar(tok); end
5554
+ class RubyToken::TkFID
5555
+ end
6834
5556
 
6835
- def on_hash(*args); end
5557
+ class RubyToken::TkFLOAT
5558
+ end
6836
5559
 
6837
- def on_heredoc_beg(tok); end
5560
+ class RubyToken::TkFLOAT
5561
+ end
6838
5562
 
6839
- def on_heredoc_end(tok); end
5563
+ class RubyToken::TkFOR
5564
+ end
6840
5565
 
6841
- def on_hshptn(*args); end
5566
+ class RubyToken::TkFOR
5567
+ end
6842
5568
 
6843
- def on_ident(tok); end
5569
+ class RubyToken::TkGEQ
5570
+ end
6844
5571
 
6845
- def on_if(*args); end
5572
+ class RubyToken::TkGEQ
5573
+ end
6846
5574
 
6847
- def on_if_mod(*args); end
5575
+ class RubyToken::TkGT
5576
+ end
6848
5577
 
6849
- def on_ifop(*args); end
5578
+ class RubyToken::TkGT
5579
+ end
6850
5580
 
6851
- def on_ignored_nl(tok); end
5581
+ class RubyToken::TkGVAR
5582
+ end
6852
5583
 
6853
- def on_ignored_sp(tok); end
5584
+ class RubyToken::TkGVAR
5585
+ end
6854
5586
 
6855
- def on_imaginary(tok); end
5587
+ class RubyToken::TkIDENTIFIER
5588
+ end
6856
5589
 
6857
- def on_in(*args); end
5590
+ class RubyToken::TkIDENTIFIER
5591
+ end
6858
5592
 
6859
- def on_int(tok); end
5593
+ class RubyToken::TkIF
5594
+ end
6860
5595
 
6861
- def on_ivar(tok); end
5596
+ class RubyToken::TkIF
5597
+ end
6862
5598
 
6863
- def on_kw(tok); end
5599
+ class RubyToken::TkIF_MOD
5600
+ end
6864
5601
 
6865
- def on_kwrest_param(*args); end
5602
+ class RubyToken::TkIF_MOD
5603
+ end
6866
5604
 
6867
- def on_label(tok); end
5605
+ class RubyToken::TkIN
5606
+ end
6868
5607
 
6869
- def on_label_end(tok); end
5608
+ class RubyToken::TkIN
5609
+ end
6870
5610
 
6871
- def on_lambda(*args); end
5611
+ class RubyToken::TkINTEGER
5612
+ end
6872
5613
 
6873
- def on_lbrace(tok); end
5614
+ class RubyToken::TkINTEGER
5615
+ end
6874
5616
 
6875
- def on_lbracket(tok); end
5617
+ class RubyToken::TkIVAR
5618
+ end
6876
5619
 
6877
- def on_lparen(tok); end
5620
+ class RubyToken::TkIVAR
5621
+ end
6878
5622
 
6879
- def on_magic_comment(*args); end
5623
+ class RubyToken::TkId
5624
+ def initialize(seek, line_no, char_no, name); end
6880
5625
 
6881
- def on_massign(*args); end
5626
+ def name(); end
5627
+ end
6882
5628
 
6883
- def on_method_add_arg(*args); end
5629
+ class RubyToken::TkId
5630
+ end
6884
5631
 
6885
- def on_method_add_block(*args); end
5632
+ class RubyToken::TkLBRACE
5633
+ end
6886
5634
 
6887
- def on_mlhs_add(*args); end
5635
+ class RubyToken::TkLBRACE
5636
+ end
6888
5637
 
6889
- def on_mlhs_add_post(*args); end
5638
+ class RubyToken::TkLBRACK
5639
+ end
6890
5640
 
6891
- def on_mlhs_add_star(*args); end
5641
+ class RubyToken::TkLBRACK
5642
+ end
6892
5643
 
6893
- def on_mlhs_new(*args); end
5644
+ class RubyToken::TkLEQ
5645
+ end
6894
5646
 
6895
- def on_mlhs_paren(*args); end
5647
+ class RubyToken::TkLEQ
5648
+ end
6896
5649
 
6897
- def on_module(*args); end
5650
+ class RubyToken::TkLPAREN
5651
+ end
6898
5652
 
6899
- def on_mrhs_add(*args); end
5653
+ class RubyToken::TkLPAREN
5654
+ end
6900
5655
 
6901
- def on_mrhs_add_star(*args); end
5656
+ class RubyToken::TkLSHFT
5657
+ end
6902
5658
 
6903
- def on_mrhs_new(*args); end
5659
+ class RubyToken::TkLSHFT
5660
+ end
6904
5661
 
6905
- def on_mrhs_new_from_args(*args); end
5662
+ class RubyToken::TkLT
5663
+ end
6906
5664
 
6907
- def on_next(*args); end
5665
+ class RubyToken::TkLT
5666
+ end
6908
5667
 
6909
- def on_nl(tok); end
5668
+ class RubyToken::TkMATCH
5669
+ end
6910
5670
 
6911
- def on_nokw_param(*args); end
5671
+ class RubyToken::TkMATCH
5672
+ end
6912
5673
 
6913
- def on_op(tok); end
5674
+ class RubyToken::TkMINUS
5675
+ end
6914
5676
 
6915
- def on_opassign(*args); end
5677
+ class RubyToken::TkMINUS
5678
+ end
6916
5679
 
6917
- def on_operator_ambiguous(*args); end
5680
+ class RubyToken::TkMOD
5681
+ end
6918
5682
 
6919
- def on_param_error(*args); end
5683
+ class RubyToken::TkMOD
5684
+ end
6920
5685
 
6921
- def on_params(*args); end
5686
+ class RubyToken::TkMODULE
5687
+ end
6922
5688
 
6923
- def on_paren(*args); end
5689
+ class RubyToken::TkMODULE
5690
+ end
6924
5691
 
6925
- def on_parse_error(*args); end
5692
+ class RubyToken::TkMULT
5693
+ end
6926
5694
 
6927
- def on_period(tok); end
5695
+ class RubyToken::TkMULT
5696
+ end
6928
5697
 
6929
- def on_program(*args); end
5698
+ class RubyToken::TkNEQ
5699
+ end
6930
5700
 
6931
- def on_qsymbols_add(*args); end
5701
+ class RubyToken::TkNEQ
5702
+ end
6932
5703
 
6933
- def on_qsymbols_beg(tok); end
5704
+ class RubyToken::TkNEXT
5705
+ end
6934
5706
 
6935
- def on_qsymbols_new(*args); end
5707
+ class RubyToken::TkNEXT
5708
+ end
6936
5709
 
6937
- def on_qwords_add(*args); end
5710
+ class RubyToken::TkNIL
5711
+ end
6938
5712
 
6939
- def on_qwords_beg(tok); end
5713
+ class RubyToken::TkNIL
5714
+ end
6940
5715
 
6941
- def on_qwords_new(*args); end
5716
+ class RubyToken::TkNL
5717
+ end
6942
5718
 
6943
- def on_rational(tok); end
5719
+ class RubyToken::TkNL
5720
+ end
6944
5721
 
6945
- def on_rbrace(tok); end
5722
+ class RubyToken::TkNMATCH
5723
+ end
6946
5724
 
6947
- def on_rbracket(tok); end
5725
+ class RubyToken::TkNMATCH
5726
+ end
6948
5727
 
6949
- def on_redo(*args); end
5728
+ class RubyToken::TkNOT
5729
+ end
6950
5730
 
6951
- def on_regexp_add(*args); end
5731
+ class RubyToken::TkNOT
5732
+ end
6952
5733
 
6953
- def on_regexp_beg(tok); end
5734
+ class RubyToken::TkNOTOP
5735
+ end
6954
5736
 
6955
- def on_regexp_end(tok); end
5737
+ class RubyToken::TkNOTOP
5738
+ end
6956
5739
 
6957
- def on_regexp_literal(*args); end
5740
+ class RubyToken::TkNTH_REF
5741
+ end
6958
5742
 
6959
- def on_regexp_new(*args); end
5743
+ class RubyToken::TkNTH_REF
5744
+ end
6960
5745
 
6961
- def on_rescue(*args); end
5746
+ class RubyToken::TkNode
5747
+ def node(); end
5748
+ end
6962
5749
 
6963
- def on_rescue_mod(*args); end
5750
+ class RubyToken::TkNode
5751
+ end
6964
5752
 
6965
- def on_rest_param(*args); end
5753
+ class RubyToken::TkOPASGN
5754
+ def initialize(seek, line_no, char_no, op); end
6966
5755
 
6967
- def on_retry(*args); end
5756
+ def op(); end
5757
+ end
6968
5758
 
6969
- def on_return(*args); end
5759
+ class RubyToken::TkOPASGN
5760
+ end
6970
5761
 
6971
- def on_return0(*args); end
5762
+ class RubyToken::TkOR
5763
+ end
6972
5764
 
6973
- def on_rparen(tok); end
5765
+ class RubyToken::TkOR
5766
+ end
6974
5767
 
6975
- def on_sclass(*args); end
5768
+ class RubyToken::TkOROP
5769
+ end
6976
5770
 
6977
- def on_semicolon(tok); end
5771
+ class RubyToken::TkOROP
5772
+ end
6978
5773
 
6979
- def on_sp(tok); end
5774
+ class RubyToken::TkOp
5775
+ def name(); end
6980
5776
 
6981
- def on_stmts_add(*args); end
5777
+ def name=(name); end
5778
+ end
6982
5779
 
6983
- def on_stmts_new(*args); end
5780
+ class RubyToken::TkOp
5781
+ end
6984
5782
 
6985
- def on_string_add(*args); end
5783
+ class RubyToken::TkPLUS
5784
+ end
6986
5785
 
6987
- def on_string_concat(*args); end
5786
+ class RubyToken::TkPLUS
5787
+ end
6988
5788
 
6989
- def on_string_content(*args); end
5789
+ class RubyToken::TkPOW
5790
+ end
6990
5791
 
6991
- def on_string_dvar(*args); end
5792
+ class RubyToken::TkPOW
5793
+ end
6992
5794
 
6993
- def on_string_embexpr(*args); end
5795
+ class RubyToken::TkQUESTION
5796
+ end
6994
5797
 
6995
- def on_string_literal(*args); end
5798
+ class RubyToken::TkQUESTION
5799
+ end
6996
5800
 
6997
- def on_super(*args); end
5801
+ class RubyToken::TkRBRACE
5802
+ end
6998
5803
 
6999
- def on_symbeg(tok); end
5804
+ class RubyToken::TkRBRACE
5805
+ end
7000
5806
 
7001
- def on_symbol(*args); end
5807
+ class RubyToken::TkRBRACK
5808
+ end
7002
5809
 
7003
- def on_symbol_literal(*args); end
5810
+ class RubyToken::TkRBRACK
5811
+ end
7004
5812
 
7005
- def on_symbols_add(*args); end
5813
+ class RubyToken::TkRD_COMMENT
5814
+ end
7006
5815
 
7007
- def on_symbols_beg(tok); end
5816
+ class RubyToken::TkRD_COMMENT
5817
+ end
7008
5818
 
7009
- def on_symbols_new(*args); end
5819
+ class RubyToken::TkREDO
5820
+ end
7010
5821
 
7011
- def on_tlambda(tok); end
5822
+ class RubyToken::TkREDO
5823
+ end
7012
5824
 
7013
- def on_tlambeg(tok); end
5825
+ class RubyToken::TkREGEXP
5826
+ end
7014
5827
 
7015
- def on_top_const_field(*args); end
5828
+ class RubyToken::TkREGEXP
5829
+ end
7016
5830
 
7017
- def on_top_const_ref(*args); end
5831
+ class RubyToken::TkRESCUE
5832
+ end
7018
5833
 
7019
- def on_tstring_beg(tok); end
5834
+ class RubyToken::TkRESCUE
5835
+ end
7020
5836
 
7021
- def on_tstring_content(tok); end
5837
+ class RubyToken::TkRETRY
5838
+ end
7022
5839
 
7023
- def on_tstring_end(tok); end
5840
+ class RubyToken::TkRETRY
5841
+ end
7024
5842
 
7025
- def on_unary(*args); end
5843
+ class RubyToken::TkRETURN
5844
+ end
7026
5845
 
7027
- def on_undef(*args); end
5846
+ class RubyToken::TkRETURN
5847
+ end
7028
5848
 
7029
- def on_unless(*args); end
5849
+ class RubyToken::TkRPAREN
5850
+ end
7030
5851
 
7031
- def on_unless_mod(*args); end
5852
+ class RubyToken::TkRPAREN
5853
+ end
7032
5854
 
7033
- def on_until(*args); end
5855
+ class RubyToken::TkRSHFT
5856
+ end
7034
5857
 
7035
- def on_until_mod(*args); end
5858
+ class RubyToken::TkRSHFT
5859
+ end
7036
5860
 
7037
- def on_var_alias(*args); end
5861
+ class RubyToken::TkSELF
5862
+ end
7038
5863
 
7039
- def on_var_field(*args); end
5864
+ class RubyToken::TkSELF
5865
+ end
7040
5866
 
7041
- def on_var_ref(*args); end
5867
+ class RubyToken::TkSEMICOLON
5868
+ end
7042
5869
 
7043
- def on_vcall(*args); end
5870
+ class RubyToken::TkSEMICOLON
5871
+ end
7044
5872
 
7045
- def on_void_stmt(*args); end
5873
+ class RubyToken::TkSPACE
5874
+ end
7046
5875
 
7047
- def on_when(*args); end
5876
+ class RubyToken::TkSPACE
5877
+ end
7048
5878
 
7049
- def on_while(*args); end
5879
+ class RubyToken::TkSTAR
5880
+ end
7050
5881
 
7051
- def on_while_mod(*args); end
5882
+ class RubyToken::TkSTAR
5883
+ end
7052
5884
 
7053
- def on_word_add(*args); end
5885
+ class RubyToken::TkSTRING
5886
+ end
7054
5887
 
7055
- def on_word_new(*args); end
5888
+ class RubyToken::TkSTRING
5889
+ end
7056
5890
 
7057
- def on_words_add(*args); end
5891
+ class RubyToken::TkSUPER
5892
+ end
7058
5893
 
7059
- def on_words_beg(tok); end
5894
+ class RubyToken::TkSUPER
5895
+ end
7060
5896
 
7061
- def on_words_new(*args); end
5897
+ class RubyToken::TkSYMBEG
5898
+ end
7062
5899
 
7063
- def on_words_sep(tok); end
5900
+ class RubyToken::TkSYMBEG
5901
+ end
7064
5902
 
7065
- def on_xstring_add(*args); end
5903
+ class RubyToken::TkSYMBOL
5904
+ end
7066
5905
 
7067
- def on_xstring_literal(*args); end
5906
+ class RubyToken::TkSYMBOL
5907
+ end
7068
5908
 
7069
- def on_xstring_new(*args); end
5909
+ class RubyToken::TkTHEN
5910
+ end
7070
5911
 
7071
- def on_yield(*args); end
5912
+ class RubyToken::TkTHEN
5913
+ end
7072
5914
 
7073
- def on_yield0(*args); end
5915
+ class RubyToken::TkTRUE
5916
+ end
7074
5917
 
7075
- def on_zsuper(*args); end
5918
+ class RubyToken::TkTRUE
7076
5919
  end
7077
5920
 
7078
- class Ripper::SexpBuilder
5921
+ class RubyToken::TkUMINUS
7079
5922
  end
7080
5923
 
7081
- class Ripper::SexpBuilderPP
5924
+ class RubyToken::TkUMINUS
7082
5925
  end
7083
5926
 
7084
- class Ripper::SexpBuilderPP
5927
+ class RubyToken::TkUNDEF
7085
5928
  end
7086
5929
 
7087
- class Ripper::TokenPattern
7088
- def initialize(pattern); end
5930
+ class RubyToken::TkUNDEF
5931
+ end
7089
5932
 
7090
- def match(str); end
5933
+ class RubyToken::TkUNLESS
5934
+ end
7091
5935
 
7092
- def match_list(tokens); end
7093
- MAP = ::T.let(nil, ::T.untyped)
5936
+ class RubyToken::TkUNLESS
7094
5937
  end
7095
5938
 
7096
- class Ripper::TokenPattern::CompileError
5939
+ class RubyToken::TkUNLESS_MOD
7097
5940
  end
7098
5941
 
7099
- class Ripper::TokenPattern::CompileError
5942
+ class RubyToken::TkUNLESS_MOD
7100
5943
  end
7101
5944
 
7102
- class Ripper::TokenPattern::Error
5945
+ class RubyToken::TkUNTIL
7103
5946
  end
7104
5947
 
7105
- class Ripper::TokenPattern::Error
5948
+ class RubyToken::TkUNTIL
7106
5949
  end
7107
5950
 
7108
- class Ripper::TokenPattern::MatchData
7109
- def initialize(tokens, match); end
5951
+ class RubyToken::TkUNTIL_MOD
5952
+ end
7110
5953
 
7111
- def string(n=T.unsafe(nil)); end
5954
+ class RubyToken::TkUNTIL_MOD
7112
5955
  end
7113
5956
 
7114
- class Ripper::TokenPattern::MatchData
5957
+ class RubyToken::TkUPLUS
7115
5958
  end
7116
5959
 
7117
- class Ripper::TokenPattern::MatchError
5960
+ class RubyToken::TkUPLUS
7118
5961
  end
7119
5962
 
7120
- class Ripper::TokenPattern::MatchError
5963
+ class RubyToken::TkUnknownChar
5964
+ def initialize(seek, line_no, char_no, id); end
5965
+
5966
+ def name(); end
7121
5967
  end
7122
5968
 
7123
- class Ripper::TokenPattern
7124
- def self.compile(*_); end
5969
+ class RubyToken::TkUnknownChar
7125
5970
  end
7126
5971
 
7127
- class Ripper
7128
- def self.dedent_string(_, _1); end
5972
+ class RubyToken::TkVal
5973
+ def initialize(seek, line_no, char_no, value=T.unsafe(nil)); end
7129
5974
 
7130
- def self.lex_state_name(_); end
5975
+ def value(); end
5976
+ end
7131
5977
 
7132
- def self.token_match(src, pattern); end
5978
+ class RubyToken::TkVal
7133
5979
  end
7134
5980
 
7135
- class RubyLex
7136
- def check_code_block(code); end
5981
+ class RubyToken::TkWHEN
5982
+ end
7137
5983
 
7138
- def check_corresponding_token_depth(); end
5984
+ class RubyToken::TkWHEN
5985
+ end
7139
5986
 
7140
- def check_newline_depth_difference(); end
5987
+ class RubyToken::TkWHILE
5988
+ end
7141
5989
 
7142
- def check_state(code); end
5990
+ class RubyToken::TkWHILE
5991
+ end
7143
5992
 
7144
- def check_string_literal(); end
5993
+ class RubyToken::TkWHILE_MOD
5994
+ end
7145
5995
 
7146
- def each_top_level_statement(); end
5996
+ class RubyToken::TkWHILE_MOD
5997
+ end
7147
5998
 
7148
- def initialize_input(); end
5999
+ class RubyToken::TkXSTRING
6000
+ end
7149
6001
 
7150
- def lex(); end
6002
+ class RubyToken::TkXSTRING
6003
+ end
7151
6004
 
7152
- def process_continue(); end
6005
+ class RubyToken::TkYIELD
6006
+ end
7153
6007
 
7154
- def process_literal_type(); end
6008
+ class RubyToken::TkYIELD
6009
+ end
7155
6010
 
7156
- def process_nesting_level(); end
6011
+ class RubyToken::Tk__FILE__
6012
+ end
7157
6013
 
7158
- def prompt(); end
6014
+ class RubyToken::Tk__FILE__
6015
+ end
7159
6016
 
7160
- def ripper_lex_without_warning(code); end
6017
+ class RubyToken::Tk__LINE__
6018
+ end
7161
6019
 
7162
- def set_auto_indent(context); end
6020
+ class RubyToken::Tk__LINE__
6021
+ end
7163
6022
 
7164
- def set_input(io, p=T.unsafe(nil), &block); end
6023
+ class RubyToken::TkfLBRACE
6024
+ end
7165
6025
 
7166
- def set_prompt(p=T.unsafe(nil), &block); end
6026
+ class RubyToken::TkfLBRACE
7167
6027
  end
7168
6028
 
7169
- class RubyLex::TerminateLineInput
7170
- def initialize(); end
6029
+ class RubyToken::TkfLBRACK
7171
6030
  end
7172
6031
 
7173
- class RubyLex::TerminateLineInput
6032
+ class RubyToken::TkfLBRACK
7174
6033
  end
7175
6034
 
7176
- class RubyLex
6035
+ class RubyToken::TkfLPAREN
7177
6036
  end
7178
6037
 
7179
- module RubyVM::AbstractSyntaxTree
6038
+ class RubyToken::TkfLPAREN
7180
6039
  end
7181
6040
 
7182
- class RubyVM::AbstractSyntaxTree::Node
7183
- def children(); end
6041
+ class RubyToken::TklBEGIN
6042
+ end
7184
6043
 
7185
- def first_column(); end
6044
+ class RubyToken::TklBEGIN
6045
+ end
7186
6046
 
7187
- def first_lineno(); end
6047
+ class RubyToken::TklEND
6048
+ end
7188
6049
 
7189
- def last_column(); end
6050
+ class RubyToken::TklEND
6051
+ end
7190
6052
 
7191
- def last_lineno(); end
6053
+ class RubyToken::Token
6054
+ def char_no(); end
7192
6055
 
7193
- def pretty_print_children(q, names=T.unsafe(nil)); end
6056
+ def initialize(seek, line_no, char_no); end
7194
6057
 
7195
- def type(); end
7196
- end
6058
+ def line_no(); end
7197
6059
 
7198
- class RubyVM::AbstractSyntaxTree::Node
6060
+ def seek(); end
7199
6061
  end
7200
6062
 
7201
- module RubyVM::AbstractSyntaxTree
7202
- def self.of(body); end
6063
+ class RubyToken::Token
6064
+ end
7203
6065
 
7204
- def self.parse(string); end
6066
+ module RubyToken
6067
+ def self.def_token(token_n, super_token=T.unsafe(nil), reading=T.unsafe(nil), *opts); end
6068
+ end
7205
6069
 
7206
- def self.parse_file(pathname); end
6070
+ class RubyVM::AbstractSyntaxTree::Node
6071
+ def pretty_print_children(q, names=T.unsafe(nil)); end
7207
6072
  end
7208
6073
 
7209
6074
  module RubyVM::MJIT
@@ -7217,6 +6082,10 @@ module RubyVM::MJIT
7217
6082
  def self.resume(); end
7218
6083
  end
7219
6084
 
6085
+ class RubyVM
6086
+ def self.resolve_feature_path(_); end
6087
+ end
6088
+
7220
6089
  ScanError = StringScanner::Error
7221
6090
 
7222
6091
  class Set
@@ -7258,6 +6127,10 @@ module SimpleCov::ExitCodes
7258
6127
  SUCCESS = ::T.let(nil, ::T.untyped)
7259
6128
  end
7260
6129
 
6130
+ class SimpleCov::ExitCodes::MaximumCoverageDropCheck
6131
+ MAX_DROP_ACCURACY = ::T.let(nil, ::T.untyped)
6132
+ end
6133
+
7261
6134
  class SimpleCov::Formatter::HTMLFormatter
7262
6135
  VERSION = ::T.let(nil, ::T.untyped)
7263
6136
  end
@@ -7275,8 +6148,8 @@ class SimpleCov::SourceFile
7275
6148
  SHEBANG_REGEX = ::T.let(nil, ::T.untyped)
7276
6149
  end
7277
6150
 
7278
- module SimpleCov::UselessResultsRemover
7279
- ROOT_REGX = ::T.let(nil, ::T.untyped)
6151
+ class SimpleCovJSONFormatter::ResultExporter
6152
+ FILENAME = ::T.let(nil, ::T.untyped)
7280
6153
  end
7281
6154
 
7282
6155
  class SimpleDelegator
@@ -7483,6 +6356,10 @@ module Socket::Constants
7483
6356
  TCP_NOPUSH = ::T.let(nil, ::T.untyped)
7484
6357
  end
7485
6358
 
6359
+ class SorbetStructComparable::Examples::Incomparable
6360
+ def self.inherited(s); end
6361
+ end
6362
+
7486
6363
  class SorbetStructComparable::Examples::Interest
7487
6364
  def self.inherited(s); end
7488
6365
  end
@@ -7510,91 +6387,20 @@ class String
7510
6387
  extend ::JSON::Ext::Generator::GeneratorMethods::String::Extend
7511
6388
  end
7512
6389
 
7513
- class StringIO
7514
- def set_encoding_by_bom(); end
7515
- VERSION = ::T.let(nil, ::T.untyped)
7516
- end
7517
-
7518
6390
  class StringScanner
7519
6391
  def bol?(); end
7520
6392
 
7521
- def fixed_anchor?(); end
7522
-
7523
6393
  def initialize(*_); end
7524
6394
  Id = ::T.let(nil, ::T.untyped)
7525
6395
  Version = ::T.let(nil, ::T.untyped)
7526
6396
  end
7527
6397
 
7528
6398
  class Struct
7529
- def deconstruct(); end
7530
-
7531
- def deconstruct_keys(_); end
7532
-
7533
6399
  def filter(*_); end
7534
6400
  end
7535
6401
 
7536
- class Struct::CompletionJourneyData
7537
- def list(); end
7538
-
7539
- def list=(_); end
7540
-
7541
- def pointer(); end
7542
-
7543
- def pointer=(_); end
7544
-
7545
- def postposing(); end
7546
-
7547
- def postposing=(_); end
7548
-
7549
- def preposing(); end
7550
-
7551
- def preposing=(_); end
7552
- end
7553
-
7554
- class Struct::CompletionJourneyData
7555
- def self.[](*_); end
7556
-
7557
- def self.members(); end
7558
- end
7559
-
7560
6402
  Struct::Group = Etc::Group
7561
6403
 
7562
- class Struct::Key
7563
- def char(); end
7564
-
7565
- def char=(_); end
7566
-
7567
- def combined_char(); end
7568
-
7569
- def combined_char=(_); end
7570
-
7571
- def with_meta(); end
7572
-
7573
- def with_meta=(_); end
7574
- end
7575
-
7576
- class Struct::Key
7577
- def self.[](*_); end
7578
-
7579
- def self.members(); end
7580
- end
7581
-
7582
- class Struct::MenuInfo
7583
- def list(); end
7584
-
7585
- def list=(_); end
7586
-
7587
- def target(); end
7588
-
7589
- def target=(_); end
7590
- end
7591
-
7592
- class Struct::MenuInfo
7593
- def self.[](*_); end
7594
-
7595
- def self.members(); end
7596
- end
7597
-
7598
6404
  Struct::Passwd = Etc::Passwd
7599
6405
 
7600
6406
  Struct::Tms = Process::Tms
@@ -7616,6 +6422,8 @@ class Tempfile::Remover
7616
6422
  end
7617
6423
 
7618
6424
  class TracePoint
6425
+ def __enable(_, _1); end
6426
+
7619
6427
  def eval_script(); end
7620
6428
 
7621
6429
  def instruction_sequence(); end
@@ -7623,10 +6431,6 @@ class TracePoint
7623
6431
  def parameters(); end
7624
6432
  end
7625
6433
 
7626
- class TracePoint
7627
- def self.new(*events); end
7628
- end
7629
-
7630
6434
  class TrueClass
7631
6435
  include ::JSON::Ext::Generator::GeneratorMethods::TrueClass
7632
6436
  end
@@ -7720,10 +6524,6 @@ module URI
7720
6524
  def self.get_encoding(label); end
7721
6525
  end
7722
6526
 
7723
- class UnboundMethod
7724
- def bind_call(*_); end
7725
- end
7726
-
7727
6527
  module UnicodeNormalize
7728
6528
  end
7729
6529
 
@@ -7732,8 +6532,9 @@ end
7732
6532
 
7733
6533
  module Warning
7734
6534
  extend ::Warning
7735
- def self.[](_); end
7736
-
7737
- def self.[]=(_, _1); end
7738
6535
  end
7739
6536
 
6537
+ class WeakRef
6538
+ def initialize(orig); end
6539
+ RUBYGEMS_ACTIVATION_MONITOR = ::T.let(nil, ::T.untyped)
6540
+ end