Method: UUID#version

Defined in:
lib/cast_off/compile/namespace/uuid.rb

#versionObject

The version of this UUID



233
234
235
236
# File 'lib/cast_off/compile/namespace/uuid.rb', line 233

def version
  v = unpack[2] & 0b1111_0000_0000_0000
  v >> 12
end