Sha256: 83d31da3e5a70b1d6a2dde90c49c68391cf48082bd628f04b2a23a11d95c235d
Contents?: true
Size: 259 Bytes
Versions: 88
Compression:
Stored size: 259 Bytes
Contents
module CC module CLI class Version < Command def run say version end private def version path = File.expand_path("../../../../VERSION", __FILE__) @version ||= File.read(path) end end end end
Version data entries
88 entries across 88 versions & 1 rubygems