Sha256: c4513dfc87c34763bbf05abecce413d847a9379fced71a3642a759aef2f063df
Contents?: true
Size: 200 Bytes
Versions: 1
Compression:
Stored size: 200 Bytes
Contents
# A better way to say it module SknUtils class Version MAJOR = 3 MINOR = 2 PATCH = 0 def self.to_s [MAJOR, MINOR, PATCH].join('.') end end VERSION = Version.to_s end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
skn_utils-3.2.0 | lib/skn_utils/version.rb |