seattlerb/ruby_parser

Ruby 3.0 argument forwarding does not parse

mildred opened this issue · 2 comments

https://rubyreferences.github.io/rubychanges/3.0.html#arguments-forwarding--supports-leading-arguments

The following minimal ruby example do not parse:

def a(...)
  b(...)
end

I believe this is a duplicate of #311

Dupe and fixed