Closed
Description
Converting :values ranges to enums (arrays) in docs might not be the best idea.
It may lead to poor performance and huge JSON docs in case of large ranges.
I think the proper solution would be not to convert ranges to enums at all. However, this feature was in the release and some people might be using it.
Also we could try some dirty hack like convert to an array only if Range#size is less then some amount (say, 50). But that seems very odd to me.