Sha256: 783bf516b7e98e018d06d9e3ff1252c96d1c3d5516bd3111aac94af52fdad51d
Contents?: true
Size: 370 Bytes
Versions: 27
Compression:
Stored size: 370 Bytes
Contents
module SimpleCov module Formatter class HTMLFormatter 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 end end
Version data entries
27 entries across 27 versions & 10 rubygems