Project

General

Profile

« Previous | Next » 

Revision d5c60214

Added by jeremyevans (Jeremy Evans) over 4 years ago

Implement Range#minmax

Range#minmax was previous not implemented, so calling #minmax on
range was actually calling Enumerable#minmax. This is a simple
implementation of #minmax by just calling range_min and range_max.

Fixes [Bug #15867]
Fixes [Bug #15807]