Related: Taxonomy of Ruby Calls for method call patterns, Writing Ruby with TypeProf for type checking splats
v = []
h = {kw: 1}
[*v, **hh]Literral. Arrays
Related: Taxonomy of Ruby Calls for method call patterns, Writing Ruby with TypeProf for type checking splats
v = []
h = {kw: 1}
[*v, **hh]Literral. Arrays