> You can turn an Array into an argument list with * (or splat) operator
> You can turn a Hash into keyword arguments with the * (keyword splat) operator:
It's also named spat across the MRI codebase, e.g. `VM_CALL_ARGS_SPLAT` etc.
[0] https://docs.ruby-lang.org/en/master/syntax/calling_methods_...