# File lib/fog/compute/new_servers.rb, line 21 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end