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