Sha256: 7ed4fdda0c69b4c719e223a0660175212c0fddadb0b4aa073b16f011db20770b
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
module Ratis extend self def version @version ||= begin string = '3.4.2' 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.4.2 | lib/ratis/version.rb |