Sha256: 816727938128af8a1328c665155d3fa3417ff47386de95239694330eb7d86c76
Contents?: true
Size: 232 Bytes
Versions: 14
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true module Sail module Types # Range # # The Range type is similar to an # integer, but has a minimum value # of 0 and a maximum value of 99. class Range < Integer; end end end
Version data entries
14 entries across 14 versions & 1 rubygems