# File lib/fog/cloudstack.rb, line 27 def self.uuid [8,4,4,4,12].map{|i| Fog::Mock.random_hex(i)}.join("-") end