sorbet-result 1.0.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.standard.yml +6 -0
- data/.tool-versions +1 -1
- data/CHANGELOG.md +21 -0
- data/Gemfile +3 -5
- data/Gemfile.lock +79 -64
- data/README.md +25 -2
- data/Rakefile +3 -5
- data/lib/minitest/result_assertions.rb +48 -0
- data/lib/sorbet-result.rb +1 -5
- data/lib/typed/result.rb +199 -7
- data/sorbet/rbi/gems/.gitattributes +1 -0
- data/sorbet/rbi/gems/ast@2.4.2.rbi +1 -0
- data/sorbet/rbi/gems/erubi@1.13.0.rbi +150 -0
- data/sorbet/rbi/gems/{io-console@0.6.0.rbi → io-console@0.7.2.rbi} +1 -0
- data/sorbet/rbi/gems/{json@2.6.3.rbi → json@2.7.5.rbi} +168 -72
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
- data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +240 -0
- data/sorbet/rbi/gems/{minitest@5.18.1.rbi → minitest@5.25.1.rbi} +337 -282
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +1 -0
- data/sorbet/rbi/gems/{parallel@1.23.0.rbi → parallel@1.26.3.rbi} +38 -20
- data/sorbet/rbi/gems/{parser@3.2.2.3.rbi → parser@3.3.5.1.rbi} +663 -2397
- data/sorbet/rbi/gems/prism@1.2.0.rbi +39085 -0
- data/sorbet/rbi/gems/psych@5.1.2.rbi +1732 -0
- data/sorbet/rbi/gems/{racc@1.7.1.rbi → racc@1.8.1.rbi} +37 -36
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +1 -0
- data/sorbet/rbi/gems/{rake@13.0.6.rbi → rake@13.2.1.rbi} +79 -75
- data/sorbet/rbi/gems/rbi@0.2.1.rbi +4535 -0
- data/sorbet/rbi/gems/{regexp_parser@2.8.1.rbi → regexp_parser@2.9.2.rbi} +190 -167
- data/sorbet/rbi/gems/{reline@0.3.5.rbi → reline@0.5.10.rbi} +1 -0
- data/sorbet/rbi/gems/{rubocop-ast@1.29.0.rbi → rubocop-ast@1.33.1.rbi} +1220 -748
- data/sorbet/rbi/gems/rubocop-performance@1.22.1.rbi +9 -0
- data/sorbet/rbi/gems/rubocop-sorbet@0.7.8.rbi +9 -0
- data/sorbet/rbi/gems/{rubocop@1.52.1.rbi → rubocop@1.66.1.rbi} +6236 -3446
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1 -0
- data/sorbet/rbi/gems/spoom@1.5.0.rbi +4932 -0
- data/sorbet/rbi/gems/standard-custom@1.0.2.rbi +9 -0
- data/sorbet/rbi/gems/standard-performance@1.5.0.rbi +9 -0
- data/sorbet/rbi/gems/standard-sorbet@0.0.2.rbi +53 -0
- data/sorbet/rbi/gems/standard@1.41.1.rbi +926 -0
- data/sorbet/rbi/gems/stringio@3.1.1.rbi +9 -0
- data/sorbet/rbi/gems/{tapioca@0.11.6.rbi → tapioca@0.16.3.rbi} +937 -635
- data/sorbet/rbi/gems/{thor@1.2.2.rbi → thor@1.3.2.rbi} +832 -419
- data/sorbet/rbi/gems/{unicode-display_width@2.4.2.rbi → unicode-display_width@2.6.0.rbi} +1 -0
- data/sorbet/rbi/gems/{yard-sorbet@0.8.1.rbi → yard-sorbet@0.9.0.rbi} +36 -29
- data/sorbet/rbi/gems/{yard@0.9.34.rbi → yard@0.9.37.rbi} +431 -271
- data/sorbet/tapioca/config.yml +3 -12
- data/sorbet/tapioca/require.rb +0 -1
- metadata +37 -47
- data/.rubocop.yml +0 -33
- data/lib/typed/failure.rb +0 -81
- data/lib/typed/success.rb +0 -80
- data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +0 -1083
- data/sorbet/rbi/gems/irb@1.7.0.rbi +0 -342
- data/sorbet/rbi/gems/rbi@0.0.16.rbi +0 -3008
- data/sorbet/rbi/gems/rexml@3.2.5.rbi +0 -4717
- data/sorbet/rbi/gems/rubocop-minitest@0.31.0.rbi +0 -2528
- data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +0 -328
- data/sorbet/rbi/gems/rubocop-sorbet@0.7.0.rbi +0 -1043
- data/sorbet/rbi/gems/spoom@1.2.1.rbi +0 -2503
- data/sorbet/rbi/gems/unparser@0.6.8.rbi +0 -4525
- data/sorbet/rbi/gems/zeitwerk@2.6.8.rbi +0 -986
@@ -4,6 +4,7 @@
|
|
4
4
|
# This is an autogenerated file for types exported from the `regexp_parser` gem.
|
5
5
|
# Please instead update this file by running `bin/tapioca gem regexp_parser`.
|
6
6
|
|
7
|
+
|
7
8
|
# source://regexp_parser//lib/regexp_parser/expression/shared.rb#1
|
8
9
|
module Regexp::Expression; end
|
9
10
|
|
@@ -94,6 +95,9 @@ end
|
|
94
95
|
class Regexp::Expression::Anchor::NonWordBoundary < ::Regexp::Expression::Anchor::Base
|
95
96
|
# source://regexp_parser//lib/regexp_parser/expression/methods/human_name.rb#17
|
96
97
|
def human_name; end
|
98
|
+
|
99
|
+
# source://regexp_parser//lib/regexp_parser/expression/methods/negative.rb#13
|
100
|
+
def negative?; end
|
97
101
|
end
|
98
102
|
|
99
103
|
# source://regexp_parser//lib/regexp_parser/expression/classes/anchor.rb#13
|
@@ -127,12 +131,18 @@ end
|
|
127
131
|
class Regexp::Expression::Assertion::NegativeLookahead < ::Regexp::Expression::Assertion::Base
|
128
132
|
# source://regexp_parser//lib/regexp_parser/expression/methods/human_name.rb#21
|
129
133
|
def human_name; end
|
134
|
+
|
135
|
+
# source://regexp_parser//lib/regexp_parser/expression/methods/negative.rb#14
|
136
|
+
def negative?; end
|
130
137
|
end
|
131
138
|
|
132
139
|
# source://regexp_parser//lib/regexp_parser/expression/classes/group.rb#71
|
133
140
|
class Regexp::Expression::Assertion::NegativeLookbehind < ::Regexp::Expression::Assertion::Base
|
134
141
|
# source://regexp_parser//lib/regexp_parser/expression/methods/human_name.rb#22
|
135
142
|
def human_name; end
|
143
|
+
|
144
|
+
# source://regexp_parser//lib/regexp_parser/expression/methods/negative.rb#15
|
145
|
+
def negative?; end
|
136
146
|
end
|
137
147
|
|
138
148
|
# alias for symmetry between token symbol and Expression class name
|
@@ -574,10 +584,10 @@ end
|
|
574
584
|
class Regexp::Expression::CharacterSet < ::Regexp::Expression::Subexpression
|
575
585
|
# @return [CharacterSet] a new instance of CharacterSet
|
576
586
|
#
|
577
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#
|
587
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#6
|
578
588
|
def initialize(token, options = T.unsafe(nil)); end
|
579
589
|
|
580
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#
|
590
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#16
|
581
591
|
def close; end
|
582
592
|
|
583
593
|
# Returns the value of attribute closed.
|
@@ -600,14 +610,9 @@ class Regexp::Expression::CharacterSet < ::Regexp::Expression::Subexpression
|
|
600
610
|
# source://regexp_parser//lib/regexp_parser/expression/methods/match_length.rb#98
|
601
611
|
def match_length; end
|
602
612
|
|
603
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#
|
613
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#12
|
604
614
|
def negate; end
|
605
615
|
|
606
|
-
# Returns the value of attribute negative.
|
607
|
-
#
|
608
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#3
|
609
|
-
def negated?; end
|
610
|
-
|
611
616
|
# Returns the value of attribute negative.
|
612
617
|
#
|
613
618
|
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#3
|
@@ -620,9 +625,7 @@ class Regexp::Expression::CharacterSet < ::Regexp::Expression::Subexpression
|
|
620
625
|
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#3
|
621
626
|
def negative=(_arg0); end
|
622
627
|
|
623
|
-
#
|
624
|
-
#
|
625
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#3
|
628
|
+
# source://regexp_parser//lib/regexp_parser/expression/methods/negative.rb#16
|
626
629
|
def negative?; end
|
627
630
|
|
628
631
|
# source://regexp_parser//lib/regexp_parser/expression/methods/parts.rb#15
|
@@ -686,6 +689,9 @@ end
|
|
686
689
|
class Regexp::Expression::CharacterType::Base < ::Regexp::Expression::Base
|
687
690
|
# source://regexp_parser//lib/regexp_parser/expression/methods/match_length.rb#98
|
688
691
|
def match_length; end
|
692
|
+
|
693
|
+
# source://regexp_parser//lib/regexp_parser/expression/methods/negative.rb#17
|
694
|
+
def negative?; end
|
689
695
|
end
|
690
696
|
|
691
697
|
# source://regexp_parser//lib/regexp_parser/expression/classes/character_type.rb#6
|
@@ -1127,7 +1133,7 @@ end
|
|
1127
1133
|
# source://regexp_parser//lib/regexp_parser/expression/classes/keep.rb#2
|
1128
1134
|
module Regexp::Expression::Keep; end
|
1129
1135
|
|
1130
|
-
#
|
1136
|
+
# TODO: in regexp_parser v3.0.0 this should possibly be a Subexpression
|
1131
1137
|
# that contains all expressions to its left.
|
1132
1138
|
#
|
1133
1139
|
# source://regexp_parser//lib/regexp_parser/expression/classes/keep.rb#5
|
@@ -1151,10 +1157,10 @@ end
|
|
1151
1157
|
# source://regexp_parser//lib/regexp_parser/expression/methods/match_length.rb#85
|
1152
1158
|
Regexp::Expression::MatchLength = Regexp::MatchLength
|
1153
1159
|
|
1154
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/posix_class.rb#
|
1160
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/posix_class.rb#10
|
1155
1161
|
Regexp::Expression::Nonposixclass = Regexp::Expression::PosixClass
|
1156
1162
|
|
1157
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1163
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#118
|
1158
1164
|
Regexp::Expression::Nonproperty = Regexp::Expression::UnicodeProperty
|
1159
1165
|
|
1160
1166
|
# source://regexp_parser//lib/regexp_parser/expression/classes/posix_class.rb#2
|
@@ -1162,23 +1168,21 @@ class Regexp::Expression::PosixClass < ::Regexp::Expression::Base
|
|
1162
1168
|
# source://regexp_parser//lib/regexp_parser/expression/methods/match_length.rb#98
|
1163
1169
|
def match_length; end
|
1164
1170
|
|
1165
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/posix_class.rb#
|
1171
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/posix_class.rb#3
|
1166
1172
|
def name; end
|
1167
1173
|
|
1168
|
-
#
|
1169
|
-
#
|
1170
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/posix_class.rb#3
|
1174
|
+
# source://regexp_parser//lib/regexp_parser/expression/methods/negative.rb#18
|
1171
1175
|
def negative?; end
|
1172
1176
|
end
|
1173
1177
|
|
1174
1178
|
# alias for symmetry between token symbol and Expression class name
|
1175
1179
|
#
|
1176
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/posix_class.rb#
|
1180
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/posix_class.rb#9
|
1177
1181
|
Regexp::Expression::Posixclass = Regexp::Expression::PosixClass
|
1178
1182
|
|
1179
1183
|
# alias for symmetry between token symbol and Expression class name
|
1180
1184
|
#
|
1181
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1185
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#117
|
1182
1186
|
Regexp::Expression::Property = Regexp::Expression::UnicodeProperty
|
1183
1187
|
|
1184
1188
|
# TODO: in v3.0.0, maybe put Shared back into Base, and inherit from Base and
|
@@ -1370,7 +1374,7 @@ end
|
|
1370
1374
|
|
1371
1375
|
# alias for symmetry between token symbol and Expression class name
|
1372
1376
|
#
|
1373
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#
|
1377
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/character_set.rb#22
|
1374
1378
|
Regexp::Expression::Set = Regexp::Expression::CharacterSet
|
1375
1379
|
|
1376
1380
|
# source://regexp_parser//lib/regexp_parser/expression/shared.rb#2
|
@@ -1453,6 +1457,18 @@ module Regexp::Expression::Shared
|
|
1453
1457
|
# source://regexp_parser//lib/regexp_parser/expression/methods/tests.rb#36
|
1454
1458
|
def is?(test_token, test_type = T.unsafe(nil)); end
|
1455
1459
|
|
1460
|
+
# not an alias so as to respect overrides of #negative?
|
1461
|
+
#
|
1462
|
+
# @return [Boolean]
|
1463
|
+
#
|
1464
|
+
# source://regexp_parser//lib/regexp_parser/expression/methods/negative.rb#8
|
1465
|
+
def negated?; end
|
1466
|
+
|
1467
|
+
# @return [Boolean]
|
1468
|
+
#
|
1469
|
+
# source://regexp_parser//lib/regexp_parser/expression/methods/negative.rb#3
|
1470
|
+
def negative?; end
|
1471
|
+
|
1456
1472
|
# source://regexp_parser//lib/regexp_parser/expression/shared.rb#100
|
1457
1473
|
def nesting_level=(lvl); end
|
1458
1474
|
|
@@ -1794,22 +1810,22 @@ end
|
|
1794
1810
|
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#2
|
1795
1811
|
module Regexp::Expression::UnicodeProperty; end
|
1796
1812
|
|
1797
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1813
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#108
|
1798
1814
|
class Regexp::Expression::UnicodeProperty::Age < ::Regexp::Expression::UnicodeProperty::Base; end
|
1799
1815
|
|
1800
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1816
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#13
|
1801
1817
|
class Regexp::Expression::UnicodeProperty::Alnum < ::Regexp::Expression::UnicodeProperty::Base; end
|
1802
1818
|
|
1803
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1819
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#14
|
1804
1820
|
class Regexp::Expression::UnicodeProperty::Alpha < ::Regexp::Expression::UnicodeProperty::Base; end
|
1805
1821
|
|
1806
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1822
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#31
|
1807
1823
|
class Regexp::Expression::UnicodeProperty::Any < ::Regexp::Expression::UnicodeProperty::Base; end
|
1808
1824
|
|
1809
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1825
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#15
|
1810
1826
|
class Regexp::Expression::UnicodeProperty::Ascii < ::Regexp::Expression::UnicodeProperty::Base; end
|
1811
1827
|
|
1812
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1828
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#32
|
1813
1829
|
class Regexp::Expression::UnicodeProperty::Assigned < ::Regexp::Expression::UnicodeProperty::Base; end
|
1814
1830
|
|
1815
1831
|
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#3
|
@@ -1817,226 +1833,227 @@ class Regexp::Expression::UnicodeProperty::Base < ::Regexp::Expression::Base
|
|
1817
1833
|
# source://regexp_parser//lib/regexp_parser/expression/methods/match_length.rb#98
|
1818
1834
|
def match_length; end
|
1819
1835
|
|
1820
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1836
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#4
|
1821
1837
|
def name; end
|
1822
1838
|
|
1823
|
-
#
|
1824
|
-
#
|
1825
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#4
|
1839
|
+
# source://regexp_parser//lib/regexp_parser/expression/methods/negative.rb#19
|
1826
1840
|
def negative?; end
|
1827
1841
|
|
1828
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1842
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#8
|
1829
1843
|
def shortcut; end
|
1830
1844
|
end
|
1831
1845
|
|
1832
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1846
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#16
|
1833
1847
|
class Regexp::Expression::UnicodeProperty::Blank < ::Regexp::Expression::UnicodeProperty::Base; end
|
1834
1848
|
|
1835
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1849
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#109
|
1836
1850
|
class Regexp::Expression::UnicodeProperty::Block < ::Regexp::Expression::UnicodeProperty::Base; end
|
1837
1851
|
|
1838
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1852
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#17
|
1839
1853
|
class Regexp::Expression::UnicodeProperty::Cntrl < ::Regexp::Expression::UnicodeProperty::Base; end
|
1840
1854
|
|
1841
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1855
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#97
|
1842
1856
|
module Regexp::Expression::UnicodeProperty::Codepoint; end
|
1843
1857
|
|
1844
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1858
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#100
|
1845
1859
|
class Regexp::Expression::UnicodeProperty::Codepoint::Any < ::Regexp::Expression::UnicodeProperty::Codepoint::Base; end
|
1846
1860
|
|
1847
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1861
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#98
|
1848
1862
|
class Regexp::Expression::UnicodeProperty::Codepoint::Base < ::Regexp::Expression::UnicodeProperty::Base; end
|
1849
1863
|
|
1850
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1864
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#101
|
1851
1865
|
class Regexp::Expression::UnicodeProperty::Codepoint::Control < ::Regexp::Expression::UnicodeProperty::Codepoint::Base; end
|
1852
1866
|
|
1853
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1867
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#102
|
1854
1868
|
class Regexp::Expression::UnicodeProperty::Codepoint::Format < ::Regexp::Expression::UnicodeProperty::Codepoint::Base; end
|
1855
1869
|
|
1856
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1870
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#104
|
1857
1871
|
class Regexp::Expression::UnicodeProperty::Codepoint::PrivateUse < ::Regexp::Expression::UnicodeProperty::Codepoint::Base; end
|
1858
1872
|
|
1859
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1873
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#103
|
1860
1874
|
class Regexp::Expression::UnicodeProperty::Codepoint::Surrogate < ::Regexp::Expression::UnicodeProperty::Codepoint::Base; end
|
1861
1875
|
|
1862
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1876
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#105
|
1863
1877
|
class Regexp::Expression::UnicodeProperty::Codepoint::Unassigned < ::Regexp::Expression::UnicodeProperty::Codepoint::Base; end
|
1864
1878
|
|
1865
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1879
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#110
|
1866
1880
|
class Regexp::Expression::UnicodeProperty::Derived < ::Regexp::Expression::UnicodeProperty::Base; end
|
1867
1881
|
|
1868
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1882
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#18
|
1869
1883
|
class Regexp::Expression::UnicodeProperty::Digit < ::Regexp::Expression::UnicodeProperty::Base; end
|
1870
1884
|
|
1871
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1885
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#111
|
1872
1886
|
class Regexp::Expression::UnicodeProperty::Emoji < ::Regexp::Expression::UnicodeProperty::Base; end
|
1873
1887
|
|
1874
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1888
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#112
|
1889
|
+
class Regexp::Expression::UnicodeProperty::Enumerated < ::Regexp::Expression::UnicodeProperty::Base; end
|
1890
|
+
|
1891
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#19
|
1875
1892
|
class Regexp::Expression::UnicodeProperty::Graph < ::Regexp::Expression::UnicodeProperty::Base; end
|
1876
1893
|
|
1877
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1894
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#34
|
1878
1895
|
module Regexp::Expression::UnicodeProperty::Letter; end
|
1879
1896
|
|
1880
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1897
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#37
|
1881
1898
|
class Regexp::Expression::UnicodeProperty::Letter::Any < ::Regexp::Expression::UnicodeProperty::Letter::Base; end
|
1882
1899
|
|
1883
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1900
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#35
|
1884
1901
|
class Regexp::Expression::UnicodeProperty::Letter::Base < ::Regexp::Expression::UnicodeProperty::Base; end
|
1885
1902
|
|
1886
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1903
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#38
|
1887
1904
|
class Regexp::Expression::UnicodeProperty::Letter::Cased < ::Regexp::Expression::UnicodeProperty::Letter::Base; end
|
1888
1905
|
|
1889
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1906
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#40
|
1890
1907
|
class Regexp::Expression::UnicodeProperty::Letter::Lowercase < ::Regexp::Expression::UnicodeProperty::Letter::Base; end
|
1891
1908
|
|
1892
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1909
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#42
|
1893
1910
|
class Regexp::Expression::UnicodeProperty::Letter::Modifier < ::Regexp::Expression::UnicodeProperty::Letter::Base; end
|
1894
1911
|
|
1895
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1912
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#43
|
1896
1913
|
class Regexp::Expression::UnicodeProperty::Letter::Other < ::Regexp::Expression::UnicodeProperty::Letter::Base; end
|
1897
1914
|
|
1898
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1915
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#41
|
1899
1916
|
class Regexp::Expression::UnicodeProperty::Letter::Titlecase < ::Regexp::Expression::UnicodeProperty::Letter::Base; end
|
1900
1917
|
|
1901
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1918
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#39
|
1902
1919
|
class Regexp::Expression::UnicodeProperty::Letter::Uppercase < ::Regexp::Expression::UnicodeProperty::Letter::Base; end
|
1903
1920
|
|
1904
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1921
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#20
|
1905
1922
|
class Regexp::Expression::UnicodeProperty::Lower < ::Regexp::Expression::UnicodeProperty::Base; end
|
1906
1923
|
|
1907
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1924
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#46
|
1908
1925
|
module Regexp::Expression::UnicodeProperty::Mark; end
|
1909
1926
|
|
1910
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1927
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#49
|
1911
1928
|
class Regexp::Expression::UnicodeProperty::Mark::Any < ::Regexp::Expression::UnicodeProperty::Mark::Base; end
|
1912
1929
|
|
1913
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1930
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#47
|
1914
1931
|
class Regexp::Expression::UnicodeProperty::Mark::Base < ::Regexp::Expression::UnicodeProperty::Base; end
|
1915
1932
|
|
1916
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1933
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#50
|
1917
1934
|
class Regexp::Expression::UnicodeProperty::Mark::Combining < ::Regexp::Expression::UnicodeProperty::Mark::Base; end
|
1918
1935
|
|
1919
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1936
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#53
|
1920
1937
|
class Regexp::Expression::UnicodeProperty::Mark::Enclosing < ::Regexp::Expression::UnicodeProperty::Mark::Base; end
|
1921
1938
|
|
1922
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1939
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#51
|
1923
1940
|
class Regexp::Expression::UnicodeProperty::Mark::Nonspacing < ::Regexp::Expression::UnicodeProperty::Mark::Base; end
|
1924
1941
|
|
1925
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1942
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#52
|
1926
1943
|
class Regexp::Expression::UnicodeProperty::Mark::Spacing < ::Regexp::Expression::UnicodeProperty::Mark::Base; end
|
1927
1944
|
|
1928
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1945
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#29
|
1929
1946
|
class Regexp::Expression::UnicodeProperty::Newline < ::Regexp::Expression::UnicodeProperty::Base; end
|
1930
1947
|
|
1931
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1948
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#56
|
1932
1949
|
module Regexp::Expression::UnicodeProperty::Number; end
|
1933
1950
|
|
1934
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1951
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#59
|
1935
1952
|
class Regexp::Expression::UnicodeProperty::Number::Any < ::Regexp::Expression::UnicodeProperty::Number::Base; end
|
1936
1953
|
|
1937
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1954
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#57
|
1938
1955
|
class Regexp::Expression::UnicodeProperty::Number::Base < ::Regexp::Expression::UnicodeProperty::Base; end
|
1939
1956
|
|
1940
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1957
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#60
|
1941
1958
|
class Regexp::Expression::UnicodeProperty::Number::Decimal < ::Regexp::Expression::UnicodeProperty::Number::Base; end
|
1942
1959
|
|
1943
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1960
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#61
|
1944
1961
|
class Regexp::Expression::UnicodeProperty::Number::Letter < ::Regexp::Expression::UnicodeProperty::Number::Base; end
|
1945
1962
|
|
1946
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1963
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#62
|
1947
1964
|
class Regexp::Expression::UnicodeProperty::Number::Other < ::Regexp::Expression::UnicodeProperty::Number::Base; end
|
1948
1965
|
|
1949
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1966
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#21
|
1950
1967
|
class Regexp::Expression::UnicodeProperty::Print < ::Regexp::Expression::UnicodeProperty::Base; end
|
1951
1968
|
|
1952
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1969
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#22
|
1953
1970
|
class Regexp::Expression::UnicodeProperty::Punct < ::Regexp::Expression::UnicodeProperty::Base; end
|
1954
1971
|
|
1955
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1972
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#65
|
1956
1973
|
module Regexp::Expression::UnicodeProperty::Punctuation; end
|
1957
1974
|
|
1958
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1975
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#68
|
1959
1976
|
class Regexp::Expression::UnicodeProperty::Punctuation::Any < ::Regexp::Expression::UnicodeProperty::Punctuation::Base; end
|
1960
1977
|
|
1961
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1978
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#66
|
1962
1979
|
class Regexp::Expression::UnicodeProperty::Punctuation::Base < ::Regexp::Expression::UnicodeProperty::Base; end
|
1963
1980
|
|
1964
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1981
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#72
|
1965
1982
|
class Regexp::Expression::UnicodeProperty::Punctuation::Close < ::Regexp::Expression::UnicodeProperty::Punctuation::Base; end
|
1966
1983
|
|
1967
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1984
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#69
|
1968
1985
|
class Regexp::Expression::UnicodeProperty::Punctuation::Connector < ::Regexp::Expression::UnicodeProperty::Punctuation::Base; end
|
1969
1986
|
|
1970
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1987
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#70
|
1971
1988
|
class Regexp::Expression::UnicodeProperty::Punctuation::Dash < ::Regexp::Expression::UnicodeProperty::Punctuation::Base; end
|
1972
1989
|
|
1973
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1990
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#74
|
1974
1991
|
class Regexp::Expression::UnicodeProperty::Punctuation::Final < ::Regexp::Expression::UnicodeProperty::Punctuation::Base; end
|
1975
1992
|
|
1976
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1993
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#73
|
1977
1994
|
class Regexp::Expression::UnicodeProperty::Punctuation::Initial < ::Regexp::Expression::UnicodeProperty::Punctuation::Base; end
|
1978
1995
|
|
1979
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1996
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#71
|
1980
1997
|
class Regexp::Expression::UnicodeProperty::Punctuation::Open < ::Regexp::Expression::UnicodeProperty::Punctuation::Base; end
|
1981
1998
|
|
1982
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
1999
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#75
|
1983
2000
|
class Regexp::Expression::UnicodeProperty::Punctuation::Other < ::Regexp::Expression::UnicodeProperty::Punctuation::Base; end
|
1984
2001
|
|
1985
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2002
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#113
|
1986
2003
|
class Regexp::Expression::UnicodeProperty::Script < ::Regexp::Expression::UnicodeProperty::Base; end
|
1987
2004
|
|
1988
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2005
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#78
|
1989
2006
|
module Regexp::Expression::UnicodeProperty::Separator; end
|
1990
2007
|
|
1991
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2008
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#81
|
1992
2009
|
class Regexp::Expression::UnicodeProperty::Separator::Any < ::Regexp::Expression::UnicodeProperty::Separator::Base; end
|
1993
2010
|
|
1994
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2011
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#79
|
1995
2012
|
class Regexp::Expression::UnicodeProperty::Separator::Base < ::Regexp::Expression::UnicodeProperty::Base; end
|
1996
2013
|
|
1997
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2014
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#83
|
1998
2015
|
class Regexp::Expression::UnicodeProperty::Separator::Line < ::Regexp::Expression::UnicodeProperty::Separator::Base; end
|
1999
2016
|
|
2000
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2017
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#84
|
2001
2018
|
class Regexp::Expression::UnicodeProperty::Separator::Paragraph < ::Regexp::Expression::UnicodeProperty::Separator::Base; end
|
2002
2019
|
|
2003
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2020
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#82
|
2004
2021
|
class Regexp::Expression::UnicodeProperty::Separator::Space < ::Regexp::Expression::UnicodeProperty::Separator::Base; end
|
2005
2022
|
|
2006
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2023
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#23
|
2007
2024
|
class Regexp::Expression::UnicodeProperty::Space < ::Regexp::Expression::UnicodeProperty::Base; end
|
2008
2025
|
|
2009
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2026
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#87
|
2010
2027
|
module Regexp::Expression::UnicodeProperty::Symbol; end
|
2011
2028
|
|
2012
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2029
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#90
|
2013
2030
|
class Regexp::Expression::UnicodeProperty::Symbol::Any < ::Regexp::Expression::UnicodeProperty::Symbol::Base; end
|
2014
2031
|
|
2015
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2032
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#88
|
2016
2033
|
class Regexp::Expression::UnicodeProperty::Symbol::Base < ::Regexp::Expression::UnicodeProperty::Base; end
|
2017
2034
|
|
2018
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2035
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#92
|
2019
2036
|
class Regexp::Expression::UnicodeProperty::Symbol::Currency < ::Regexp::Expression::UnicodeProperty::Symbol::Base; end
|
2020
2037
|
|
2021
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2038
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#91
|
2022
2039
|
class Regexp::Expression::UnicodeProperty::Symbol::Math < ::Regexp::Expression::UnicodeProperty::Symbol::Base; end
|
2023
2040
|
|
2024
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2041
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#93
|
2025
2042
|
class Regexp::Expression::UnicodeProperty::Symbol::Modifier < ::Regexp::Expression::UnicodeProperty::Symbol::Base; end
|
2026
2043
|
|
2027
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2044
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#94
|
2028
2045
|
class Regexp::Expression::UnicodeProperty::Symbol::Other < ::Regexp::Expression::UnicodeProperty::Symbol::Base; end
|
2029
2046
|
|
2030
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2047
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#24
|
2031
2048
|
class Regexp::Expression::UnicodeProperty::Upper < ::Regexp::Expression::UnicodeProperty::Base; end
|
2032
2049
|
|
2033
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2050
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#25
|
2034
2051
|
class Regexp::Expression::UnicodeProperty::Word < ::Regexp::Expression::UnicodeProperty::Base; end
|
2035
2052
|
|
2036
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2053
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#27
|
2037
2054
|
class Regexp::Expression::UnicodeProperty::XPosixPunct < ::Regexp::Expression::UnicodeProperty::Base; end
|
2038
2055
|
|
2039
|
-
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#
|
2056
|
+
# source://regexp_parser//lib/regexp_parser/expression/classes/unicode_property.rb#26
|
2040
2057
|
class Regexp::Expression::UnicodeProperty::Xdigit < ::Regexp::Expression::UnicodeProperty::Base; end
|
2041
2058
|
|
2042
2059
|
# source://regexp_parser//lib/regexp_parser/expression/classes/free_space.rb#11
|
@@ -2343,7 +2360,7 @@ class Regexp::Parser
|
|
2343
2360
|
|
2344
2361
|
private
|
2345
2362
|
|
2346
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2363
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#574
|
2347
2364
|
def active_opts; end
|
2348
2365
|
|
2349
2366
|
# source://regexp_parser//lib/regexp_parser/parser.rb#99
|
@@ -2352,11 +2369,11 @@ class Regexp::Parser
|
|
2352
2369
|
# source://regexp_parser//lib/regexp_parser/parser.rb#262
|
2353
2370
|
def assign_effective_number(exp); end
|
2354
2371
|
|
2355
|
-
# Assigns referenced expressions to
|
2372
|
+
# Assigns referenced expressions to referring expressions, e.g. if there is
|
2356
2373
|
# an instance of Backreference::Number, its #referenced_expression is set to
|
2357
2374
|
# the instance of Group::Capture that it refers to via its number.
|
2358
2375
|
#
|
2359
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2376
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#581
|
2360
2377
|
def assign_referenced_expressions; end
|
2361
2378
|
|
2362
2379
|
# source://regexp_parser//lib/regexp_parser/parser.rb#227
|
@@ -2377,13 +2394,13 @@ class Regexp::Parser
|
|
2377
2394
|
# source://regexp_parser//lib/regexp_parser/parser.rb#56
|
2378
2395
|
def captured_group_counts=(_arg0); end
|
2379
2396
|
|
2380
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2397
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#570
|
2381
2398
|
def close_completed_character_set_range; end
|
2382
2399
|
|
2383
2400
|
# source://regexp_parser//lib/regexp_parser/parser.rb#210
|
2384
2401
|
def close_group; end
|
2385
2402
|
|
2386
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2403
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#538
|
2387
2404
|
def close_set; end
|
2388
2405
|
|
2389
2406
|
# source://regexp_parser//lib/regexp_parser/parser.rb#269
|
@@ -2421,10 +2438,10 @@ class Regexp::Parser
|
|
2421
2438
|
# source://regexp_parser//lib/regexp_parser/parser.rb#114
|
2422
2439
|
def group(token); end
|
2423
2440
|
|
2424
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2441
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#509
|
2425
2442
|
def increase_group_level(exp); end
|
2426
2443
|
|
2427
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2444
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#549
|
2428
2445
|
def intersection(token); end
|
2429
2446
|
|
2430
2447
|
# source://regexp_parser//lib/regexp_parser/parser.rb#360
|
@@ -2436,7 +2453,7 @@ class Regexp::Parser
|
|
2436
2453
|
# source://regexp_parser//lib/regexp_parser/parser.rb#368
|
2437
2454
|
def meta(token); end
|
2438
2455
|
|
2439
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2456
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#534
|
2440
2457
|
def negate_set; end
|
2441
2458
|
|
2442
2459
|
# source://regexp_parser//lib/regexp_parser/parser.rb#299
|
@@ -2472,7 +2489,7 @@ class Regexp::Parser
|
|
2472
2489
|
# source://regexp_parser//lib/regexp_parser/parser.rb#165
|
2473
2490
|
def open_group(token); end
|
2474
2491
|
|
2475
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2492
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#527
|
2476
2493
|
def open_set(token); end
|
2477
2494
|
|
2478
2495
|
# source://regexp_parser//lib/regexp_parser/parser.rb#130
|
@@ -2499,10 +2516,10 @@ class Regexp::Parser
|
|
2499
2516
|
# source://regexp_parser//lib/regexp_parser/parser.rb#397
|
2500
2517
|
def property(token); end
|
2501
2518
|
|
2502
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2519
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#479
|
2503
2520
|
def quantifier(token); end
|
2504
2521
|
|
2505
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2522
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#542
|
2506
2523
|
def range(token); end
|
2507
2524
|
|
2508
2525
|
# Returns the value of attribute root.
|
@@ -2520,7 +2537,7 @@ class Regexp::Parser
|
|
2520
2537
|
# source://regexp_parser//lib/regexp_parser/parser.rb#379
|
2521
2538
|
def sequence_operation(klass, token); end
|
2522
2539
|
|
2523
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2540
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#515
|
2524
2541
|
def set(token); end
|
2525
2542
|
|
2526
2543
|
# Returns the value of attribute switching_options.
|
@@ -2538,7 +2555,7 @@ class Regexp::Parser
|
|
2538
2555
|
# source://regexp_parser//lib/regexp_parser/parser.rb#198
|
2539
2556
|
def total_captured_group_count; end
|
2540
2557
|
|
2541
|
-
# source://regexp_parser//lib/regexp_parser/parser.rb#
|
2558
|
+
# source://regexp_parser//lib/regexp_parser/parser.rb#553
|
2542
2559
|
def type(token); end
|
2543
2560
|
|
2544
2561
|
class << self
|
@@ -2590,17 +2607,17 @@ Regexp::Parser::VERSION = T.let(T.unsafe(nil), String)
|
|
2590
2607
|
class Regexp::Scanner
|
2591
2608
|
# Emits an array with the details of the scanned pattern
|
2592
2609
|
#
|
2593
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2610
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2406
|
2594
2611
|
def emit(type, token, text); end
|
2595
2612
|
|
2596
2613
|
# only public for #||= to work on ruby <= 2.5
|
2597
2614
|
#
|
2598
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2615
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2431
|
2599
2616
|
def literal_run; end
|
2600
2617
|
|
2601
2618
|
# only public for #||= to work on ruby <= 2.5
|
2602
2619
|
#
|
2603
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2620
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2431
|
2604
2621
|
def literal_run=(_arg0); end
|
2605
2622
|
|
2606
2623
|
# @raise [PrematureEndError]
|
@@ -2613,168 +2630,168 @@ class Regexp::Scanner
|
|
2613
2630
|
# Appends one or more characters to the literal buffer, to be emitted later
|
2614
2631
|
# by a call to emit_literal.
|
2615
2632
|
#
|
2616
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2633
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2468
|
2617
2634
|
def append_literal(data, ts, te); end
|
2618
2635
|
|
2619
2636
|
# Returns the value of attribute block.
|
2620
2637
|
#
|
2621
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2638
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2622
2639
|
def block; end
|
2623
2640
|
|
2624
2641
|
# Sets the attribute block
|
2625
2642
|
#
|
2626
2643
|
# @param value the value to set the attribute block to.
|
2627
2644
|
#
|
2628
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2645
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2629
2646
|
def block=(_arg0); end
|
2630
2647
|
|
2631
2648
|
# Returns the value of attribute char_pos.
|
2632
2649
|
#
|
2633
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2650
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2634
2651
|
def char_pos; end
|
2635
2652
|
|
2636
2653
|
# Sets the attribute char_pos
|
2637
2654
|
#
|
2638
2655
|
# @param value the value to set the attribute char_pos to.
|
2639
2656
|
#
|
2640
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2657
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2641
2658
|
def char_pos=(_arg0); end
|
2642
2659
|
|
2643
2660
|
# Returns the value of attribute collect_tokens.
|
2644
2661
|
#
|
2645
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2662
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2646
2663
|
def collect_tokens; end
|
2647
2664
|
|
2648
2665
|
# Sets the attribute collect_tokens
|
2649
2666
|
#
|
2650
2667
|
# @param value the value to set the attribute collect_tokens to.
|
2651
2668
|
#
|
2652
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2669
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2653
2670
|
def collect_tokens=(_arg0); end
|
2654
2671
|
|
2655
2672
|
# Returns the value of attribute conditional_stack.
|
2656
2673
|
#
|
2657
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2674
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2658
2675
|
def conditional_stack; end
|
2659
2676
|
|
2660
2677
|
# Sets the attribute conditional_stack
|
2661
2678
|
#
|
2662
2679
|
# @param value the value to set the attribute conditional_stack to.
|
2663
2680
|
#
|
2664
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2681
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2665
2682
|
def conditional_stack=(_arg0); end
|
2666
2683
|
|
2667
2684
|
# Copy from ts to te from data as text
|
2668
2685
|
#
|
2669
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2686
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2462
|
2670
2687
|
def copy(data, ts, te); end
|
2671
2688
|
|
2672
2689
|
# Emits the literal run collected by calls to the append_literal method.
|
2673
2690
|
#
|
2674
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2691
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2473
|
2675
2692
|
def emit_literal; end
|
2676
2693
|
|
2677
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2694
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2508
|
2678
2695
|
def emit_meta_control_sequence(data, ts, te, token); end
|
2679
2696
|
|
2680
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2697
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2479
|
2681
2698
|
def emit_options(text); end
|
2682
2699
|
|
2683
2700
|
# Returns the value of attribute free_spacing.
|
2684
2701
|
#
|
2685
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2702
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2686
2703
|
def free_spacing; end
|
2687
2704
|
|
2688
2705
|
# Sets the attribute free_spacing
|
2689
2706
|
#
|
2690
2707
|
# @param value the value to set the attribute free_spacing to.
|
2691
2708
|
#
|
2692
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2709
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2693
2710
|
def free_spacing=(_arg0); end
|
2694
2711
|
|
2695
2712
|
# @return [Boolean]
|
2696
2713
|
#
|
2697
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2714
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2441
|
2698
2715
|
def free_spacing?(input_object, options); end
|
2699
2716
|
|
2700
2717
|
# Returns the value of attribute group_depth.
|
2701
2718
|
#
|
2702
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2719
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2703
2720
|
def group_depth; end
|
2704
2721
|
|
2705
2722
|
# Sets the attribute group_depth
|
2706
2723
|
#
|
2707
2724
|
# @param value the value to set the attribute group_depth to.
|
2708
2725
|
#
|
2709
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2726
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2710
2727
|
def group_depth=(_arg0); end
|
2711
2728
|
|
2712
2729
|
# @return [Boolean]
|
2713
2730
|
#
|
2714
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2731
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2453
|
2715
2732
|
def in_group?; end
|
2716
2733
|
|
2717
2734
|
# @return [Boolean]
|
2718
2735
|
#
|
2719
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2736
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2457
|
2720
2737
|
def in_set?; end
|
2721
2738
|
|
2722
2739
|
# Returns the value of attribute prev_token.
|
2723
2740
|
#
|
2724
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2741
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2725
2742
|
def prev_token; end
|
2726
2743
|
|
2727
2744
|
# Sets the attribute prev_token
|
2728
2745
|
#
|
2729
2746
|
# @param value the value to set the attribute prev_token to.
|
2730
2747
|
#
|
2731
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2748
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2732
2749
|
def prev_token=(_arg0); end
|
2733
2750
|
|
2734
2751
|
# Returns the value of attribute set_depth.
|
2735
2752
|
#
|
2736
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2753
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2737
2754
|
def set_depth; end
|
2738
2755
|
|
2739
2756
|
# Sets the attribute set_depth
|
2740
2757
|
#
|
2741
2758
|
# @param value the value to set the attribute set_depth to.
|
2742
2759
|
#
|
2743
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2760
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2744
2761
|
def set_depth=(_arg0); end
|
2745
2762
|
|
2746
2763
|
# Returns the value of attribute spacing_stack.
|
2747
2764
|
#
|
2748
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2765
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2749
2766
|
def spacing_stack; end
|
2750
2767
|
|
2751
2768
|
# Sets the attribute spacing_stack
|
2752
2769
|
#
|
2753
2770
|
# @param value the value to set the attribute spacing_stack to.
|
2754
2771
|
#
|
2755
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2772
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2756
2773
|
def spacing_stack=(_arg0); end
|
2757
2774
|
|
2758
2775
|
# Returns the value of attribute tokens.
|
2759
2776
|
#
|
2760
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2777
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2761
2778
|
def tokens; end
|
2762
2779
|
|
2763
2780
|
# Sets the attribute tokens
|
2764
2781
|
#
|
2765
2782
|
# @param value the value to set the attribute tokens to.
|
2766
2783
|
#
|
2767
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2784
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2435
|
2768
2785
|
def tokens=(_arg0); end
|
2769
2786
|
|
2770
2787
|
class << self
|
2771
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2788
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2392
|
2772
2789
|
def long_prop_map; end
|
2773
2790
|
|
2774
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2791
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2396
|
2775
2792
|
def parse_prop_map(name); end
|
2776
2793
|
|
2777
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2794
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2400
|
2778
2795
|
def posix_classes; end
|
2779
2796
|
|
2780
2797
|
# Scans the given regular expression text, or Regexp object and collects the
|
@@ -2789,7 +2806,7 @@ class Regexp::Scanner
|
|
2789
2806
|
|
2790
2807
|
# lazy-load property maps when first needed
|
2791
2808
|
#
|
2792
|
-
# source://regexp_parser//lib/regexp_parser/scanner.rb#
|
2809
|
+
# source://regexp_parser//lib/regexp_parser/scanner.rb#2388
|
2793
2810
|
def short_prop_map; end
|
2794
2811
|
end
|
2795
2812
|
end
|
@@ -3355,7 +3372,7 @@ Regexp::Syntax::Token::PosixClass::Type = T.let(T.unsafe(nil), Symbol)
|
|
3355
3372
|
|
3356
3373
|
# alias for symmetry between token symbol and Token module name
|
3357
3374
|
#
|
3358
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3375
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#749
|
3359
3376
|
Regexp::Syntax::Token::Property = Regexp::Syntax::Token::UnicodeProperty
|
3360
3377
|
|
3361
3378
|
# source://regexp_parser//lib/regexp_parser/syntax/token/quantifier.rb#3
|
@@ -3452,7 +3469,7 @@ Regexp::Syntax::Token::UnicodeProperty::Age_V3_1_0 = T.let(T.unsafe(nil), Array)
|
|
3452
3469
|
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#62
|
3453
3470
|
Regexp::Syntax::Token::UnicodeProperty::Age_V3_2_0 = T.let(T.unsafe(nil), Array)
|
3454
3471
|
|
3455
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3472
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#739
|
3456
3473
|
Regexp::Syntax::Token::UnicodeProperty::All = T.let(T.unsafe(nil), Array)
|
3457
3474
|
|
3458
3475
|
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#13
|
@@ -3503,7 +3520,7 @@ Regexp::Syntax::Token::UnicodeProperty::Derived_V2_4_0 = T.let(T.unsafe(nil), Ar
|
|
3503
3520
|
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#129
|
3504
3521
|
Regexp::Syntax::Token::UnicodeProperty::Derived_V2_5_0 = T.let(T.unsafe(nil), Array)
|
3505
3522
|
|
3506
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3523
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#724
|
3507
3524
|
Regexp::Syntax::Token::UnicodeProperty::Emoji = T.let(T.unsafe(nil), Array)
|
3508
3525
|
|
3509
3526
|
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#694
|
@@ -3512,7 +3529,13 @@ Regexp::Syntax::Token::UnicodeProperty::Emoji_V2_5_0 = T.let(T.unsafe(nil), Arra
|
|
3512
3529
|
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#702
|
3513
3530
|
Regexp::Syntax::Token::UnicodeProperty::Emoji_V2_6_0 = T.let(T.unsafe(nil), Array)
|
3514
3531
|
|
3515
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3532
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#722
|
3533
|
+
Regexp::Syntax::Token::UnicodeProperty::Enumerated = T.let(T.unsafe(nil), Array)
|
3534
|
+
|
3535
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#706
|
3536
|
+
Regexp::Syntax::Token::UnicodeProperty::Enumerated_V2_4_0 = T.let(T.unsafe(nil), Array)
|
3537
|
+
|
3538
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#742
|
3516
3539
|
Regexp::Syntax::Token::UnicodeProperty::NonType = T.let(T.unsafe(nil), Symbol)
|
3517
3540
|
|
3518
3541
|
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#11
|
@@ -3554,7 +3577,7 @@ Regexp::Syntax::Token::UnicodeProperty::Script_V3_1_0 = T.let(T.unsafe(nil), Arr
|
|
3554
3577
|
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#322
|
3555
3578
|
Regexp::Syntax::Token::UnicodeProperty::Script_V3_2_0 = T.let(T.unsafe(nil), Array)
|
3556
3579
|
|
3557
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3580
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#741
|
3558
3581
|
Regexp::Syntax::Token::UnicodeProperty::Type = T.let(T.unsafe(nil), Symbol)
|
3559
3582
|
|
3560
3583
|
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#692
|
@@ -3590,40 +3613,40 @@ Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V3_1_0 = T.let(T.unsafe(nil
|
|
3590
3613
|
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#670
|
3591
3614
|
Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V3_2_0 = T.let(T.unsafe(nil), Array)
|
3592
3615
|
|
3593
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3616
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#726
|
3594
3617
|
Regexp::Syntax::Token::UnicodeProperty::V1_9_0 = T.let(T.unsafe(nil), Array)
|
3595
3618
|
|
3596
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3619
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#727
|
3597
3620
|
Regexp::Syntax::Token::UnicodeProperty::V1_9_3 = T.let(T.unsafe(nil), Array)
|
3598
3621
|
|
3599
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3622
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#728
|
3600
3623
|
Regexp::Syntax::Token::UnicodeProperty::V2_0_0 = T.let(T.unsafe(nil), Array)
|
3601
3624
|
|
3602
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3625
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#729
|
3603
3626
|
Regexp::Syntax::Token::UnicodeProperty::V2_2_0 = T.let(T.unsafe(nil), Array)
|
3604
3627
|
|
3605
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3628
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#730
|
3606
3629
|
Regexp::Syntax::Token::UnicodeProperty::V2_3_0 = T.let(T.unsafe(nil), Array)
|
3607
3630
|
|
3608
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3631
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#731
|
3609
3632
|
Regexp::Syntax::Token::UnicodeProperty::V2_4_0 = T.let(T.unsafe(nil), Array)
|
3610
3633
|
|
3611
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3634
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#732
|
3612
3635
|
Regexp::Syntax::Token::UnicodeProperty::V2_5_0 = T.let(T.unsafe(nil), Array)
|
3613
3636
|
|
3614
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3637
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#733
|
3615
3638
|
Regexp::Syntax::Token::UnicodeProperty::V2_6_0 = T.let(T.unsafe(nil), Array)
|
3616
3639
|
|
3617
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3640
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#734
|
3618
3641
|
Regexp::Syntax::Token::UnicodeProperty::V2_6_2 = T.let(T.unsafe(nil), Array)
|
3619
3642
|
|
3620
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3643
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#735
|
3621
3644
|
Regexp::Syntax::Token::UnicodeProperty::V2_6_3 = T.let(T.unsafe(nil), Array)
|
3622
3645
|
|
3623
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3646
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#736
|
3624
3647
|
Regexp::Syntax::Token::UnicodeProperty::V3_1_0 = T.let(T.unsafe(nil), Array)
|
3625
3648
|
|
3626
|
-
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#
|
3649
|
+
# source://regexp_parser//lib/regexp_parser/syntax/token/unicode_property.rb#737
|
3627
3650
|
Regexp::Syntax::Token::UnicodeProperty::V3_2_0 = T.let(T.unsafe(nil), Array)
|
3628
3651
|
|
3629
3652
|
# source://regexp_parser//lib/regexp_parser/syntax/version_lookup.rb#12
|