161 162 163
# File 'lib/jupiter/host.rb', line 161 def generate_mac_address (1..6).map{"%0.2X"%rand(256)}.join(":") end