Sha256: 2d937c78fbffe668f3c6c70757bd1a85b5615eea73f89bba7d29607e9c6afbc9
Contents?: true
Size: 248 Bytes
Versions: 12
Compression:
Stored size: 248 Bytes
Contents
module SimpleCov VERSION = "0.10.0" def VERSION.to_a split(".").map(&:to_i) end def VERSION.major to_a[0] end def VERSION.minor to_a[1] end def VERSION.patch to_a[2] end def VERSION.pre to_a[3] end end
Version data entries
12 entries across 12 versions & 5 rubygems