# File lib/uuid.rb, line 232 232: def iee_mac_address 233: begin 234: Mac.addr.gsub(/:|-/, '').hex & 0x7FFFFFFFFFFF 235: rescue 236: 0 237: end 238: end