Project

General

Profile

« Previous | Next » 

Revision 6462c1a0

Added by ko1 (Koichi Sasada) over 2 years ago

Hash#dup for kwsplat arguments

On f(*a, **kw) method calls, a rest keyword parameter is identically
same Hash object is passed and it should make #duped Hahs.

fix https://bugs.ruby-lang.org/issues/19526