ruby-next-parser 3.1.1.1 → 3.1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/parser/ruby-next/version.rb +1 -1
- data/lib/parser/rubynext.rb +1467 -1460
- data/lib/parser/rubynext.y +4 -0
- metadata +2 -2
data/lib/parser/rubynext.y
CHANGED
@@ -2255,6 +2255,10 @@ opt_block_args_tail:
|
|
2255
2255
|
{
|
2256
2256
|
result = [ @builder.match_rest(val[0], val[1]) ]
|
2257
2257
|
}
|
2258
|
+
| kwrest_mark nonlocal_var
|
2259
|
+
{
|
2260
|
+
result = [ @builder.match_rest(val[0], val[1]) ]
|
2261
|
+
}
|
2258
2262
|
| kwrest_mark
|
2259
2263
|
{
|
2260
2264
|
result = [ @builder.match_rest(val[0], nil) ]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-next-parser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.1.
|
4
|
+
version: 3.1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vladimir Dementyev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: parser
|