Method: UUID#mac_address
- Defined in:
- lib/uuid.rb
#mac_address ⇒ Object
return iee_mac_address if available, pseudo_mac_address otherwise
249 250 251 252 |
# File 'lib/uuid.rb', line 249 def mac_address return iee_mac_address unless iee_mac_address == 0 return pseudo_mac_address end |