Files
codeql/ruby/ql/lib
Harry Maclean 7ebd51163e Ruby: Handle more splat arg flow
Allow flow from a splat argument to a positional parameter in cases
where there are positional arguments left of the splat. For example:

    def foo(x, y, z); end

    foo(1, *[2, 3])
2023-09-14 08:54:48 +01:00
..
2023-09-06 11:01:54 +02:00
2023-09-14 08:54:48 +01:00