Description
Compresses lists of ordered values into ranges so Ruby code can store or display them more compactly. It is useful for IDs, line numbers, numeric sets, and reports that need concise range output.
Range compression can hide individual values. Keep original data available when exact membership, auditing, or permissions matter.