Sha256: e66b08ed2cd699bdd110452f6818ffb4a6e1d9ffde32a4ca3672f7dedc9b3d52
Contents?: true
Size: 370 Bytes
Versions: 5
Compression:
Stored size: 370 Bytes
Contents
module SimpleCov module Formatter class HTMLFormatter VERSION = "0.10.1" 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 end end
Version data entries
5 entries across 5 versions & 2 rubygems