Actions
Bug #8703
closedhash_type is not duplicated if hash is empty
Description
{}.compare_by_identity.dup.compare_by_identity? #=> false
{1=>1}.compare_by_identity.dup.compare_by_identity? #=> true
I think it is a bug.
Files
Actions
Like0
Like0Like0Like0