mangrove 0.18.1 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/mangrove/result.rb +92 -3
- data/lib/mangrove/version.rb +1 -1
- data/sorbet/rbi/annotations/.gitattributes +1 -0
- data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +1 -5
- data/sorbet/rbi/gems/docile@1.4.0.rbi +376 -0
- data/sorbet/rbi/gems/json@2.6.3.rbi +73 -65
- data/sorbet/rbi/gems/prism@0.15.1.rbi +23916 -2
- data/sorbet/rbi/gems/rake@13.0.6.rbi +1 -141
- data/sorbet/rbi/gems/{rbi@0.1.1.rbi → rbi@0.1.3.rbi} +53 -57
- data/sorbet/rbi/gems/regexp_parser@2.8.2.rbi +37 -37
- data/sorbet/rbi/gems/rexml@3.2.6.rbi +2 -2
- data/sorbet/rbi/gems/rspec-core@3.12.2.rbi +8 -39
- data/sorbet/rbi/gems/rspec-expectations@3.12.3.rbi +25 -25
- data/sorbet/rbi/gems/rspec-mocks@3.12.6.rbi +4 -8
- data/sorbet/rbi/gems/rspec-sorbet@1.9.2.rbi +2 -2
- data/sorbet/rbi/gems/rspec-support@3.12.1.rbi +2 -2
- data/sorbet/rbi/gems/rspec@3.12.0.rbi +1 -1
- data/sorbet/rbi/gems/rubocop-ast@1.29.0.rbi +263 -176
- data/sorbet/rbi/gems/rubocop@1.57.1.rbi +1019 -719
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +5 -5
- data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +216 -0
- data/sorbet/rbi/gems/simplecov@0.21.2.rbi +2135 -0
- data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +8 -0
- data/sorbet/rbi/gems/spoom@1.2.4.rbi +15 -15
- data/sorbet/rbi/gems/{tapioca@0.11.9.rbi → tapioca@0.11.10.rbi} +40 -29
- data/sorbet/rbi/gems/yard-sorbet@0.8.1.rbi +1 -1
- data/sorbet/rbi/gems/yard@0.9.34.rbi +46 -50
- data/sorbet/tapioca/require.rb +6 -1
- metadata +9 -34
- data/docs/Mangrove/ControlFlow/ControlSignal.html +0 -223
- data/docs/Mangrove/ControlFlow/Handler/ClassMethods.html +0 -563
- data/docs/Mangrove/ControlFlow/Handler.html +0 -139
- data/docs/Mangrove/ControlFlow/Rewriter.html +0 -331
- data/docs/Mangrove/ControlFlow.html +0 -115
- data/docs/Mangrove/Option/ControlSignal.html +0 -434
- data/docs/Mangrove/Option/None.html +0 -1085
- data/docs/Mangrove/Option/Some.html +0 -1202
- data/docs/Mangrove/Option.html +0 -1145
- data/docs/Mangrove/Result/ControlSignal.html +0 -434
- data/docs/Mangrove/Result/Err.html +0 -2254
- data/docs/Mangrove/Result/Ok.html +0 -2219
- data/docs/Mangrove/Result.html +0 -2475
- data/docs/Mangrove.html +0 -144
- data/docs/_index.html +0 -225
- data/docs/class_list.html +0 -51
- data/docs/css/common.css +0 -1
- data/docs/css/full_list.css +0 -58
- data/docs/css/style.css +0 -497
- data/docs/file.README.html +0 -245
- data/docs/file_list.html +0 -56
- data/docs/frames.html +0 -17
- data/docs/index.html +0 -245
- data/docs/js/app.js +0 -314
- data/docs/js/full_list.js +0 -216
- data/docs/js/jquery.js +0 -4
- data/docs/method_list.html +0 -939
- data/docs/top-level-namespace.html +0 -110
- data/sorbet/rbi/gems/yarp@0.13.0.rbi +0 -21646
- data/sorbet/rbi/shims/mangrove/option.rbi +0 -15
- data/sorbet/rbi/shims/mangrove/result.rbi +0 -15
@@ -22,7 +22,7 @@ end
|
|
22
22
|
# node when the builder constructs the AST, making its methods available
|
23
23
|
# to all `alias` nodes within RuboCop.
|
24
24
|
#
|
25
|
-
# source://rubocop-ast//lib/rubocop/ast/node/alias_node.rb#
|
25
|
+
# source://rubocop-ast//lib/rubocop/ast/node/alias_node.rb#11
|
26
26
|
class RuboCop::AST::AliasNode < ::RuboCop::AST::Node
|
27
27
|
# Returns the new identifier as specified by the `alias`.
|
28
28
|
#
|
@@ -43,7 +43,7 @@ end
|
|
43
43
|
# This will be used in place of a plain node when the builder constructs
|
44
44
|
# the AST, making its methods available to all assignment nodes within RuboCop.
|
45
45
|
#
|
46
|
-
# source://rubocop-ast//lib/rubocop/ast/node/and_asgn_node.rb#
|
46
|
+
# source://rubocop-ast//lib/rubocop/ast/node/and_asgn_node.rb#11
|
47
47
|
class RuboCop::AST::AndAsgnNode < ::RuboCop::AST::OpAsgnNode
|
48
48
|
# The operator being used for assignment as a symbol.
|
49
49
|
#
|
@@ -84,7 +84,7 @@ end
|
|
84
84
|
# This will be used in place of a plain node when the builder constructs
|
85
85
|
# the AST, making its methods available to all `arg` nodes within RuboCop.
|
86
86
|
#
|
87
|
-
# source://rubocop-ast//lib/rubocop/ast/node/arg_node.rb#
|
87
|
+
# source://rubocop-ast//lib/rubocop/ast/node/arg_node.rb#12
|
88
88
|
class RuboCop::AST::ArgNode < ::RuboCop::AST::Node
|
89
89
|
# Checks whether the argument has a default value
|
90
90
|
#
|
@@ -198,7 +198,7 @@ RuboCop::AST::ArrayNode::PERCENT_LITERAL_TYPES = T.let(T.unsafe(nil), Hash)
|
|
198
198
|
# This will be used in place of a plain node when the builder constructs
|
199
199
|
# the AST, making its methods available to all assignment nodes within RuboCop.
|
200
200
|
#
|
201
|
-
# source://rubocop-ast//lib/rubocop/ast/node/asgn_node.rb#
|
201
|
+
# source://rubocop-ast//lib/rubocop/ast/node/asgn_node.rb#11
|
202
202
|
class RuboCop::AST::AsgnNode < ::RuboCop::AST::Node
|
203
203
|
# The expression being assigned to the variable.
|
204
204
|
#
|
@@ -549,7 +549,7 @@ end
|
|
549
549
|
# This will be used in place of a plain node when the builder constructs
|
550
550
|
# the AST, making its methods available to all assignment nodes within RuboCop.
|
551
551
|
#
|
552
|
-
# source://rubocop-ast//lib/rubocop/ast/node/casgn_node.rb#
|
552
|
+
# source://rubocop-ast//lib/rubocop/ast/node/casgn_node.rb#11
|
553
553
|
class RuboCop::AST::CasgnNode < ::RuboCop::AST::Node
|
554
554
|
# The expression being assigned to the variable.
|
555
555
|
#
|
@@ -577,7 +577,7 @@ end
|
|
577
577
|
# node when the builder constructs the AST, making its methods available
|
578
578
|
# to all `class` nodes within RuboCop.
|
579
579
|
#
|
580
|
-
# source://rubocop-ast//lib/rubocop/ast/node/class_node.rb#
|
580
|
+
# source://rubocop-ast//lib/rubocop/ast/node/class_node.rb#11
|
581
581
|
class RuboCop::AST::ClassNode < ::RuboCop::AST::Node
|
582
582
|
# The body of this `class` node.
|
583
583
|
#
|
@@ -607,409 +607,409 @@ end
|
|
607
607
|
module RuboCop::AST::CollectionNode
|
608
608
|
extend ::Forwardable
|
609
609
|
|
610
|
-
# source://forwardable/1.3.
|
610
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
611
611
|
def &(*args, **_arg1, &block); end
|
612
612
|
|
613
|
-
# source://forwardable/1.3.
|
613
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
614
614
|
def *(*args, **_arg1, &block); end
|
615
615
|
|
616
|
-
# source://forwardable/1.3.
|
616
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
617
617
|
def +(*args, **_arg1, &block); end
|
618
618
|
|
619
|
-
# source://forwardable/1.3.
|
619
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
620
620
|
def -(*args, **_arg1, &block); end
|
621
621
|
|
622
|
-
# source://forwardable/1.3.
|
622
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
623
623
|
def <<(*args, **_arg1, &block); end
|
624
624
|
|
625
|
-
# source://forwardable/1.3.
|
625
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
626
626
|
def [](*args, **_arg1, &block); end
|
627
627
|
|
628
|
-
# source://forwardable/1.3.
|
628
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
629
629
|
def []=(*args, **_arg1, &block); end
|
630
630
|
|
631
|
-
# source://forwardable/1.3.
|
631
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
632
632
|
def all?(*args, **_arg1, &block); end
|
633
633
|
|
634
|
-
# source://forwardable/1.3.
|
634
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
635
635
|
def any?(*args, **_arg1, &block); end
|
636
636
|
|
637
|
-
# source://forwardable/1.3.
|
637
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
638
638
|
def append(*args, **_arg1, &block); end
|
639
639
|
|
640
|
-
# source://forwardable/1.3.
|
640
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
641
641
|
def assoc(*args, **_arg1, &block); end
|
642
642
|
|
643
|
-
# source://forwardable/1.3.
|
643
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
644
644
|
def at(*args, **_arg1, &block); end
|
645
645
|
|
646
|
-
# source://forwardable/1.3.
|
646
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
647
647
|
def bsearch(*args, **_arg1, &block); end
|
648
648
|
|
649
|
-
# source://forwardable/1.3.
|
649
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
650
650
|
def bsearch_index(*args, **_arg1, &block); end
|
651
651
|
|
652
|
-
# source://forwardable/1.3.
|
652
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
653
653
|
def chain(*args, **_arg1, &block); end
|
654
654
|
|
655
|
-
# source://forwardable/1.3.
|
655
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
656
656
|
def chunk(*args, **_arg1, &block); end
|
657
657
|
|
658
|
-
# source://forwardable/1.3.
|
658
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
659
659
|
def chunk_while(*args, **_arg1, &block); end
|
660
660
|
|
661
|
-
# source://forwardable/1.3.
|
661
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
662
662
|
def clear(*args, **_arg1, &block); end
|
663
663
|
|
664
|
-
# source://forwardable/1.3.
|
664
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
665
665
|
def collect(*args, **_arg1, &block); end
|
666
666
|
|
667
|
-
# source://forwardable/1.3.
|
667
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
668
668
|
def collect!(*args, **_arg1, &block); end
|
669
669
|
|
670
|
-
# source://forwardable/1.3.
|
670
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
671
671
|
def collect_concat(*args, **_arg1, &block); end
|
672
672
|
|
673
|
-
# source://forwardable/1.3.
|
673
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
674
674
|
def combination(*args, **_arg1, &block); end
|
675
675
|
|
676
|
-
# source://forwardable/1.3.
|
676
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
677
677
|
def compact(*args, **_arg1, &block); end
|
678
678
|
|
679
|
-
# source://forwardable/1.3.
|
679
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
680
680
|
def compact!(*args, **_arg1, &block); end
|
681
681
|
|
682
|
-
# source://forwardable/1.3.
|
682
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
683
683
|
def concat(*args, **_arg1, &block); end
|
684
684
|
|
685
|
-
# source://forwardable/1.3.
|
685
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
686
686
|
def count(*args, **_arg1, &block); end
|
687
687
|
|
688
|
-
# source://forwardable/1.3.
|
688
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
689
689
|
def cycle(*args, **_arg1, &block); end
|
690
690
|
|
691
|
-
# source://forwardable/1.3.
|
691
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
692
692
|
def deconstruct(*args, **_arg1, &block); end
|
693
693
|
|
694
|
-
# source://forwardable/1.3.
|
694
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
695
695
|
def delete(*args, **_arg1, &block); end
|
696
696
|
|
697
|
-
# source://forwardable/1.3.
|
697
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
698
698
|
def delete_at(*args, **_arg1, &block); end
|
699
699
|
|
700
|
-
# source://forwardable/1.3.
|
700
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
701
701
|
def delete_if(*args, **_arg1, &block); end
|
702
702
|
|
703
|
-
# source://forwardable/1.3.
|
703
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
704
704
|
def detect(*args, **_arg1, &block); end
|
705
705
|
|
706
|
-
# source://forwardable/1.3.
|
706
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
707
707
|
def difference(*args, **_arg1, &block); end
|
708
708
|
|
709
|
-
# source://forwardable/1.3.
|
709
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
710
710
|
def dig(*args, **_arg1, &block); end
|
711
711
|
|
712
|
-
# source://forwardable/1.3.
|
712
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
713
713
|
def drop(*args, **_arg1, &block); end
|
714
714
|
|
715
|
-
# source://forwardable/1.3.
|
715
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
716
716
|
def drop_while(*args, **_arg1, &block); end
|
717
717
|
|
718
|
-
# source://forwardable/1.3.
|
718
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
719
719
|
def each(*args, **_arg1, &block); end
|
720
720
|
|
721
|
-
# source://forwardable/1.3.
|
721
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
722
722
|
def each_cons(*args, **_arg1, &block); end
|
723
723
|
|
724
|
-
# source://forwardable/1.3.
|
724
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
725
725
|
def each_entry(*args, **_arg1, &block); end
|
726
726
|
|
727
|
-
# source://forwardable/1.3.
|
727
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
728
728
|
def each_index(*args, **_arg1, &block); end
|
729
729
|
|
730
|
-
# source://forwardable/1.3.
|
730
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
731
731
|
def each_slice(*args, **_arg1, &block); end
|
732
732
|
|
733
|
-
# source://forwardable/1.3.
|
733
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
734
734
|
def each_with_index(*args, **_arg1, &block); end
|
735
735
|
|
736
|
-
# source://forwardable/1.3.
|
736
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
737
737
|
def each_with_object(*args, **_arg1, &block); end
|
738
738
|
|
739
|
-
# source://forwardable/1.3.
|
739
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
740
740
|
def empty?(*args, **_arg1, &block); end
|
741
741
|
|
742
|
-
# source://forwardable/1.3.
|
742
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
743
743
|
def entries(*args, **_arg1, &block); end
|
744
744
|
|
745
|
-
# source://forwardable/1.3.
|
745
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
746
746
|
def fetch(*args, **_arg1, &block); end
|
747
747
|
|
748
|
-
# source://forwardable/1.3.
|
748
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
749
749
|
def fill(*args, **_arg1, &block); end
|
750
750
|
|
751
|
-
# source://forwardable/1.3.
|
751
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
752
752
|
def filter(*args, **_arg1, &block); end
|
753
753
|
|
754
|
-
# source://forwardable/1.3.
|
754
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
755
755
|
def filter!(*args, **_arg1, &block); end
|
756
756
|
|
757
|
-
# source://forwardable/1.3.
|
757
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
758
758
|
def filter_map(*args, **_arg1, &block); end
|
759
759
|
|
760
|
-
# source://forwardable/1.3.
|
760
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
761
761
|
def find(*args, **_arg1, &block); end
|
762
762
|
|
763
|
-
# source://forwardable/1.3.
|
763
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
764
764
|
def find_all(*args, **_arg1, &block); end
|
765
765
|
|
766
|
-
# source://forwardable/1.3.
|
766
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
767
767
|
def find_index(*args, **_arg1, &block); end
|
768
768
|
|
769
|
-
# source://forwardable/1.3.
|
769
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
770
770
|
def first(*args, **_arg1, &block); end
|
771
771
|
|
772
|
-
# source://forwardable/1.3.
|
772
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
773
773
|
def flat_map(*args, **_arg1, &block); end
|
774
774
|
|
775
|
-
# source://forwardable/1.3.
|
775
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
776
776
|
def flatten(*args, **_arg1, &block); end
|
777
777
|
|
778
|
-
# source://forwardable/1.3.
|
778
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
779
779
|
def flatten!(*args, **_arg1, &block); end
|
780
780
|
|
781
|
-
# source://forwardable/1.3.
|
781
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
782
782
|
def grep(*args, **_arg1, &block); end
|
783
783
|
|
784
|
-
# source://forwardable/1.3.
|
784
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
785
785
|
def grep_v(*args, **_arg1, &block); end
|
786
786
|
|
787
|
-
# source://forwardable/1.3.
|
787
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
788
788
|
def group_by(*args, **_arg1, &block); end
|
789
789
|
|
790
|
-
# source://forwardable/1.3.
|
790
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
791
791
|
def include?(*args, **_arg1, &block); end
|
792
792
|
|
793
|
-
# source://forwardable/1.3.
|
793
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
794
794
|
def index(*args, **_arg1, &block); end
|
795
795
|
|
796
|
-
# source://forwardable/1.3.
|
796
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
797
797
|
def inject(*args, **_arg1, &block); end
|
798
798
|
|
799
|
-
# source://forwardable/1.3.
|
799
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
800
800
|
def insert(*args, **_arg1, &block); end
|
801
801
|
|
802
|
-
# source://forwardable/1.3.
|
802
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
803
803
|
def intersect?(*args, **_arg1, &block); end
|
804
804
|
|
805
|
-
# source://forwardable/1.3.
|
805
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
806
806
|
def intersection(*args, **_arg1, &block); end
|
807
807
|
|
808
|
-
# source://forwardable/1.3.
|
808
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
809
809
|
def join(*args, **_arg1, &block); end
|
810
810
|
|
811
|
-
# source://forwardable/1.3.
|
811
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
812
812
|
def keep_if(*args, **_arg1, &block); end
|
813
813
|
|
814
|
-
# source://forwardable/1.3.
|
814
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
815
815
|
def last(*args, **_arg1, &block); end
|
816
816
|
|
817
|
-
# source://forwardable/1.3.
|
817
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
818
818
|
def lazy(*args, **_arg1, &block); end
|
819
819
|
|
820
|
-
# source://forwardable/1.3.
|
820
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
821
821
|
def length(*args, **_arg1, &block); end
|
822
822
|
|
823
|
-
# source://forwardable/1.3.
|
823
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
824
824
|
def map(*args, **_arg1, &block); end
|
825
825
|
|
826
|
-
# source://forwardable/1.3.
|
826
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
827
827
|
def map!(*args, **_arg1, &block); end
|
828
828
|
|
829
|
-
# source://forwardable/1.3.
|
829
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
830
830
|
def max(*args, **_arg1, &block); end
|
831
831
|
|
832
|
-
# source://forwardable/1.3.
|
832
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
833
833
|
def max_by(*args, **_arg1, &block); end
|
834
834
|
|
835
|
-
# source://forwardable/1.3.
|
835
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
836
836
|
def member?(*args, **_arg1, &block); end
|
837
837
|
|
838
|
-
# source://forwardable/1.3.
|
838
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
839
839
|
def min(*args, **_arg1, &block); end
|
840
840
|
|
841
|
-
# source://forwardable/1.3.
|
841
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
842
842
|
def min_by(*args, **_arg1, &block); end
|
843
843
|
|
844
|
-
# source://forwardable/1.3.
|
844
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
845
845
|
def minmax(*args, **_arg1, &block); end
|
846
846
|
|
847
|
-
# source://forwardable/1.3.
|
847
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
848
848
|
def minmax_by(*args, **_arg1, &block); end
|
849
849
|
|
850
|
-
# source://forwardable/1.3.
|
850
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
851
851
|
def none?(*args, **_arg1, &block); end
|
852
852
|
|
853
|
-
# source://forwardable/1.3.
|
853
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
854
854
|
def one?(*args, **_arg1, &block); end
|
855
855
|
|
856
|
-
# source://forwardable/1.3.
|
856
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
857
857
|
def pack(*args, **_arg1, &block); end
|
858
858
|
|
859
|
-
# source://forwardable/1.3.
|
859
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
860
860
|
def partition(*args, **_arg1, &block); end
|
861
861
|
|
862
|
-
# source://forwardable/1.3.
|
862
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
863
863
|
def permutation(*args, **_arg1, &block); end
|
864
864
|
|
865
|
-
# source://forwardable/1.3.
|
865
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
866
866
|
def place(*args, **_arg1, &block); end
|
867
867
|
|
868
|
-
# source://forwardable/1.3.
|
868
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
869
869
|
def pop(*args, **_arg1, &block); end
|
870
870
|
|
871
|
-
# source://forwardable/1.3.
|
871
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
872
872
|
def prepend(*args, **_arg1, &block); end
|
873
873
|
|
874
|
-
# source://forwardable/1.3.
|
874
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
875
875
|
def product(*args, **_arg1, &block); end
|
876
876
|
|
877
|
-
# source://forwardable/1.3.
|
877
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
878
878
|
def push(*args, **_arg1, &block); end
|
879
879
|
|
880
|
-
# source://forwardable/1.3.
|
880
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
881
881
|
def rassoc(*args, **_arg1, &block); end
|
882
882
|
|
883
|
-
# source://forwardable/1.3.
|
883
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
884
884
|
def reduce(*args, **_arg1, &block); end
|
885
885
|
|
886
|
-
# source://forwardable/1.3.
|
886
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
887
887
|
def reject(*args, **_arg1, &block); end
|
888
888
|
|
889
|
-
# source://forwardable/1.3.
|
889
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
890
890
|
def reject!(*args, **_arg1, &block); end
|
891
891
|
|
892
|
-
# source://forwardable/1.3.
|
892
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
893
893
|
def repeated_combination(*args, **_arg1, &block); end
|
894
894
|
|
895
|
-
# source://forwardable/1.3.
|
895
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
896
896
|
def repeated_permutation(*args, **_arg1, &block); end
|
897
897
|
|
898
|
-
# source://forwardable/1.3.
|
898
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
899
899
|
def replace(*args, **_arg1, &block); end
|
900
900
|
|
901
|
-
# source://forwardable/1.3.
|
901
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
902
902
|
def reverse(*args, **_arg1, &block); end
|
903
903
|
|
904
|
-
# source://forwardable/1.3.
|
904
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
905
905
|
def reverse!(*args, **_arg1, &block); end
|
906
906
|
|
907
|
-
# source://forwardable/1.3.
|
907
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
908
908
|
def reverse_each(*args, **_arg1, &block); end
|
909
909
|
|
910
|
-
# source://forwardable/1.3.
|
910
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
911
911
|
def rindex(*args, **_arg1, &block); end
|
912
912
|
|
913
|
-
# source://forwardable/1.3.
|
913
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
914
914
|
def rotate(*args, **_arg1, &block); end
|
915
915
|
|
916
|
-
# source://forwardable/1.3.
|
916
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
917
917
|
def rotate!(*args, **_arg1, &block); end
|
918
918
|
|
919
|
-
# source://forwardable/1.3.
|
919
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
920
920
|
def sample(*args, **_arg1, &block); end
|
921
921
|
|
922
|
-
# source://forwardable/1.3.
|
922
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
923
923
|
def select(*args, **_arg1, &block); end
|
924
924
|
|
925
|
-
# source://forwardable/1.3.
|
925
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
926
926
|
def select!(*args, **_arg1, &block); end
|
927
927
|
|
928
|
-
# source://forwardable/1.3.
|
928
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
929
929
|
def shelljoin(*args, **_arg1, &block); end
|
930
930
|
|
931
|
-
# source://forwardable/1.3.
|
931
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
932
932
|
def shift(*args, **_arg1, &block); end
|
933
933
|
|
934
|
-
# source://forwardable/1.3.
|
934
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
935
935
|
def shuffle(*args, **_arg1, &block); end
|
936
936
|
|
937
|
-
# source://forwardable/1.3.
|
937
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
938
938
|
def shuffle!(*args, **_arg1, &block); end
|
939
939
|
|
940
|
-
# source://forwardable/1.3.
|
940
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
941
941
|
def size(*args, **_arg1, &block); end
|
942
942
|
|
943
|
-
# source://forwardable/1.3.
|
943
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
944
944
|
def slice(*args, **_arg1, &block); end
|
945
945
|
|
946
|
-
# source://forwardable/1.3.
|
946
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
947
947
|
def slice!(*args, **_arg1, &block); end
|
948
948
|
|
949
|
-
# source://forwardable/1.3.
|
949
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
950
950
|
def slice_after(*args, **_arg1, &block); end
|
951
951
|
|
952
|
-
# source://forwardable/1.3.
|
952
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
953
953
|
def slice_before(*args, **_arg1, &block); end
|
954
954
|
|
955
|
-
# source://forwardable/1.3.
|
955
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
956
956
|
def slice_when(*args, **_arg1, &block); end
|
957
957
|
|
958
|
-
# source://forwardable/1.3.
|
958
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
959
959
|
def sort(*args, **_arg1, &block); end
|
960
960
|
|
961
|
-
# source://forwardable/1.3.
|
961
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
962
962
|
def sort!(*args, **_arg1, &block); end
|
963
963
|
|
964
|
-
# source://forwardable/1.3.
|
964
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
965
965
|
def sort_by(*args, **_arg1, &block); end
|
966
966
|
|
967
|
-
# source://forwardable/1.3.
|
967
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
968
968
|
def sort_by!(*args, **_arg1, &block); end
|
969
969
|
|
970
|
-
# source://forwardable/1.3.
|
970
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
971
971
|
def sum(*args, **_arg1, &block); end
|
972
972
|
|
973
|
-
# source://forwardable/1.3.
|
973
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
974
974
|
def take(*args, **_arg1, &block); end
|
975
975
|
|
976
|
-
# source://forwardable/1.3.
|
976
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
977
977
|
def take_while(*args, **_arg1, &block); end
|
978
978
|
|
979
|
-
# source://forwardable/1.3.
|
979
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
980
980
|
def tally(*args, **_arg1, &block); end
|
981
981
|
|
982
|
-
# source://forwardable/1.3.
|
982
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
983
983
|
def to_ary(*args, **_arg1, &block); end
|
984
984
|
|
985
|
-
# source://forwardable/1.3.
|
985
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
986
986
|
def to_h(*args, **_arg1, &block); end
|
987
987
|
|
988
|
-
# source://forwardable/1.3.
|
988
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
989
989
|
def to_set(*args, **_arg1, &block); end
|
990
990
|
|
991
|
-
# source://forwardable/1.3.
|
991
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
992
992
|
def transpose(*args, **_arg1, &block); end
|
993
993
|
|
994
|
-
# source://forwardable/1.3.
|
994
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
995
995
|
def union(*args, **_arg1, &block); end
|
996
996
|
|
997
|
-
# source://forwardable/1.3.
|
997
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
998
998
|
def uniq(*args, **_arg1, &block); end
|
999
999
|
|
1000
|
-
# source://forwardable/1.3.
|
1000
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
1001
1001
|
def uniq!(*args, **_arg1, &block); end
|
1002
1002
|
|
1003
|
-
# source://forwardable/1.3.
|
1003
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
1004
1004
|
def unshift(*args, **_arg1, &block); end
|
1005
1005
|
|
1006
|
-
# source://forwardable/1.3.
|
1006
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
1007
1007
|
def values_at(*args, **_arg1, &block); end
|
1008
1008
|
|
1009
|
-
# source://forwardable/1.3.
|
1009
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
1010
1010
|
def zip(*args, **_arg1, &block); end
|
1011
1011
|
|
1012
|
-
# source://forwardable/1.3.
|
1012
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
1013
1013
|
def |(*args, **_arg1, &block); end
|
1014
1014
|
end
|
1015
1015
|
|
@@ -1059,7 +1059,7 @@ end
|
|
1059
1059
|
|
1060
1060
|
# A node extension for `const` nodes.
|
1061
1061
|
#
|
1062
|
-
# source://rubocop-ast//lib/rubocop/ast/node/const_node.rb#
|
1062
|
+
# source://rubocop-ast//lib/rubocop/ast/node/const_node.rb#7
|
1063
1063
|
class RuboCop::AST::ConstNode < ::RuboCop::AST::Node
|
1064
1064
|
# @return [Boolean] if the constant starts with `::` (aka s(:cbase))
|
1065
1065
|
#
|
@@ -1284,7 +1284,7 @@ end
|
|
1284
1284
|
# node when the builder constructs the AST, making its methods available
|
1285
1285
|
# to all `ensure` nodes within RuboCop.
|
1286
1286
|
#
|
1287
|
-
# source://rubocop-ast//lib/rubocop/ast/node/ensure_node.rb#
|
1287
|
+
# source://rubocop-ast//lib/rubocop/ast/node/ensure_node.rb#11
|
1288
1288
|
class RuboCop::AST::EnsureNode < ::RuboCop::AST::Node
|
1289
1289
|
# Returns the body of the `ensure` clause.
|
1290
1290
|
#
|
@@ -1338,7 +1338,7 @@ end
|
|
1338
1338
|
# node when the builder constructs the AST, making its methods available
|
1339
1339
|
# to all `for` nodes within RuboCop.
|
1340
1340
|
#
|
1341
|
-
# source://rubocop-ast//lib/rubocop/ast/node/for_node.rb#
|
1341
|
+
# source://rubocop-ast//lib/rubocop/ast/node/for_node.rb#11
|
1342
1342
|
class RuboCop::AST::ForNode < ::RuboCop::AST::Node
|
1343
1343
|
# Returns the body of the `for` loop.
|
1344
1344
|
#
|
@@ -1521,7 +1521,7 @@ end
|
|
1521
1521
|
# node when the builder constructs the AST, making its methods available
|
1522
1522
|
# to all `hash` nodes within RuboCop.
|
1523
1523
|
#
|
1524
|
-
# source://rubocop-ast//lib/rubocop/ast/node/hash_node.rb#
|
1524
|
+
# source://rubocop-ast//lib/rubocop/ast/node/hash_node.rb#14
|
1525
1525
|
class RuboCop::AST::HashNode < ::RuboCop::AST::Node
|
1526
1526
|
# Checks whether the `hash` literal is delimited by curly braces.
|
1527
1527
|
#
|
@@ -1753,7 +1753,7 @@ end
|
|
1753
1753
|
# node when the builder constructs the AST, making its methods available
|
1754
1754
|
# to all `in` nodes within RuboCop.
|
1755
1755
|
#
|
1756
|
-
# source://rubocop-ast//lib/rubocop/ast/node/in_pattern_node.rb#
|
1756
|
+
# source://rubocop-ast//lib/rubocop/ast/node/in_pattern_node.rb#11
|
1757
1757
|
class RuboCop::AST::InPatternNode < ::RuboCop::AST::Node
|
1758
1758
|
# Returns the body of the `in` node.
|
1759
1759
|
#
|
@@ -2470,7 +2470,7 @@ end
|
|
2470
2470
|
# plain node when the builder constructs the AST, making its methods
|
2471
2471
|
# available to all `module` nodes within RuboCop.
|
2472
2472
|
#
|
2473
|
-
# source://rubocop-ast//lib/rubocop/ast/node/module_node.rb#
|
2473
|
+
# source://rubocop-ast//lib/rubocop/ast/node/module_node.rb#11
|
2474
2474
|
class RuboCop::AST::ModuleNode < ::RuboCop::AST::Node
|
2475
2475
|
# The body of this `module` node.
|
2476
2476
|
#
|
@@ -3509,7 +3509,7 @@ class RuboCop::AST::NodePattern
|
|
3509
3509
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#73
|
3510
3510
|
def ast; end
|
3511
3511
|
|
3512
|
-
# source://forwardable/1.3.
|
3512
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
3513
3513
|
def captures(*args, **_arg1, &block); end
|
3514
3514
|
|
3515
3515
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#111
|
@@ -3538,7 +3538,7 @@ class RuboCop::AST::NodePattern
|
|
3538
3538
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#73
|
3539
3539
|
def match_code; end
|
3540
3540
|
|
3541
|
-
# source://forwardable/1.3.
|
3541
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
3542
3542
|
def named_parameters(*args, **_arg1, &block); end
|
3543
3543
|
|
3544
3544
|
# Returns the value of attribute pattern.
|
@@ -3546,7 +3546,7 @@ class RuboCop::AST::NodePattern
|
|
3546
3546
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#73
|
3547
3547
|
def pattern; end
|
3548
3548
|
|
3549
|
-
# source://forwardable/1.3.
|
3549
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
3550
3550
|
def positional_parameters(*args, **_arg1, &block); end
|
3551
3551
|
|
3552
3552
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#95
|
@@ -3659,7 +3659,7 @@ class RuboCop::AST::NodePattern::Compiler
|
|
3659
3659
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler.rb#15
|
3660
3660
|
def initialize; end
|
3661
3661
|
|
3662
|
-
# source://forwardable/1.3.
|
3662
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
3663
3663
|
def bind(*args, **_arg1, &block); end
|
3664
3664
|
|
3665
3665
|
# Returns the value of attribute binding.
|
@@ -3796,14 +3796,14 @@ end
|
|
3796
3796
|
|
3797
3797
|
# Variant of the Compiler with tracing information for nodes
|
3798
3798
|
#
|
3799
|
-
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#
|
3799
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#12
|
3800
3800
|
class RuboCop::AST::NodePattern::Compiler::Debug < ::RuboCop::AST::NodePattern::Compiler
|
3801
3801
|
# @return [Debug] a new instance of Debug
|
3802
3802
|
#
|
3803
3803
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#123
|
3804
3804
|
def initialize; end
|
3805
3805
|
|
3806
|
-
# source://forwardable/1.3.
|
3806
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
3807
3807
|
def comments(*args, **_arg1, &block); end
|
3808
3808
|
|
3809
3809
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#128
|
@@ -3817,7 +3817,7 @@ class RuboCop::AST::NodePattern::Compiler::Debug < ::RuboCop::AST::NodePattern::
|
|
3817
3817
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#132
|
3818
3818
|
def parser; end
|
3819
3819
|
|
3820
|
-
# source://forwardable/1.3.
|
3820
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
3821
3821
|
def tokens(*args, **_arg1, &block); end
|
3822
3822
|
end
|
3823
3823
|
|
@@ -4172,9 +4172,6 @@ class RuboCop::AST::NodePattern::Compiler::SequenceSubcompiler < ::RuboCop::AST:
|
|
4172
4172
|
|
4173
4173
|
private
|
4174
4174
|
|
4175
|
-
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/subcompiler.rb#20
|
4176
|
-
def compile(node); end
|
4177
|
-
|
4178
4175
|
# Compilation helpers
|
4179
4176
|
#
|
4180
4177
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/sequence_subcompiler.rb#165
|
@@ -4684,9 +4681,9 @@ RuboCop::AST::NodePattern::Node::AnyOrder::ARITIES = T.let(T.unsafe(nil), Hash)
|
|
4684
4681
|
|
4685
4682
|
# Node class for `$something`
|
4686
4683
|
#
|
4687
|
-
# source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#
|
4684
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#98
|
4688
4685
|
class RuboCop::AST::NodePattern::Node::Capture < ::RuboCop::AST::NodePattern::Node
|
4689
|
-
# source://forwardable/1.3.
|
4686
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
4690
4687
|
def arity(*args, **_arg1, &block); end
|
4691
4688
|
|
4692
4689
|
# @return [Boolean]
|
@@ -4700,7 +4697,7 @@ class RuboCop::AST::NodePattern::Node::Capture < ::RuboCop::AST::NodePattern::No
|
|
4700
4697
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#105
|
4701
4698
|
def nb_captures; end
|
4702
4699
|
|
4703
|
-
# source://forwardable/1.3.
|
4700
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
4704
4701
|
def rest?(*args, **_arg1, &block); end
|
4705
4702
|
end
|
4706
4703
|
|
@@ -4814,7 +4811,7 @@ end
|
|
4814
4811
|
# Doc on how this fits in the compiling process:
|
4815
4812
|
# /docs/modules/ROOT/pages/node_pattern.adoc
|
4816
4813
|
#
|
4817
|
-
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#
|
4814
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#13
|
4818
4815
|
class RuboCop::AST::NodePattern::Parser < ::Racc::Parser
|
4819
4816
|
extend ::Forwardable
|
4820
4817
|
|
@@ -4935,28 +4932,28 @@ class RuboCop::AST::NodePattern::Parser < ::Racc::Parser
|
|
4935
4932
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#463
|
4936
4933
|
def _reduce_none(val, _values); end
|
4937
4934
|
|
4938
|
-
# source://forwardable/1.3.
|
4935
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
4939
4936
|
def emit_atom(*args, **_arg1, &block); end
|
4940
4937
|
|
4941
|
-
# source://forwardable/1.3.
|
4938
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
4942
4939
|
def emit_call(*args, **_arg1, &block); end
|
4943
4940
|
|
4944
|
-
# source://forwardable/1.3.
|
4941
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
4945
4942
|
def emit_capture(*args, **_arg1, &block); end
|
4946
4943
|
|
4947
|
-
# source://forwardable/1.3.
|
4944
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
4948
4945
|
def emit_list(*args, **_arg1, &block); end
|
4949
4946
|
|
4950
|
-
# source://forwardable/1.3.
|
4947
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
4951
4948
|
def emit_unary_op(*args, **_arg1, &block); end
|
4952
4949
|
|
4953
|
-
# source://forwardable/1.3.
|
4950
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
4954
4951
|
def emit_union(*args, **_arg1, &block); end
|
4955
4952
|
|
4956
4953
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.rb#40
|
4957
4954
|
def inspect; end
|
4958
4955
|
|
4959
|
-
# source://forwardable/1.3.
|
4956
|
+
# source://forwardable/1.3.2/forwardable.rb#229
|
4960
4957
|
def next_token(*args, **_arg1, &block); end
|
4961
4958
|
|
4962
4959
|
# (Similar API to `parser` gem)
|
@@ -5000,7 +4997,7 @@ RuboCop::AST::NodePattern::Parser::Racc_token_to_s_table = T.let(T.unsafe(nil),
|
|
5000
4997
|
|
5001
4998
|
# Overrides Parser to use `WithMeta` variants and provide additional methods
|
5002
4999
|
#
|
5003
|
-
# source://rubocop-ast//lib/rubocop/ast/node_pattern/with_meta.rb#
|
5000
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/with_meta.rb#9
|
5004
5001
|
class RuboCop::AST::NodePattern::Parser::WithMeta < ::RuboCop::AST::NodePattern::Parser
|
5005
5002
|
# Returns the value of attribute comments.
|
5006
5003
|
#
|
@@ -5104,21 +5101,48 @@ RuboCop::AST::NodePattern::Sets::SET_10_10 = T.let(T.unsafe(nil), Set)
|
|
5104
5101
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5105
5102
|
RuboCop::AST::NodePattern::Sets::SET_1_1 = T.let(T.unsafe(nil), Set)
|
5106
5103
|
|
5104
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5105
|
+
RuboCop::AST::NodePattern::Sets::SET_1_2 = T.let(T.unsafe(nil), Set)
|
5106
|
+
|
5107
5107
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5108
5108
|
RuboCop::AST::NodePattern::Sets::SET_ADD_DEPENDENCY_ADD_RUNTIME_DEPENDENCY_ADD_DEVELOPMENT_DEPENDENCY = T.let(T.unsafe(nil), Set)
|
5109
5109
|
|
5110
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5111
|
+
RuboCop::AST::NodePattern::Sets::SET_ALL_CONTEXT = T.let(T.unsafe(nil), Set)
|
5112
|
+
|
5113
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5114
|
+
RuboCop::AST::NodePattern::Sets::SET_AND_RETURN_AND_RAISE_AND_THROW_ETC = T.let(T.unsafe(nil), Set)
|
5115
|
+
|
5110
5116
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5111
5117
|
RuboCop::AST::NodePattern::Sets::SET_ANY_EMPTY = T.let(T.unsafe(nil), Set)
|
5112
5118
|
|
5113
5119
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5114
5120
|
RuboCop::AST::NodePattern::Sets::SET_ANY_EMPTY_NONE_ETC = T.let(T.unsafe(nil), Set)
|
5115
5121
|
|
5122
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5123
|
+
RuboCop::AST::NodePattern::Sets::SET_ASSERT_EQUAL_REFUTE_EQUAL = T.let(T.unsafe(nil), Set)
|
5124
|
+
|
5116
5125
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5117
5126
|
RuboCop::AST::NodePattern::Sets::SET_ATTR_READER_ATTR_WRITER_ATTR_ACCESSOR_ATTR = T.let(T.unsafe(nil), Set)
|
5118
5127
|
|
5128
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5129
|
+
RuboCop::AST::NodePattern::Sets::SET_BACKGROUND_SCENARIO_XSCENARIO_ETC = T.let(T.unsafe(nil), Set)
|
5130
|
+
|
5131
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5132
|
+
RuboCop::AST::NodePattern::Sets::SET_BEFORE_AFTER = T.let(T.unsafe(nil), Set)
|
5133
|
+
|
5134
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5135
|
+
RuboCop::AST::NodePattern::Sets::SET_BE_EQ_EQL_EQUAL = T.let(T.unsafe(nil), Set)
|
5136
|
+
|
5137
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5138
|
+
RuboCop::AST::NodePattern::Sets::SET_BE_TRUTHY_BE_FALSEY_BE_FALSY_ETC = T.let(T.unsafe(nil), Set)
|
5139
|
+
|
5119
5140
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5120
5141
|
RuboCop::AST::NodePattern::Sets::SET_BRANCH_REF_TAG = T.let(T.unsafe(nil), Set)
|
5121
5142
|
|
5143
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5144
|
+
RuboCop::AST::NodePattern::Sets::SET_CALL_RUN = T.let(T.unsafe(nil), Set)
|
5145
|
+
|
5122
5146
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5123
5147
|
RuboCop::AST::NodePattern::Sets::SET_CAPTURE2_CAPTURE2E_CAPTURE3_ETC = T.let(T.unsafe(nil), Set)
|
5124
5148
|
|
@@ -5140,6 +5164,9 @@ RuboCop::AST::NodePattern::Sets::SET_CLASS_MODULE_STRUCT = T.let(T.unsafe(nil),
|
|
5140
5164
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5141
5165
|
RuboCop::AST::NodePattern::Sets::SET_CLONE_DUP_FREEZE = T.let(T.unsafe(nil), Set)
|
5142
5166
|
|
5167
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5168
|
+
RuboCop::AST::NodePattern::Sets::SET_CONTEXT_SHARED_CONTEXT = T.let(T.unsafe(nil), Set)
|
5169
|
+
|
5143
5170
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5144
5171
|
RuboCop::AST::NodePattern::Sets::SET_COUNT_LENGTH_SIZE = T.let(T.unsafe(nil), Set)
|
5145
5172
|
|
@@ -5149,6 +5176,15 @@ RuboCop::AST::NodePattern::Sets::SET_DEFINE_METHOD = T.let(T.unsafe(nil), Set)
|
|
5149
5176
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5150
5177
|
RuboCop::AST::NodePattern::Sets::SET_DEFINE_METHOD_DEFINE_SINGLETON_METHOD = T.let(T.unsafe(nil), Set)
|
5151
5178
|
|
5179
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5180
|
+
RuboCop::AST::NodePattern::Sets::SET_DESCRIBE_CONTEXT_FEATURE_ETC = T.let(T.unsafe(nil), Set)
|
5181
|
+
|
5182
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5183
|
+
RuboCop::AST::NodePattern::Sets::SET_DOUBLE_SPY = T.let(T.unsafe(nil), Set)
|
5184
|
+
|
5185
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5186
|
+
RuboCop::AST::NodePattern::Sets::SET_EACH_EXAMPLE = T.let(T.unsafe(nil), Set)
|
5187
|
+
|
5152
5188
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5153
5189
|
RuboCop::AST::NodePattern::Sets::SET_EACH_WITH_INDEX_WITH_INDEX = T.let(T.unsafe(nil), Set)
|
5154
5190
|
|
@@ -5158,12 +5194,27 @@ RuboCop::AST::NodePattern::Sets::SET_EACH_WITH_OBJECT_WITH_OBJECT = T.let(T.unsa
|
|
5158
5194
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5159
5195
|
RuboCop::AST::NodePattern::Sets::SET_ENV = T.let(T.unsafe(nil), Set)
|
5160
5196
|
|
5197
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5198
|
+
RuboCop::AST::NodePattern::Sets::SET_EQL_EQ_BE = T.let(T.unsafe(nil), Set)
|
5199
|
+
|
5161
5200
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5162
5201
|
RuboCop::AST::NodePattern::Sets::SET_ESCAPE_ENCODE_UNESCAPE_DECODE = T.let(T.unsafe(nil), Set)
|
5163
5202
|
|
5203
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5204
|
+
RuboCop::AST::NodePattern::Sets::SET_EXACTLY_AT_LEAST_AT_MOST = T.let(T.unsafe(nil), Set)
|
5205
|
+
|
5164
5206
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5165
5207
|
RuboCop::AST::NodePattern::Sets::SET_EXIST_EXISTS = T.let(T.unsafe(nil), Set)
|
5166
5208
|
|
5209
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5210
|
+
RuboCop::AST::NodePattern::Sets::SET_EXPECT_ALLOW = T.let(T.unsafe(nil), Set)
|
5211
|
+
|
5212
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5213
|
+
RuboCop::AST::NodePattern::Sets::SET_FACTORYGIRL_FACTORYBOT = T.let(T.unsafe(nil), Set)
|
5214
|
+
|
5215
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5216
|
+
RuboCop::AST::NodePattern::Sets::SET_FACTORY_TRAIT = T.let(T.unsafe(nil), Set)
|
5217
|
+
|
5167
5218
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5168
5219
|
RuboCop::AST::NodePattern::Sets::SET_FILETEST_FILE_DIR_SHELL = T.let(T.unsafe(nil), Set)
|
5169
5220
|
|
@@ -5200,6 +5251,9 @@ RuboCop::AST::NodePattern::Sets::SET_INSTANCE_EVAL_CLASS_EVAL_MODULE_EVAL = T.le
|
|
5200
5251
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5201
5252
|
RuboCop::AST::NodePattern::Sets::SET_INSTANCE_EXEC_CLASS_EXEC_MODULE_EXEC = T.let(T.unsafe(nil), Set)
|
5202
5253
|
|
5254
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5255
|
+
RuboCop::AST::NodePattern::Sets::SET_IS_EXPECTED_SHOULD_SHOULD_NOT = T.let(T.unsafe(nil), Set)
|
5256
|
+
|
5203
5257
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5204
5258
|
RuboCop::AST::NodePattern::Sets::SET_KEYS_VALUES = T.let(T.unsafe(nil), Set)
|
5205
5259
|
|
@@ -5245,12 +5299,18 @@ RuboCop::AST::NodePattern::Sets::SET_PRIVATE_PROTECTED_PRIVATE_CLASS_METHOD = T.
|
|
5245
5299
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5246
5300
|
RuboCop::AST::NodePattern::Sets::SET_PRIVATE_PROTECTED_PUBLIC = T.let(T.unsafe(nil), Set)
|
5247
5301
|
|
5302
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5303
|
+
RuboCop::AST::NodePattern::Sets::SET_PROC_LAMBDA = T.let(T.unsafe(nil), Set)
|
5304
|
+
|
5248
5305
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5249
5306
|
RuboCop::AST::NodePattern::Sets::SET_PUBLIC_CONSTANT_PRIVATE_CONSTANT = T.let(T.unsafe(nil), Set)
|
5250
5307
|
|
5251
5308
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5252
5309
|
RuboCop::AST::NodePattern::Sets::SET_PUBLIC_PROTECTED_PRIVATE_MODULE_FUNCTION = T.let(T.unsafe(nil), Set)
|
5253
5310
|
|
5311
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5312
|
+
RuboCop::AST::NodePattern::Sets::SET_RAISE_ERROR_RAISE_EXCEPTION = T.let(T.unsafe(nil), Set)
|
5313
|
+
|
5254
5314
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5255
5315
|
RuboCop::AST::NodePattern::Sets::SET_RAISE_FAIL = T.let(T.unsafe(nil), Set)
|
5256
5316
|
|
@@ -5260,6 +5320,18 @@ RuboCop::AST::NodePattern::Sets::SET_RAISE_FAIL_THROW_ETC = T.let(T.unsafe(nil),
|
|
5260
5320
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5261
5321
|
RuboCop::AST::NodePattern::Sets::SET_READ_BINREAD = T.let(T.unsafe(nil), Set)
|
5262
5322
|
|
5323
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5324
|
+
RuboCop::AST::NodePattern::Sets::SET_RECEIVE_HAVE_RECEIVED = T.let(T.unsafe(nil), Set)
|
5325
|
+
|
5326
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5327
|
+
RuboCop::AST::NodePattern::Sets::SET_RECEIVE_MESSAGE_CHAIN_STUB_CHAIN = T.let(T.unsafe(nil), Set)
|
5328
|
+
|
5329
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5330
|
+
RuboCop::AST::NodePattern::Sets::SET_RECEIVE_RECEIVE_MESSAGES_RECEIVE_MESSAGE_CHAIN_HAVE_RECEIVED = T.let(T.unsafe(nil), Set)
|
5331
|
+
|
5332
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5333
|
+
RuboCop::AST::NodePattern::Sets::SET_RECEIVE_RECEIVE_MESSAGE_CHAIN = T.let(T.unsafe(nil), Set)
|
5334
|
+
|
5263
5335
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5264
5336
|
RuboCop::AST::NodePattern::Sets::SET_REDUCE_INJECT = T.let(T.unsafe(nil), Set)
|
5265
5337
|
|
@@ -5278,6 +5350,12 @@ RuboCop::AST::NodePattern::Sets::SET_SELECT_SELECT = T.let(T.unsafe(nil), Set)
|
|
5278
5350
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5279
5351
|
RuboCop::AST::NodePattern::Sets::SET_SEND_PUBLIC_SEND___SEND__ = T.let(T.unsafe(nil), Set)
|
5280
5352
|
|
5353
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5354
|
+
RuboCop::AST::NodePattern::Sets::SET_SHOULD_SHOULD_NOT = T.let(T.unsafe(nil), Set)
|
5355
|
+
|
5356
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5357
|
+
RuboCop::AST::NodePattern::Sets::SET_SKIP_PENDING = T.let(T.unsafe(nil), Set)
|
5358
|
+
|
5281
5359
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5282
5360
|
RuboCop::AST::NodePattern::Sets::SET_SORT_BY_SORT = T.let(T.unsafe(nil), Set)
|
5283
5361
|
|
@@ -5287,12 +5365,18 @@ RuboCop::AST::NodePattern::Sets::SET_SPAWN_SYSTEM = T.let(T.unsafe(nil), Set)
|
|
5287
5365
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5288
5366
|
RuboCop::AST::NodePattern::Sets::SET_SPRINTF_FORMAT = T.let(T.unsafe(nil), Set)
|
5289
5367
|
|
5368
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5369
|
+
RuboCop::AST::NodePattern::Sets::SET_STATUS_CODE = T.let(T.unsafe(nil), Set)
|
5370
|
+
|
5290
5371
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5291
5372
|
RuboCop::AST::NodePattern::Sets::SET_STRUCT_CLASS = T.let(T.unsafe(nil), Set)
|
5292
5373
|
|
5293
5374
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5294
5375
|
RuboCop::AST::NodePattern::Sets::SET_SUCC_PRED_NEXT = T.let(T.unsafe(nil), Set)
|
5295
5376
|
|
5377
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5378
|
+
RuboCop::AST::NodePattern::Sets::SET_TASK_NAMESPACE = T.let(T.unsafe(nil), Set)
|
5379
|
+
|
5296
5380
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5297
5381
|
RuboCop::AST::NodePattern::Sets::SET_TO_ENUM_ENUM_FOR = T.let(T.unsafe(nil), Set)
|
5298
5382
|
|
@@ -5302,6 +5386,9 @@ RuboCop::AST::NodePattern::Sets::SET_TO_H_TO_HASH = T.let(T.unsafe(nil), Set)
|
|
5302
5386
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5303
5387
|
RuboCop::AST::NodePattern::Sets::SET_TO_I_TO_F_TO_C_TO_R = T.let(T.unsafe(nil), Set)
|
5304
5388
|
|
5389
|
+
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5390
|
+
RuboCop::AST::NodePattern::Sets::SET_TO_TO_NOT_NOT_TO = T.let(T.unsafe(nil), Set)
|
5391
|
+
|
5305
5392
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10
|
5306
5393
|
RuboCop::AST::NodePattern::Sets::SET_TRUE_FALSE = T.let(T.unsafe(nil), Set)
|
5307
5394
|
|
@@ -5402,7 +5489,7 @@ RuboCop::AST::NumericNode::SIGN_REGEX = T.let(T.unsafe(nil), Regexp)
|
|
5402
5489
|
# This will be used in place of a plain node when the builder constructs
|
5403
5490
|
# the AST, making its methods available to all assignment nodes within RuboCop.
|
5404
5491
|
#
|
5405
|
-
# source://rubocop-ast//lib/rubocop/ast/node/op_asgn_node.rb#
|
5492
|
+
# source://rubocop-ast//lib/rubocop/ast/node/op_asgn_node.rb#9
|
5406
5493
|
class RuboCop::AST::OpAsgnNode < ::RuboCop::AST::Node
|
5407
5494
|
# @return [AsgnNode] the assignment node
|
5408
5495
|
#
|
@@ -5435,7 +5522,7 @@ end
|
|
5435
5522
|
# This will be used in place of a plain node when the builder constructs
|
5436
5523
|
# the AST, making its methods available to all assignment nodes within RuboCop.
|
5437
5524
|
#
|
5438
|
-
# source://rubocop-ast//lib/rubocop/ast/node/or_asgn_node.rb#
|
5525
|
+
# source://rubocop-ast//lib/rubocop/ast/node/or_asgn_node.rb#11
|
5439
5526
|
class RuboCop::AST::OrAsgnNode < ::RuboCop::AST::OpAsgnNode
|
5440
5527
|
# The operator being used for assignment as a symbol.
|
5441
5528
|
#
|
@@ -5703,7 +5790,7 @@ RuboCop::AST::PredicateOperatorNode::SEMANTIC_OR = T.let(T.unsafe(nil), String)
|
|
5703
5790
|
# This will be used in place of a plain node when the builder constructs
|
5704
5791
|
# the AST, making its methods available to all `arg` nodes within RuboCop.
|
5705
5792
|
#
|
5706
|
-
# source://rubocop-ast//lib/rubocop/ast/node/procarg0_node.rb#
|
5793
|
+
# source://rubocop-ast//lib/rubocop/ast/node/procarg0_node.rb#11
|
5707
5794
|
class RuboCop::AST::Procarg0Node < ::RuboCop::AST::ArgNode
|
5708
5795
|
# Returns the name of an argument.
|
5709
5796
|
#
|
@@ -6040,7 +6127,7 @@ RuboCop::AST::RegexpNode::OPTIONS = T.let(T.unsafe(nil), Hash)
|
|
6040
6127
|
# plain node when the builder constructs the AST, making its methods
|
6041
6128
|
# available to all `resbody` nodes within RuboCop.
|
6042
6129
|
#
|
6043
|
-
# source://rubocop-ast//lib/rubocop/ast/node/resbody_node.rb#
|
6130
|
+
# source://rubocop-ast//lib/rubocop/ast/node/resbody_node.rb#11
|
6044
6131
|
class RuboCop::AST::ResbodyNode < ::RuboCop::AST::Node
|
6045
6132
|
# Returns the body of the `rescue` clause.
|
6046
6133
|
#
|
@@ -6075,7 +6162,7 @@ end
|
|
6075
6162
|
# plain node when the builder constructs the AST, making its methods
|
6076
6163
|
# available to all `rescue` nodes within RuboCop.
|
6077
6164
|
#
|
6078
|
-
# source://rubocop-ast//lib/rubocop/ast/node/rescue_node.rb#
|
6165
|
+
# source://rubocop-ast//lib/rubocop/ast/node/rescue_node.rb#11
|
6079
6166
|
class RuboCop::AST::RescueNode < ::RuboCop::AST::Node
|
6080
6167
|
# Returns the body of the rescue node.
|
6081
6168
|
#
|
@@ -6147,7 +6234,7 @@ RuboCop::AST::RuboCopCompatibility::INCOMPATIBLE_COPS = T.let(T.unsafe(nil), Has
|
|
6147
6234
|
# plain node when the builder constructs the AST, making its methods
|
6148
6235
|
# available to all `sclass` nodes within RuboCop.
|
6149
6236
|
#
|
6150
|
-
# source://rubocop-ast//lib/rubocop/ast/node/self_class_node.rb#
|
6237
|
+
# source://rubocop-ast//lib/rubocop/ast/node/self_class_node.rb#11
|
6151
6238
|
class RuboCop::AST::SelfClassNode < ::RuboCop::AST::Node
|
6152
6239
|
# The body of this `sclass` node.
|
6153
6240
|
#
|
@@ -6894,7 +6981,7 @@ RuboCop::AST::Version::STRING = T.let(T.unsafe(nil), String)
|
|
6894
6981
|
# node when the builder constructs the AST, making its methods available
|
6895
6982
|
# to all `when` nodes within RuboCop.
|
6896
6983
|
#
|
6897
|
-
# source://rubocop-ast//lib/rubocop/ast/node/when_node.rb#
|
6984
|
+
# source://rubocop-ast//lib/rubocop/ast/node/when_node.rb#11
|
6898
6985
|
class RuboCop::AST::WhenNode < ::RuboCop::AST::Node
|
6899
6986
|
# Returns the body of the `when` node.
|
6900
6987
|
#
|