https://bugs.ruby-lang.org/issues/18625
Bug #18625: ruby2_keywords does not unmark the hash if the receiving method has a *rest parameter -...
does notrest parameterbugkeywordsunmark
https://www.tutorialspoint.com/typescript/typescript_rest_parameter.htm
TypeScript - The Rest Parameter
In TypeScript, a rest parameter allows a function to accept a variable number of arguments and store them as an array. This is useful when you want to define a...
the resttypescriptparameter