Files
codeql/ruby/ql/test/library-tests/ast
Tom Hvitved dd27ed8392 Ruby: Desugar hash literals
```rb
{ a: 1, **splat, b: 2 }
```

becomes

```rb
::Hash.[](a: 1, **splat, b: 2)
```
2022-01-26 13:53:18 +01:00
..
2022-01-26 13:53:18 +01:00
2021-10-15 11:47:28 +02:00
2021-10-15 11:47:28 +02:00
2022-01-24 14:27:42 +01:00
2021-10-15 11:47:28 +02:00
2021-10-15 11:47:28 +02:00
2021-10-15 11:47:28 +02:00
2022-01-24 14:27:42 +01:00