Sha256: 40e6aa4fb515c820ef49c85da4f1e0dd90d35695a649e1364a132826cff6b310
Contents?: true
Size: 200 Bytes
Versions: 1
Compression:
Stored size: 200 Bytes
Contents
module Bobot class Version MAJOR = 4 MINOR = 2 PATCH = 0 PRE = nil class << self def to_s [MAJOR, MINOR, PATCH, PRE].compact.join('.') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bobot-4.2.0 | lib/bobot/version.rb |