Method: UUID#node

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

#nodeObject Also known as: mac_address, ieee802

The IEEE 802 address in a hexadecimal format



249
250
251
252
# File 'lib/cast_off/compile/namespace/uuid.rb', line 249

def node
  m = unpack[5].unpack 'C*'
              '%02x%02x%02x%02x%02x%02x' % m
end