Sha256: e2442f510804ff393639aaf0748b4902085909d9fd8d294b195c19990b26858a
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
class PSTree # PSTree version VERSION = '0.2.0' 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.2.0 | lib/pstree/version.rb |