Project

General

Profile

« Previous | Next » 

Revision 1994adf9

Added by jeremyevans (Jeremy Evans) over 4 years ago

Make Array#uniq return subclass instance if called on subclass instance

Previously, Array#uniq would return subclass instance if the
length of the array were 2 or greater, and would return Array
instance if the length of the array were 0 or 1.

Fixes [Bug #7768]