Sha256: 0859e36968ae4d1150f5507cd21ca4cd0cb28cc198c1b95c1968eb2387bd69f4
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
module Ratis extend self def version @version ||= begin string = '3.0.0' def string.parts split('.').map { |p| p.to_i } end def string.major parts[0] end def string.minor parts[1] end def string.build parts[2] end string end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ratis-3.0.0 | lib/ratis/version.rb |