Sha256: e2e826f13c8790b98d1ac7bd1ec0bde8365a88c2f8a41837ac26f7f938c9436c
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
class PSTree # PSTree version VERSION = '0.3.1' VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc: VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc: VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: VERSION_BUILD = VERSION_ARRAY[2] # :nodoc: end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pstree-0.3.1 | lib/pstree/version.rb |